@aveltens/pi-kit-software-development
Pi Coding Agent skills and extensions for software development
Package details
Install @aveltens/pi-kit-software-development from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@aveltens/pi-kit-software-development- Package
@aveltens/pi-kit-software-development- Version
0.1.0- Published
- May 15, 2026
- Downloads
- not available
- Author
- aveltens
- License
- MIT
- Types
- extension, skill
- Size
- 138.7 KB
- Dependencies
- 0 dependencies · 3 peers
Pi manifest JSON
{
"extensions": [
"extensions/"
],
"skills": [
"skills/"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@aveltens/pi-kit-software-development
Pi Coding Agent skills and extensions for software development workflows.
Features
ADR — Architecture Decision Records
Create MADR-format Architecture Decision Records interactively.
Skill: adr — loaded automatically when you ask pi to create an ADR.
Tool: create_adr — interactive wizard that:
- Asks where to store ADRs (once per session), offering common locations like
docs/decisions,docs/adr, or a custom path - Interviews you step-by-step through the MADR template
- Writes a numbered
NNNN-short-title.mdfile
Example prompts
Create an ADR for our decision to use PostgreSQL as the primary database
Document the decision to adopt a monorepo structure
Record the ADR for switching from REST to GraphQL
MADR sections covered
- Title — short noun phrase
- Status —
proposed|accepted|deprecated|superseded - Context and Problem Statement
- Decision Drivers — forces, constraints, quality goals
- Considered Options
- Decision Outcome — chosen option + reason
- Pros and Cons of the Options — trade-off scaffold per option
Installation
pi install ./packages/software-development
Or add to your project's .pi/settings.json:
{
"packages": ["./packages/software-development"]
}