@artale/pi-skills

Production-grade engineering skills for Pi

Package details

skill

Install @artale/pi-skills from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@artale/pi-skills
Package
@artale/pi-skills
Version
1.0.5
Published
May 2, 2026
Downloads
397/mo · 197/wk
Author
artale
License
MIT
Types
skill
Size
97.6 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "image": "https://unpkg.com/@artale/pi-skills@1.0.4/preview.png",
  "skills": [
    "plan",
    "spec",
    "build",
    "test",
    "debug",
    "review",
    "simplify",
    "security",
    "git",
    "ship",
    "api",
    "ui",
    "browser",
    "cicd",
    "context",
    "docs",
    "deprecate",
    "perf",
    "database",
    "observability",
    "refactor",
    "architecture",
    "types",
    "errors"
  ]
}

Security note

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

README

@artale/pi-skills

Engineering skills for Pi coding agent.

Installation

pi install npm:@artale/pi-skills

Core 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