@barlevalon/skills
A monorepo of portable Agent Skills for AI-assisted engineering workflows.
Package details
Install @barlevalon/skills from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@barlevalon/skills- Package
@barlevalon/skills- Version
0.6.0- Published
- Jul 2, 2026
- Downloads
- 864/mo · 55/wk
- Author
- barlevalon
- License
- MIT
- Types
- skill
- Size
- 573.4 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
"./skills/*/*/SKILL.md"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
skills
Reusable SKILL.md workflows for AI coding agents.
A skill is a small folder with a SKILL.md instruction file and, when needed, supporting references, scripts, or templates. Agents load the skill when the task matches it, then read helper files only as needed.
Start
Give your agent this repo:
https://github.com/barlevalon/skills
Then ask for a workflow:
Use TDD to implement this change.
Diagnose this bug before fixing it.
Prepare a release plan.
If your agent cannot read GitHub URLs, clone the repo and give it the local skills/ folder or a complete skill folder.
git clone https://github.com/barlevalon/skills.git
Use with your tool
- opencode / Codex: add an
AGENTS.mdrule. See setup. - Cursor: add a
.cursor/rulesrule. See setup. - VS Code Copilot: add
.github/copilot-instructions.md. See setup. - Continue: add a
.continue/rulesrule. See setup. - Cline: add a
.clinerules/rule. See setup. - Package-aware tools: use
@barlevalon/skills.
Pick a skill
| Work | Skill |
|---|---|
| Plan a feature | write-a-prd, prd-to-plan, grill-with-docs, grilling |
| Debug | diagnose |
| Build test-first | tdd |
| Prototype | prototype |
| Improve architecture | improve-codebase-architecture, codebase-design, domain-modeling |
| Review code | thermo-nuclear-code-quality-review |
| Write docs | documentation-system |
| Write or edit skills | writing-great-skills |
| Release | release-prep |
| Commit message | caveman-commit |
| Handoff | handoff |
| Visual explanation | plannotator-visual-explainer |
Full list: docs/usage.md
Docs
Credits
caveman,caveman-commit,caveman-help: based onJuliusBrussee/cavemanby Julius Brussee.codebase-design,diagnose,domain-modeling,grilling,grill-with-docs,handoff,improve-codebase-architecture,prd-to-plan,prototype,write-a-prd,writing-great-skills,zoom-out: based onmattpocock/skillsby Matt Pocock.find-skills: based onvercel-labs/skillsby Vercel.worktrunk: based onmax-sixty/worktrunkby Maximilian Roos.thermo-nuclear-code-quality-review: based oncursor/pluginsby Cursor.plannotator-*: based onbacknotprop/plannotatorby backnotprop.
License
MIT