What problem does it solve?
This Skill provides a blueprint for designing high-performance Gemini CLI skills, focusing on scalable agentic patterns and reusable design.
Core Features & Use Cases
- Dynamic Context Injection: embed live environment data and reconnaissance results into skill context to adapt behavior.
- Tool-Gating & Roles: declare primary tools, govern execution and review phases, and assign agent roles for complex workflows.
- Slash Command Emulation: expose a predictable interface with triggers like /design start and /design status to organize skill operations.
- Cross-skill Connectivity: reference upstream/downstream skills to promote consistency and reuse patterns across projects.
Quick Start
Review the SKILL.md frontmatter, inspect scripts/ for deterministic helpers, references/ for background material, and assets/ for templates. Create a design.md as a high-level blueprint before implementing.