toenobu-agent

toenobu's pi coding agent skills and extensions

Packages

Package details

extensionskill

Install toenobu-agent from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:toenobu-agent
Package
toenobu-agent
Version
0.2.1
Published
Mar 29, 2026
Downloads
46/mo · 8/wk
Author
toenobu
License
MIT
Types
extension, skill
Size
31.6 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ],
  "extensions": [
    "./extensions"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Agent Stuff

Skills and extensions for the Pi coding agent.

Published on npm as toenobu-agent.

Installation

Add to your ~/.pi/agent/settings.json:

{
  "packages": [
    "npm:toenobu-agent"
  ]
}

Skills

Skill Description
/code-simplifier Simplifies and refines code for clarity, consistency, and maintainability

License

MIT