Loading...
Loading...
Bootstraps modular Agent Skills from any repository. Clones the source to `sources/`, extracts core documentation into categorized references under `skills/`, and registers the output in the workspace `AGENTS.md`.
npx skill4agent add hairyf/skills create-skill-from-repo<repo-url><skills-name>sources/references/*.mdAGENTS.md<repo-url><skills-name>gitsources/<submodule>git submodule add <repo-url> sources/<submodule>git clone --depth 1 <repo-url> sources/<submodule>git submodule update --initsources/<submodule>/docs/wiki/README.mdpackages/*/docs/Target Structure:skills/<skills-name>/[SKILL.md, GENERATION.md, references/]
references/*.md{category}-{concept}.mdcore-reactivity.mdFrontmatterSKILL.mdCoreFeaturesAdvancedGENERATION.mdSource Rootreferences/AGENTS.md**AGENTS.md### <skills-name>
- **Location**: `skills/<skills-name>/`
- **Description**: [Short description from SKILL.md]
kebab-case/sources/git diff| Topic | Description | Reference |
|---|---|---|
| Coverage Criteria | Definitions of "major modules" and stop conditions | coverage-loop |
| Style Guide | Detailed writing style for reference files | style-guide |