Browse Skills
11972 skills across 8 categories
๐ง
2026/08/16
Agent Context Isolation
Agent Context Isolation prevents agent output from polluting the main context window by using background agents with file-based coordination instead of reading full transcripts. Use it when you need to preserve conversation context while delegating work to subagents.
AI Engineering
3.9K296
๐ค
2026/08/16
Agent Orchestration
Agent Orchestration defines rules for delegating implementation tasks to subagents so the main context stays lean. Use it when planning multi-file features or following a plan phase to avoid burning context in the main chat.
AI Engineering
3.9K296
๐ค
2026/08/16
Agentic Workflow
Agentic Workflow defines a multi-agent pipeline for implementation tasks in Claude Code, using background agents, file-based handoffs, and TDD. Use it to orchestrate research, planning, validation, implementation, and review without flooding the main context.
AI Engineering
3.9K296
๐
2026/08/16
Agentica Claude Proxy
Agentica Claude Proxy connects Agentica SDK to Claude Code CLI through a local proxy so agents can use Read, Write, Edit, and Bash tools. Use it when setting up or debugging agent integrations, fixing permission errors, or preventing hallucinations.
AI Engineering
3.9K296
๐งฉ
2026/08/16
Agentica Infrastructure
Agentica Infrastructure documents the Agentica multi-agent coordination APIs, including 11 pattern classes, primitives, and the coordination database schema. Use it when building multi-agent workflows, implementing custom patterns, or debugging agent tracking.
AI Engineering
3.9K296
๐ง
2026/08/16
Agentica Prompts
Agentica Prompts provides templates and patterns for writing reliable prompts for Agentica/REPL agents, reducing instruction ambiguity and improving multi-agent orchestration reliability.
AI Engineering
3.9K296
๐ค
2026/08/16
Agentica SDK
Agentica SDK builds Python agents using the Agentica framework with @agentic decorator, spawn(), persistence, and MCP integration. Use it to add agentic capabilities to Python code or orchestrate multiple agents.
AI Engineering
3.9K296
โ๏ธ
2026/08/16
Agentica Server
Agentica Server configures and runs the Agentica SDK with a local Claude proxy so Python agents can use Claude CLI as their inference backend. Use it when setting up a fresh environment, debugging connection issues, or troubleshooting tool access and hallucinations.
AI Engineering
3.9K296
๐ฅ
2026/08/16
Agentica Spawn
Agentica Spawn executes multi-agent patterns such as swarms, hierarchical coordination, generator/critic loops, and juries after a pattern is selected. Use it to implement parallel research, coordinated building, iterative refinement, or high-stakes validation with spawned agents.
AI Engineering
3.9K296
๐
2026/08/16
AST-Grep Find
AST-Grep Find performs syntax-aware code search and refactoring using ast-grep patterns. Use it to find function calls, imports, and class definitions, or rename and replace code across a codebase.
Quality
3.9K296
๐งช
2026/08/16
Async REPL Protocol
Async REPL Protocol defines rules for using Agentica's async REPL harness during testing: await Future-returning tools and compute and return results in a single code block.
Quality
3.9K296
๐
2026/08/16
Background Agent Pings
Background Agent Pings instructs Claude Code agents to trust system reminders for background task progress rather than polling. Use it when you want to avoid wasted tokens and context flooding while background agents run.
AI Engineering
3.9K296