| name | share-formidable-skill |
| description | Copy a personal skill into the Formidable Builders repository and record its source outside the installed skill. Use when a user wants to share or update a skill in this repository. |
Share a Formidable skill
Tell the user that accepted skills become public through the
vercel-labs/skills CLI.
- Get the source repository, source path, tracked ref, and skill name.
- Resolve the tracked ref to a full commit.
- Review the source skill for secrets, personal configuration, and unsafe
files. Stop and report a problem instead of changing the source skill.
- Copy the complete source folder without changes to
skills/formidable/<skill-name>/.
- Add or update the skill entry in
references/skill-sources.json. Record the
source repository, source path, tracked ref, resolved commit, destination,
and license reference.
- Store required upstream license text under
references/licenses/. Do not
add source, update, or license files inside the copied skill.
- Run
npx skills add . --list. Confirm that the copied skill appears, then
review the full diff.
Never commit, push, or open a pull request unless the user explicitly asks.