This repo is a shared home for installable agent skills.
- Publish reusable skills from a single repo
- Make it easy to install a specific skill by name
- Keep related skills together as the collection grows
| Skill | Description | Install |
|---|---|---|
git-workflow |
Commit work, create branches, and open pull requests using conventional git workflow conventions | npx skills add https://github.com/LayeredCraft/skills --skill git-workflow |
zensical-site |
Tooling and guidance for Zensical-flavored documentation work | npx skills add https://github.com/LayeredCraft/skills --skill zensical-site |
Use the repo URL and pass the skill name you want to install:
npx skills add https://github.com/LayeredCraft/skills --skill zensical-siteskills/- installable skills in this collectionskills-lock.json- tracked skill dependency metadata
Unified git workflow skill for committing, branching, and opening pull requests. Routes to the correct workflow based on your request.
- Commits using conventional commit format with automatic scope detection
- Creates branches using
<type>/<scope>-<short-description>naming - Runs the full PR workflow: branch, commit, push, and open PR from a template
- Shared rules for file inclusion, scope detection, and safety across all workflows
- Install with
npx skills add https://github.com/LayeredCraft/skills --skill git-workflow
Zensical-flavored documentation skill for structured authoring, reference-driven content work, and site-oriented documentation workflows.
- Best for teams building polished docs with consistent voice and formatting
- Includes supporting references and templates inside
skills/zensical-site - Install with
npx skills add https://github.com/LayeredCraft/skills --skill zensical-site
Licensed under MIT. See LICENSE.
Thanks goes to these wonderful people (emoji key):
Jonas Ha 💻 |
Nick Cipollina 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!