Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary...
cat ~/Top
Browse top skills sorted by GitHub stars
Use when facing a decision question that would benefit from multiple AI perspectives - queries GPT, Gemini, and Grok...
Convene an LLM Council for deliberative multi-model reasoning. Uses 3-stage process (Query, Peer Review, Chairman...
Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates...
Rigorous planning through three phases - Discover (explore problem space), Decide (validate each decision via...
Smart orchestrator for chunked plans - auto-detects complexity, recommends execution mode...
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides...
Structured reasoning for architectural decisions using First Principles Framework (Quint Code). Orchestrates ADI...
Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous...
Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable...
Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best...
Implement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade...
Manages chunked plan lifecycle - listing plans, checking status, resuming interrupted plans, cleaning up completed plans
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or...
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically...
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework...
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it...
Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents...
Use when starting feature work that needs isolation from current workspace or before executing implementation plans...
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running...
Creates micro-chunked implementation plans stored in .claude/plans/[feature-name]/ - breaks large features into 2-3...
>
>
some skills that enable LLMs like Claude, Gemini to perform agentic tasks