Help us improve
Share bugs, ideas, or general feedback.
From cc-polymath
Discovers agentic skills for AI agent development including task decomposition, tool use patterns, memory management, and workflow orchestration.
npx claudepluginhub rand/cc-polymath --plugin cc-polymathHow this skill is triggered — by the user, by Claude, or both
Slash command
/cc-polymath:discover-agenticThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provides automatic access to skills for building autonomous AI agents, managing tool use, and orchestrating multi-step workflows.
Defines patterns for agents to discover, reference, and compose skills using progressive disclosure to manage context efficiently for large skill sets.
Design AI agents with capabilities, knowledge, and context. Guides agent architecture decisions from simple loops to subagents and planning.
Designs and builds AI agents for business, research, operations, and creative domains. Covers architecture, capabilities, knowledge, context, planning, and subagents.
Share bugs, ideas, or general feedback.
Provides automatic access to skills for building autonomous AI agents, managing tool use, and orchestrating multi-step workflows.
This skill auto-activates when you're working with:
The Agentic category contains 3 specialized skills:
For complete descriptions and workflows:
Read ../agentic/INDEX.md
This loads the full Agentic category index with:
Load individual skills as needed:
Read ../agentic/agentic-task-decomposition.md
Read ../agentic/agentic-tool-use.md
Read ../agentic/agentic-memory.md
Sequence: Decomposition -> Tool Use -> Memory
Read ../agentic/agentic-task-decomposition.md # Plan the agent's task handling Read ../agentic/agentic-tool-use.md # Implement tool execution Read ../agentic/agentic-memory.md # Add context management
Sequence: Tool Use -> Decomposition
Read ../agentic/agentic-tool-use.md # Tool calling patterns Read ../agentic/agentic-task-decomposition.md # Multi-tool task planning
Sequence: Memory -> Decomposition
Read ../agentic/agentic-memory.md # Context management Read ../agentic/agentic-task-decomposition.md # Context-bounded task sizing
Full implementation:
Read ../agentic/agentic-task-decomposition.md
Read ../agentic/agentic-tool-use.md
Read ../agentic/agentic-memory.md
Choose task decomposition when:
Choose tool use when:
Choose memory when:
Agentic skills commonly combine with:
API skills (discover-api):
Testing skills (discover-testing):
Database skills (discover-database):
Infrastructure skills (discover-infra, discover-cloud):
Read ../agentic/INDEX.md for full category overviewThis gateway skill (~200 lines, ~2K tokens) enables progressive loading:
Total context: 2K + 3K + skill(s) = 5-10K tokens vs 12K+ for entire category.
"Build an autonomous coding agent": Read ../agentic/agentic-task-decomposition.md
"How should my agent call tools?": Read ../agentic/agentic-tool-use.md
"My agent is running out of context": Read ../agentic/agentic-memory.md
Next Steps: Run Read ../agentic/INDEX.md to see full category details, or load specific skills using the commands above.