Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub miles990/evolve-plugin --plugin evolveHow this command is triggered — by the user, by Claude, or both
Slash command
/evolve:COMMANDnew-skill/The summary Claude sees in its command listing — used to decide when to auto-load this command
# /new-skill 引導式建立新 Skill 的完整工作流。 ## 別名 ## 流程 ### Stage 1: 引導式訪談 我會問你以下問題: 1. **問題定義**:這個 skill 要解決什麼問題? 2. **目標使用者**:新手 / 進階 / 專家? 3. **前置需求**:需要什麼 MCP servers 或 CLI tools? 4. **參考來源**:有沒有類似的 skill 可以參考? ### Stage 2: 分析 + 生成 1. 搜尋類似 skills 作為參考 2. 選擇範本(basic / advanced) 3. 生成 SKILL.md 初稿 4. 建立目錄結構 ### Stage 3: 驗證 執行驗證腳本檢查: - SKILL.md frontmatter 格式 - 必要欄位存在 - scripts 可執行 ### Stage 4: 發布到 GitHub 1. 建立新 repo 或加入現有 repo 2. 生成 README.md 3. git commit + push 4. 輸出安裝指令 ## 範本 - `basic-skill.md` - 簡單指令,無依賴 - `advanced-skill.md` - 需要 MCP,複雜流程 ## 使用範例
/createGenerates a SKILL.md file from a skill name or description. Clarifies requirements via questions, spawns agent to create content, selects save location (user/project/plugin/display), and writes file.
/create-skillCreates a new skill by searching GitHub for matches or generating with LLM (or both), placing files in target directory. Supports --method, --dry-run, --dir flags.
/quickGenerates a complete skill from a description: YAML frontmatter, SKILL.md body with workflow/examples, supporting files. Saves to location and auto-validates structure/quality.
/create-skillGuides interactive creation of a new Claude Code skill via agent workflow, generating validated SKILL.md with requirements, specs, manifest, and analysis.
/create-skillCreates a new Claude Code skill directory from skill name, description/purpose, and optional documentation URLs. Generates SKILL.md with YAML frontmatter, quick start guide, critical rules, and known issues prevention.
/create-skillCreates a new Claude Skill with YAML frontmatter in personal or project directory. Validates inputs, checks existence, analyzes for bundled resources, and adds scripts/, references/, or assets/ directories as needed.
Share bugs, ideas, or general feedback.
引導式建立新 Skill 的完整工作流。
/evolve --new-skill <name>
我會問你以下問題:
執行驗證腳本檢查:
basic-skill.md - 簡單指令,無依賴advanced-skill.md - 需要 MCP,複雜流程/new-skill "git commit helper"
/new-skill "api-documentation-generator"