@lunitrixx/pi-agent-kit
Pi-native agent kit: extensions, skills, themes, prompts, and agents for pi-coding-agent
Package details
Install @lunitrixx/pi-agent-kit from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@lunitrixx/pi-agent-kit- Package
@lunitrixx/pi-agent-kit- Version
0.4.0- Published
- Aug 8, 2026
- Downloads
- 106/mo · 15/wk
- Author
- lunitrixx
- License
- MIT
- Types
- extension, skill, theme
- Size
- 315.9 KB
- Dependencies
- 0 dependencies · 5 peers
Pi manifest JSON
{
"extensions": [
"extensions/lntrx-header",
"extensions/lntrx-lang",
"extensions/lntrx-grill-me",
"extensions/lntrx-footer",
"extensions/lntrx-permit",
"extensions/lntrx-githooks",
"extensions/lntrx-health",
"extensions/lntrx-localmodels",
"extensions/lntrx-memory",
"extensions/lntrx-project-rules",
"extensions/lntrx-postwrite"
],
"skills": [
"skills"
],
"themes": [
"themes"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
Pi Agent Kit
Pi-native toolkit providing extensions, skills, themes, prompts, and specialized agents for pi-coding-agent.
Install
pi install npm:@lunitrixx/pi-agent-kit
Extensions (11)
| Extension | What |
|---|---|
lntrx-header |
Rainbow LUNITRIXX banner + system info |
lntrx-lang |
/lang de|en — response language |
lntrx-grill-me |
Socratic planning interview with severity levels |
lntrx-footer |
Token/cost/speed footer |
lntrx-permit |
Permission system: path, tool, bash, external-directory surfaces with shell tokenizer |
lntrx-githooks |
Git hooks (pre-commit main-block) — split from old lntrx-guard |
lntrx-health |
/health — codebase health: TODOs, large files, model/cost summary |
lntrx-localmodels |
Local LLM endpoint manager (/local-models) |
lntrx-postwrite |
Auto-format + LSP diagnostics on write/edit (merged from lntrx-fmt + lntrx-lsp) |
lntrx-memory |
Cross-session SQLite memory (v2): policy-mode, FTS5 search, anatomy scanning, bug tracking, auto-aging |
lntrx-project-rules |
Inject .pi/rules/ into system prompt + banner widget |
Skills (15)
Auto-detected by Pi from your prompt.
| Skill | Triggers on |
|---|---|
changelog |
"update changelog" |
commit |
"write a commit message" |
debug |
"fix this bug" |
dep-update |
"update dependencies" |
docs-gen |
"write documentation" |
extend-pi |
"build an extension" |
grill-me |
"roast this", "review this code" |
merge-pr |
"merge PR 81" |
pi-project-setup |
"initialize a project", "scaffold", "migrate to AGENTS.md" |
pr |
"write a PR description" |
project-onboarding |
"what does this project do" |
readme |
"generate README" |
refactor |
"clean up this code" |
test |
"add tests for" |
version-management |
"bump version", "release" |
Agents
Install pi-subagents for the subagent tool (see companion packages above).
Theme
/theme lunitrixx — Dark amber theme with nerd font symbols.
Optional companion packages
These Pi packages integrate well but are not bundled — install separately:
# Web access — web_search and fetch_content tools, librarian skill
pi install npm:pi-web-access
# MCP adapter — connect to MCP servers
pi install npm:pi-mcp-adapter
# Subagents — subagent delegation (reviewer, planner, worker, scout, oracle)
pi install npm:pi-subagents
Without pi-subagents, the subagent tool is unavailable.
Development
npm install
pi install .