# Claude Code Skill **Repository Path**: mmsAdmin/claude-code-skill ## Basic Information - **Project Name**: Claude Code Skill - **Description**: Claude Code 插件实战工作台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-01 - **Last Updated**: 2026-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Claude Code 插件实战工作台 这是一个静态 HTML 展示页,用于整理 Claude Code 相关插件的实战用法、GitHub 地址、点餐系统开发案例,以及可直接发送给 Agent 的关键词和提示词。 ## 内容 - `index.html`:主页面,可直接用浏览器打开。 - `assets/claude-code-plugin-matrix-cover.png`:页面首屏视觉图。 - `output/claude-code-10-plugin-superpowers.pptx`:早期 PPT 版本产物。 - `scripts/build_plugin_ppt.py`:PPT 生成脚本。 ## 预览 直接打开: ```text index.html ``` 或启动本地静态服务: ```bash python3 -m http.server 8765 ``` 然后访问: ```text http://127.0.0.1:8765/index.html ```