skills/discover-agentic/SKILL.md
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.
npx skillsauth add rand/cc-polymath discover-agenticInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
development
Refactor codebases using Design by Typed Holes methodology - iterative, test-driven refactoring with formal hole resolution, constraint propagation, and continuous validation. Use when refactoring existing code, optimizing architecture, or consolidating technical debt through systematic hole-driven development.
development
Create world-class, accessible, responsive interfaces with sophisticated interactive elements including chat, terminals, code display, and streaming content. Use when building user interfaces that need professional polish and developer-focused features.
development
Automatically discover Zig programming skills when working with Zig, comptime, allocators, build.zig, safety, C interop, memory management, or systems programming. Activates for Zig development tasks.
development
Automatically discover WebAssembly skills when working with WebAssembly, WASM, WASI, wasm-bindgen, Rust to WASM, wasm-pack, or browser runtime. Activates for WASM development tasks.