@artale/pi-skills
v1.0.5
Published
Production-grade engineering skills for Pi
Readme
@artale/pi-skills
Engineering skills for Pi coding agent.
Installation
pi install npm:@artale/pi-skillsCore Workflow
| Command | What It Does |
|---------|---------------|
| /plan | Write plan.md |
| /spec | Write SPEC.md |
| /build | Implement incrementally |
| /test | Write and run tests |
| /review | Quality check |
| /ship | Commit and push |
Quality
| Command | What It Does |
|---------|---------------|
| /debug | Find bugs |
| /simplify | Make code simpler |
| /refactor | Improve structure |
| /security | Check for issues |
| /review | Quality check |
| /errors | Handle errors |
| /types | Use types effectively |
Specialized
| Command | What It Does |
|---------|---------------|
| /api | Design APIs |
| /ui | Build interfaces |
| /browser | Browser testing |
| /cicd | CI/CD pipelines |
| /database | Work with databases |
| /observability | Logs, metrics, traces |
| /architecture | System design |
| /perf | Optimize performance |
Process
| Command | What It Does |
|---------|---------------|
| /context | Manage context |
| /docs | Write documentation |
| /deprecate | Deprecate and migrate |
| /git | Version control |
Format
Each skill is a standalone SKILL.md file compatible with:
- Pi
- Claude Code
- Cursor
- Gemini CLI
- Windsurf
- Any agent that reads markdown
License
MIT
