This repository publishes skills shared by Formidable Builders contributors.
Each published skill is a clean copy under skills/formidable/.
List and select skills from this repository:
npx skills add formidable-oss/builder-skillsInstall one skill directly:
npx skills add formidable-oss/builder-skills --skill <skill-name>The Skills CLI shows these skills as part of this repository. Original source
and update data is stored separately in
references/skill-sources.json.
- Fork the repository and create a branch with your username as its prefix,
for example
gabimoncha/feat-new-skill. - Use
/share-formidable-skill, and provide the source repository, source path, tracked ref, and skill name. - Copy the complete personal skill without changes to
skills/formidable/<skill-name>/. - Record its source, resolved commit, destination, and license under
references/. - Run
npx skills add . --listand confirm that the skill appears. - Review the full change, then commit it and open a pull request.
Do not put source records, update instructions, or license copies inside an
installed skill. See references/README.md for the
manual update process.
This repository is available under the MIT License. License and
source details for copied skills are stored under references/.
