create-skills-from-repo
Installation
SKILL.md
Create Skills from Repo
Workflow for quickly producing a skill set from any repository and applying it in the project. Use when the user supplies <repo-url> and <skills-name> and there is no existing skill source for that framework or project (i.e. not in meta.ts submodules or vendors).
When to Use
- User provides a repository URL and a desired skills name.
- No entry exists in
meta.tssubmodules or vendors for that project. - Goal is to bootstrap skills from docs/source in this repo (output under
skills/).
Prerequisites
- User has given:
<repo-url>(e.g.https://github.com/org/repo) and<skills-name>(kebab-case, e.g.my-framework). - Workspace is the skills generator repo (contains
meta.ts,skills/).
Workflow
Copy this checklist and track progress: