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-polymathThis skill uses the workspace's default tool permissions.
Provides automatic access to skills for building autonomous AI agents, managing tool use, and orchestrating multi-step workflows.
Provides Ktor server patterns for routing DSL, plugins (auth, CORS, serialization), Koin DI, WebSockets, services, and testApplication testing.
Conducts multi-source web research with firecrawl and exa MCPs: searches, scrapes pages, synthesizes cited reports. For deep dives, competitive analysis, tech evaluations, or due diligence.
Provides demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation for multi-location retailers managing 300-800 SKUs.
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.