con un clic
agent-skills
agent-skills contiene 3 skills recopiladas de Gyanano, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Implementation review orchestrator for iterative project development. Use when you have a Spec document with partially completed objectives and need to review the implementation details of the next objective. The review reads the Spec, existing code, and current progress, then considers deviations in completed work, remaining resources, and potential impacts on future objectives. Multiple roles collaboratively review how the objective should be concretely implemented, or propose alternative/compensating approaches. Use when: (1) reviewing implementation details before starting the next Spec objective, (2) existing implementation deviates from the original Spec and impact assessment is needed, (3) resource or technical constraints have changed and an objective's implementation approach needs re-evaluation, (4) user mentions "review", "review board", or "implementation review", (5) user invokes /review-board.
Architect web interfaces that adhere to Apple's Human Interface Guidelines (HIG), translating native iOS/iPadOS design patterns into high-performance web environments. Use when: (1) building web UIs with iOS-native look and feel, (2) implementing glassmorphism, translucency, or vibrancy effects, (3) designing mobile-first interfaces with Apple-style components (bottom sheets, navigation bars, inset grouped lists), (4) applying SF Pro typography, 8pt grid systems, or squircle corner radii, (5) creating Light/Dark mode adaptive designs following Apple's system color palette, (6) the user mentions "iOS style", "Apple HIG", "iOS design", or wants a native-feeling mobile web app.
Multi-agent orchestrator that delegates tasks to external CLI agents (Gemini-CLI and Codex-CLI) via a JSON handover protocol. Use this skill when: (1) a task involves frontend UI/UX design, styling, or visual work -- delegate to @Gemini, (2) a task requires precise logic, bug fixing, algorithm implementation, or strict refactoring -- delegate to @Codex, (3) a complex task can be decomposed into sub-tasks for parallel or sequential execution across agents, (4) the user explicitly mentions @Gemini, @Codex, or cli-crew. Claude acts as PM/Architect: breaking down tasks, generating handover payloads, dispatching to agents, and assembling results.