romiluz13

126 mods across 9 repositories, 243 stars between them.

pi-ai-library

49

romiluz13/pi-agent-skills

Skill Claude CodeCodex

@mariozechner/pi-ai — unified LLM streaming API, tools, providers, thinking events, and cross-provider handoffs as implemented in pi-mono. Use when integrating or debugging pi-ai, adding providers, using stream/complete, TypeBox tools, or token usage. Use for "pi-ai stream", "getModel", "new provider in pi", even if…

18 4mo ago A 90 tokens original MIT

pi-cli-workspace

50

romiluz13/pi-agent-skills

Skill Claude CodeCodex

Pi terminal agent workspace — install, /commands, sessions, compaction, settings.json, AGENTS.md, skill discovery, precedence, session JSONL, /tree, providers/auth, models.json, credential resolution, platform setup, editor (@file, Tab, images, !bash), message queue (steering, follow-up), built-in tools…

18 4mo ago A 214 tokens original MIT

pi-customization

51

romiluz13/pi-agent-skills

Skill Claude CodeCodex

Pi coding agent customization — Themes, Keybindings, Prompt Templates, System Prompt overrides, and Settings. Use when configuring or modifying the visual appearance, UI colors, keyboard shortcuts, prompt templates, or the default system prompt behavior of the pi terminal agent. Use for "custom theme pi", "change…

18 4mo ago C 104 tokens original MIT

romiluz13/pi-agent-skills

Skill Claude CodeCodex

Authoring Pi TypeScript extensions — ExtensionAPI, custom tools, commands, UI hooks, resourcesdiscover, registerProvider(), and how extendResources merges skill paths after base reload. Use when the user builds or debugs pi extensions, registers tools, adds /commands, hooks events, integrates TUI components, or ships…

18 4mo ago A 104 tokens original MIT

pi-mom

53

romiluz13/pi-agent-skills

Skill Claude CodeCodex

@mariozechner/pi-mom — Slack bot Master Of Mischief (Mom), self-managing agent, Docker sandbox, and events system. Use when setting up Mom in Slack, debugging data/ workspace issues, managing context.jsonl/log.jsonl memory, or creating periodic/immediate events. Use for "mom slack bot", "docker sandbox", "mom events"…

18 4mo ago A 116 tokens original MIT

romiluz13/pi-agent-skills

Skill Claude CodeCodex

Pi packages — npm/git distribution of extensions, skills, prompts, themes via keywords pi-package and package.json pi manifest; pi install paths and security expectations. Use when shipping or consuming pi-package, adding pi.skills entries, or explaining install vs project-local -l. Use for "publish pi skills on npm"…

18 4mo ago A 82 tokens original MIT

pi-pods

55

romiluz13/pi-agent-skills

Skill Claude CodeCodex

@mariozechner/pi — Deploy and manage vLLM LLM GPU pods, DataCrunch/RunPod setup, and CLI agent interface. Use when spinning up GPU instances, configuring vLLM, managing tensor parallelism, or interacting with models via pi agent. Use for "pi pods setup", "vLLM memory", "Qwen GLM models pi", even without naming the…

18 4mo ago A 86 tokens original MIT

pi-rpc-sdk

56

romiluz13/pi-agent-skills

Skill Claude CodeCodex

Pi headless RPC JSONL over stdin/stdout, strict LF framing, --mode json event streaming, and Node SDK alternatives (AgentSession). Use when integrating pi --mode rpc, pi --mode json, writing a client that speaks the protocol, reading JSON event streams, or choosing RPC vs in-process SDK. Use for "pi rpc client"…

18 4mo ago A 130 tokens original MIT

pi-tui

57

romiluz13/pi-agent-skills

Skill Claude CodeCodex

@mariozechner/pi-tui — Minimal terminal UI framework with differential rendering, CSI 2026 synchronized output, and Component interfaces. Use when building or debugging terminal interfaces, TUI components, Editor, Markdown, SelectList, or handling input and ANSI widths. Use for "differential rendering", "matchesKey"…

18 4mo ago A 84 tokens original MIT

pi-web-ui

58

