tsubus-agent-skills

Skills for Pi coding agent

Packages

Package details

skill

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.7.0
Published
Sep 17, 2026
Downloads
350/mo · 65/wk
Author
tsubus
License
MIT
Types
skill
Size
409.3 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, with a locally maintained go skill and companion skills from spf13/go-skills.

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-wizard
  • devops-engineer
  • flutter-expert
  • go — idiomatic Go and production-systems guidance in one skill
  • kubernetes-specialist
  • python-pro
  • security-reviewer
  • The other current skills from spf13/go-skills, excluding its go skill

Development

npm run import:go-skills
npm test
npm pack

npm pack refreshes the upstream companion skills before packaging. The importer never replaces or deletes the local skills/go/ directory.

The local go skill replaces upstream go and the former go-production-systems skill. Future updates to go require manual review. See sources and policy differences.

License

MIT