Automatically discover agentic workflow skills when building AI agents, implementing tool use patterns, managing context windows, decomposing complex tasks, or designing multi-step autonomous workflows. Activates for agentic AI development.
View on GitHubrand/cc-polymath
cc-polymath
February 3, 2026
Select agents to install to:
npx add-skill https://github.com/rand/cc-polymath/blob/main/skills/discover-agentic/SKILL.md -a claude-code --skill discover-agenticInstallation paths:
.claude/skills/discover-agentic/# Agentic Workflow Skills Discovery Provides automatic access to skills for building autonomous AI agents, managing tool use, and orchestrating multi-step workflows. ## When This Skill Activates This skill auto-activates when you're working with: - AI agent development and autonomous workflows - Task decomposition for LLM agents - Function calling and tool use patterns - Context window management and summarization - Working memory, scratchpads, and state tracking - Long-term memory and persistence patterns - Multi-step reasoning and planning - Failure recovery and re-planning strategies - Parallel vs sequential execution decisions ## Available Skills ### Quick Reference The Agentic category contains 3 specialized skills: 1. **agentic-task-decomposition** - Breaking complex goals into agent-executable steps, dependency graphs, re-planning 2. **agentic-tool-use** - Function calling patterns, parallel tool use, error handling, tool selection heuristics 3. **agentic-memory** - Context window management, working memory, long-term persistence, summarization ### Load Full Category Details For complete descriptions and workflows: Read <cc-polymath-root>/skills/agentic/INDEX.md This loads the full Agentic category index with: - Detailed skill descriptions - Usage triggers for each skill - Common workflow combinations - Cross-references to related skills ### Load Specific Skills Load individual skills as needed: # Task planning and decomposition Read <cc-polymath-root>/skills/agentic/agentic-task-decomposition.md # Tool calling and execution Read <cc-polymath-root>/skills/agentic/agentic-tool-use.md # Context and memory management Read <cc-polymath-root>/skills/agentic/agentic-memory.md ## Common Workflows ### Building an Agent from Scratch **Sequence**: Decomposition -> Tool Use -> Memory Read <cc-polymath-root>/skills/agentic/agentic-task-decomposition.md # Plan the agent's task handling Read <cc-polymath-root>/skills/agentic/agentic-tool-use.md