agentica-sdk
49Skill Claude CodeCodex
Build Python agents with Agentica SDK - @agentic decorator, spawn(), persistence, MCP integration.
Skill Claude CodeCodex
Build Python agents with Agentica SDK - @agentic decorator, spawn(), persistence, MCP integration.
Skill Claude CodeCodex
Agentica server + Claude proxy setup - architecture, startup sequence, debugging.
Skill Claude CodeCodex
Spawn Agentica multi-agent patterns.
Skill Claude CodeCodex
When working with Agentica's async REPL harness for testing.
Skill Claude CodeCodex
Semantic search across codebase using LEANN vector index.
Skill Claude CodeCodex
Route through domain routers before using individual tools. Routers abstract tool selection.
Skill Claude CodeCodex
Use the most token-efficient search tool for each query type.
Skill Claude CodeCodex
When searching code, use this decision tree.
Skill Claude CodeCodex
AST-based code search and refactoring via ast-grep MCP.
Skill Claude CodeCodex
Trust system reminders as agent progress notifications. Don't poll.
Skill Claude CodeCodex
Analyze Claude Code sessions via Braintrust.
Skill Claude CodeCodex
Braintrust tracing for Claude Code - hook architecture, sub-agent correlation, debugging.
Skill Claude CodeCodex
Claude Code CLI commands, flags, headless mode, and automation patterns.
Skill Claude CodeCodex
Create git commits with user approval and no Claude attribution.
Skill Claude CodeCodex
A complete skill for E2E testing.
Skill Claude CodeCodex
Completion Check: Verify Infrastructure Is Wired.
Skill Claude CodeCodex
Transform session learnings into permanent capabilities (skills, rules, agents). Use when asked to "improve setup", "learn from sessions", "compound learnings", or "what patterns should become skills".
Skill Claude CodeCodex
Create or update continuity ledger for state preservation across clears.
Skill Claude CodeCodex
Create handoff document for transferring work to another session.
Instructions file
Instructions for parcadei/ouros, covering claude.md, project overview, important security notice, bytecode vm architecture and reference count safety.
Agent Claude Code
External research — web search, docs, package analysis, repo study. Use when gathering knowledge from outside the codebase.
Agent Claude Code
Generic implementation worker — executes one bounded step as instructed by the orchestrator. Reads task state, does work, updates state.
Hook Claude Code
Runs before the agent uses a tool for Edit, MultiEdit, Update and Read tool calls, executing tldr-read.mjs via node (2 commands). From parcadei/ContinuousClaudeV4.7.
Hook Claude Code
Runs before the context is compacted, executing pre-compact.mjs via node. From parcadei/ContinuousClaudeV4.7.