Loading...
Loading...
Add new skills to an existing workflow and update all related documentation. Use when user wants to add skills from GitHub URLs to a workflow (e.g., "add this skill to the workflow", "为工作流添加技能"). Triggers on adding skills to workflows, updating workflow documentation after skill additions.
npx skill4agent add nicepkg/ai-workflow add-new-skills-to-workflowpython .claude/skills/skill-downloader/scripts/download_from_github.py <repo-url> <skill-path> --output <workflow-path>/.claude/skills/https://github.com/user/repo/blob/main/path/to/skillhttps://github.com/user/repopath/to/skillhttps://github.com/user/repo/tree/main/.claude/skills/my-skillhttps://github.com/user/repo.claude/skills/my-skill# For URL: https://github.com/XIYO/zheon/blob/main/.claude/skills/slidev
python .claude/skills/skill-downloader/scripts/download_from_github.py https://github.com/XIYO/zheon .claude/skills/slidev --output ./workflows/talk-to-slidev-workflow/.claude/skills/
# Use --force to overwrite existing
python .claude/skills/skill-downloader/scripts/download_from_github.py <repo> <path> --output <target> --forceSKILL.mdworkflows/<name>/.claude/skill-source.json{
"skill-name": {
"source": "https://github.com/user/repo",
"path": "path/to/skill"
}
}| File | Updates Required |
|---|---|
| Add new skill source entry |
| Skill count, skill table, pipeline |
| Same as above (Chinese) |
| Available skills list, recommended sequences |
| Skill count, skill table, pipeline |
| Same as above (Chinese) |
| Skill count in workflow table |
| Same as above (Chinese) |
| `skill-name` | Brief description of what it does |Stage X: Category
├── existing-skill → Description
└── new-skill → Descriptionslidevslidev-presentationspython .claude/skills/skill-downloader/scripts/download_from_github.py https://github.com/XIYO/zheon .claude/skills/slidev --output ./workflows/talk-to-slidev-workflow/.claude/skills/
python .claude/skills/skill-downloader/scripts/download_from_github.py https://github.com/clearfunction/cf-devtools skills/slidev-presentations --output ./workflows/talk-to-slidev-workflow/.claude/skills/