@indiekitai/pi-skills
IndieKit developer tools as Pi/Claude Code/Codex skills — PostgreSQL health, schema diff, type generation, rate limiting, terminal styling, and more
Package details
Install @indiekitai/pi-skills from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@indiekitai/pi-skills- Package
@indiekitai/pi-skills- Version
1.1.0- Published
- Feb 28, 2026
- Downloads
- 29/mo · 8/wk
- Author
- desmand
- License
- MIT
- Types
- skill
- Size
- 20.7 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
@indiekitai/pi-skills
Developer tools as agent skills for Pi, Claude Code, Codex CLI, and Amp.
Install
Pi
pi install npm:@indiekitai/pi-skills
Claude Code
git clone https://github.com/indiekitai/pi-skills ~/indiekit-skills
mkdir -p ~/.claude/skills
for skill in ~/indiekit-skills/skills/*/; do
ln -s "$skill" ~/.claude/skills/$(basename "$skill")
done
Codex CLI
git clone https://github.com/indiekitai/pi-skills ~/.codex/skills/indiekit-skills
Available Skills
PostgreSQL Suite
| Skill | Description |
|---|---|
| pg-health | Database health diagnostics (20+ checks) |
| pg-inspect | Schema inspector (tables, indexes, functions, enums) |
| pg-diff | Schema diff & migration SQL generator |
| pg-top | Real-time query & lock monitor |
| pg2ts | Generate TypeScript types from schemas |
Developer Tools
| Skill | Description |
|---|---|
| env-audit | Scan codebases for env vars, generate .env.example |
| throttled | Rate limiting (fixed/sliding window, token bucket, GCRA) |
| llm-context | Estimate LLM context usage for codebases |
| just | Task runner (Justfile format, like make but better) |
| git-standup | Generate daily standup reports from git history |
| clash-init | Generate Clash/mihomo proxy configs (SS, VMess, VLESS, Trojan, Hysteria2) |
| pgcomplete | Context-aware SQL auto-completion for PostgreSQL |
| rich-inspect | Inspect JS/TS objects with rich terminal output |
Automation
| Skill | Description |
|---|---|
| trello-autopilot | Auto-fix Trello bug cards with coding agents |
Terminal Rendering
| Skill | Description |
|---|---|
| glamour | Render Markdown in terminals with themes |
| lipgloss | CSS-like terminal text styling |
Each tool also has
- CLI with
--jsonoutput - MCP Server for direct AI agent integration
- npm package under
@indiekitai/scope
License
MIT