@indiekitai/pi-skills
v1.1.0
Published
IndieKit developer tools as Pi/Claude Code/Codex skills — PostgreSQL health, schema diff, type generation, rate limiting, terminal styling, and more
Downloads
293
Maintainers
Readme
@indiekitai/pi-skills
Developer tools as agent skills for Pi, Claude Code, Codex CLI, and Amp.
Install
Pi
pi install npm:@indiekitai/pi-skillsClaude 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")
doneCodex CLI
git clone https://github.com/indiekitai/pi-skills ~/.codex/skills/indiekit-skillsAvailable 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
