@anton-kochev/pi-skills
Anton Kochev's pi skills and prompt commands.
Package details
Install @anton-kochev/pi-skills from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@anton-kochev/pi-skills- Package
@anton-kochev/pi-skills- Version
0.2.0- Published
- Jun 4, 2026
- Downloads
- 619/mo · 619/wk
- Author
- anton-kochev
- License
- MIT
- Types
- skill, prompt
- Size
- 43.9 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"prompts": [
"./prompts"
],
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@anton-kochev/pi-skills
Anton Kochev's pi skills and prompt commands.
Use /plan when you want the agent to explore before asking questions, reach explicit shared understanding, write a PLAN.md, and only then implement.
Use /commit to stage relevant files when intent is clear and generate a Conventional Commits 1.0.0 message — problem-framed subjects, subject-only by default, with a body only when it earns its place.
Use /srs to create an ISO/IEC/IEEE 29148:2018 Software Requirements Specification with EARS requirements, explicit approval gating, and a traceability matrix.
Use the tdd skill when you want the agent to build or change non-trivial logic test-first with the red-green-refactor loop.
Install
pi install npm:@anton-kochev/pi-skills
For local development from this repository:
pi install -l ./pi-skills
Usage
Invoke prompt commands directly:
/plan <your task>
/commit [instructions]
/srs <product or change description>
These are prompt templates, so they are manual-only: they appear as slash commands rather than being auto-selected as skills.
The TDD workflow is packaged as a skill. Pi can load it proactively for matching requests, or you can force it with:
/skill:tdd <your task>
Changelog
0.2.0
/commit: infer and stage relevant files when commit intent is clear, while preserving staged-only commits and avoiding local artifacts.
0.1.3
- Fix
/planprompt command discovery by quoting its YAML frontmatter description.
0.1.2
- Add
/srsprompt command for ISO/IEC/IEEE 29148:2018 SRS generation with EARS requirements and traceability.
0.1.1
/commit: reconcile the subject-mood rule with the problem-framed examples (declarative when stating a problem, imperative when describing value), default to subject-only bodies, and fix an over-length breaking-change example.
0.1.0
- Initial release:
/planand/commitprompt commands plus thetddskill.