tsubus-agent-skills
v0.6.0
Published
Skills for Pi coding agent
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-skillsInstall it for only the current project instead:
pi install -l npm:tsubus-agent-skillsStart 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 packnpm pack runs the Go-skill import first, so the published tarball includes the latest upstream skill contents.