romiluz13/pi-agent-skills

Skill Claude CodeCodex

@mariozechner/pi-web-ui — Lit web components for chat UIs, ChatPanel, IndexedDB storage stores, artifacts, tools shipped with web-ui. Use when embedding Pi AI/agent in a browser app or debugging web-ui storage, ChatPanel setup, or example app. Use for "pi web chat component", "ChatPanel", "IndexedDBStorageBackend"…

18 4mo ago A 89 tokens original MIT

romiluz13/memory-engineering-mcp

MCP server Claude CodeCodexCursor +2

🧠 AI Memory System powered by MongoDB Atlas & Voyage AI - Autonomous memory management with zero manual work. Runs locally from the memory-engineering-mcp npm package.

13 1y ago A tokens not measured original MIT

rombot-cli

61

romiluz13/rombot-community-skill

Skill Claude CodeCodex

Ask the AI Agents community brain a question — get grounded, cited answers from 4,000 members' tips, repos, discussions, and gotchas while you code.

11 1mo ago A 38 tokens original MIT

bearings

62

romiluz13/auto-pi

Skill Claude CodeCodex

Generate a "pick up where I left off" status report across all active Pi sessions. Use when the user asks for bearings, a status report, morning brief, catch-up, "where did I leave off", or "what's in the works". Reads live session state, composes a scannable 4-section digest, and writes a dated report to…

11 16d ago A 84 tokens original MIT

brainstorming

63

romiluz13/auto-pi

Skill Claude CodeCodex

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

11 16d ago A 37 tokens original MIT

code-review

64

romiluz13/auto-pi

Skill Claude CodeCodex

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use…

11 16d ago A 94 tokens copy · 84% MIT

codebase-hygiene

65

romiluz13/auto-pi

Skill Claude CodeCodex

Find semantic duplicates (same intent, different implementation) and shallow modules (thin wrappers spreading complexity). Read-only advisory — changes route through BUILD with full gates. Use when auditing code quality, before refactoring, or when a codebase feels bloated.

11 16d ago A 56 tokens original MIT

romiluz13/auto-pi

Skill Claude CodeCodex

Never lose an unresolved decision. Use when work discovers an open question that needs the user's input, before declaring that work complete. Persists decisions to /.pi/agent/decisions.json so they survive compaction and session restarts. Inspired by FirstMate's decision-hold-lifecycle.

11 16d ago A 64 tokens original MIT

diagnosing-bugs

67

romiluz13/auto-pi

Skill Claude CodeCodex

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

11 16d ago A 40 tokens copy · 81% MIT

diff-driven-docs

68

romiluz13/auto-pi

Skill Claude CodeCodex

Treat documentation as a first-class deliverable of every BUILD phase. Classify the diff's doc impact across 3 layers (business/technical/audit) and write only the updates genuinely needed. Use after BUILD completes, before a commit/PR, or when asked "are docs up to date".

11 16d ago A 65 tokens original MIT

memory-compounding

69

romiluz13/auto-pi

Skill Claude CodeCodex

Review and sharpen persistent memory so it compounds instead of accumulating. Use when pruning pi-hermes-memory entries, doing monthly memory hygiene, or when the same lesson has been recorded multiple times.

11 16d ago A 41 tokens original MIT

orchestration-layer

70

romiluz13/auto-pi

Skill Claude CodeCodex

The auto-pi workflow procedure layer. ask-matt owns semantic routing; the deterministic workflow interpreter owns state transitions, evidence gates, persistence, autonomous continuation, bounded retries, review, and ship.

11 16d ago A 44 tokens original MIT

romiluz13/auto-pi

Skill Claude CodeCodex

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation.

11 16d ago A 38 tokens copy · 88% MIT

security-review

72

romiluz13/auto-pi

Skill Claude CodeCodex

Security review of the diff — the third review axis alongside Standards and Spec. Reviews for injection, auth, secrets, deserialization, SSRF, path traversal, unsafe operations, and dependency confusion. Use as a parallel sub-agent with fresh context (diff-only, anti-anchored) during the review phase.

11 16d ago B 65 tokens original MIT