tsubus-agent-skills
Skills for Pi coding agent
Package details
Install tsubus-agent-skills from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:tsubus-agent-skills- Package
tsubus-agent-skills- Version
0.6.0- Published
- Aug 22, 2026
- Downloads
- 933/mo · 48/wk
- Author
- tsubus
- License
- MIT
- Types
- skill
- Size
- 415.6 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
tsubus-agent-skills
A Pi package of reusable coding-agent skills, including fresh Go skills from spf13/go-skills on every release.
Install
Install the published npm package globally for Pi:
pi install npm:tsubus-agent-skills
Install it for only the current project instead:
pi install -l npm:tsubus-agent-skills
Start a new Pi session (or run /reload) to discover the skills. Use pi config to enable or disable individual skills.
Included skills
debugging-wizarddevops-engineerflutter-expertgo-production-systemskubernetes-specialistpython-prosecurity-reviewer- The current skills from spf13/go-skills
Development
npm run import:go-skills
npm test
npm pack
npm pack runs the Go-skill import first, so the published tarball includes the latest upstream skill contents.