Instructions file CodexOpenCode
AGENTS.md instructions for bacnh85/pi-extensions, covering pi-extensions, packages, repository structure, package structure and common patterns.
Instructions file CodexOpenCode
AGENTS.md instructions for bacnh85/pi-extensions, covering pi-extensions, packages, repository structure, package structure and common patterns.
Skill Claude CodeCodex
A2A (Agent2Agent) Protocol v1.0 bidirectional communication. Distribute tasks to remote agents (Hermes, ADK, LangChain, CrewAI, any A2A peer) and be called by them. Use when delegating work across agents/machines/frameworks, doing parallel multi-agent fan-out, or when another agent needs to call Pi. Trigger on "a2a"…
Skill Claude CodeCodex
Delegate bulk implementation, scaffolding, repetitive refactors, and exhaustive test generation to the Antigravity CLI (agy).
Skill Claude CodeCodex
Use the chatgpt-web provider (ChatGPT web bridge) when the user mentions chatgpt-web, ChatGPT web tier, chatgpt2api, web2api bridge, free ChatGPT models, or selecting gpt-5-5/gpt-5-6 web models. Covers status checks, model selection, bridge configuration, and empty-account-pool failures.
Skill Claude CodeCodex
Trajectory-based self-learning loop for Pi. Automatically captures tool-call trajectories, reflects on them to extract transferable learnings (strategy/recovery/optimization), persists to Munin or local JSONL, and injects recent learnings into future sessions. Use evolvereflect after fixing a bug or recovering from an…
Skill Claude CodeCodex
Design KiCad schematics and PCB layouts via the Konnect bridge. Use when the user wants to create/edit KiCad schematics or PCBs, place and wire components, route traces, run ERC/DRC, export Gerbers/BOM/PDF/3D, search JLCPCB parts, use reference circuits, or do manufacturing prep. Trigger on "KiCad", "schematic"…
Skill Claude CodeCodex
Use Munin long-term memory before non-trivial repo work, bug fixes with recurring symptoms, architecture/dependency/setup changes, and when storing durable verified knowledge for future sessions. Search, retrieve, verify, list, store, or share project knowledge across sessions. Use muninsearch for pre-work context…
Skill Claude CodeCodex
Google NotebookLM — notebooks, sources, grounded chat, research, and Studio artifacts (Audio Overviews, video, slides, reports, quizzes, etc.) via the notebooklm-py CLI bridge (v0.7.3).
Skill Claude CodeCodex
Enforce using the Obsidian tool (not bash) for all vault file operations. Trigger whenever the user mentions Obsidian, vault, notes, moving files in the vault, archiving notes, or any file operation inside an Obsidian vault path. Also trigger when the agent is about to use bash mv/cp/rm/rename on paths containing…
Skill Claude CodeCodex
Whole-repo audit for over-engineering. Like ponytail-review, but scans the entire codebase instead of a diff: a ranked list of what to delete, simplify, or replace with stdlib/native equivalents. Use when the user says "audit this codebase", "audit for over-engineering", "what can I delete from this repo", "find…
Skill Claude CodeCodex
Harvest every ponytail: comment in the codebase into a debt ledger, so the deliberate shortcuts and deferrals ponytail leaves behind get tracked instead of rotting into "later means never". Use when the user says "ponytail debt", "/skill:ponytail-debt", "what did ponytail defer", "list the shortcuts", "ponytail…
Skill Claude CodeCodex
Show ponytail's measured impact as a compact scoreboard: less code, less cost, more speed, from the benchmark medians. One-shot display, not a persistent mode, and not a per-repo number. Trigger: /skill:ponytail-gain, "ponytail gain", "what does ponytail save", "show ponytail impact", "ponytail scoreboard".
Skill Claude CodeCodex
Quick-reference card for all ponytail modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /skill:ponytail-help, "ponytail help", "what ponytail commands", "how do I use ponytail".
Skill Claude CodeCodex
Code review focused exclusively on over-engineering. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the user says "review for over-engineering", "what can we delete", "is this…
Skill Claude CodeCodex
Forces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform features before dependencies, one line before fifty. Supports…
Agent
General-purpose sub-agent for any delegated task. Use when no specialized agent fits. Good for complex research, multi-step operations, and code modifications.
Agent
Read-only planning and architecture specialist. Use for consequential design, tradeoff analysis, and implementation plans.
Agent
Code review specialist. Use for correctness, security, regression, and meaningful test-gap review.
Agent
Fast codebase recon that returns compressed context for handoff. Use for finding files, understanding structure, locating symbols.
Agent
Focused verification agent. Use for cheap routine test, typecheck, lint, build, and regression checks without editing files.
Agent
General-purpose coding agent with full tool access. Use only when explicitly requested for isolated implementation.
Skill Claude CodeCodex
Anti-slop UI/UX design discipline for AI-generated interfaces. Enforces industrial-design principles (Dieter Rams: honest, thorough to the last detail, as little design as possible) so output is a defensible system, not statistical-default slop (purple glow, shadow-as-texture, missing states). Covers the…
Skill Claude CodeCodex
Reference design-system presets for ux-design. Anti-slop shortcuts: instead of inventing tokens, elevation, and state contracts from scratch, reuse one of these battle-tested systems (shadcn/ui, Material 3, Radix) or drop in a medium-tuned DESIGN.md starter (Web or Mobile) as the implicit system when no DESIGN.md…
Skill Claude CodeCodex
Web search, content extraction, site crawling, and page capture via the pi-web extension. Use when the user needs current web search results, documentation lookup, factual research, source discovery, URL-to-markdown extraction, JSON extraction from websites, site URL discovery, site crawling, or page screenshots/PDFs.…