Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Chooses charts and encodings that communicate the right story. Use when raw tables are not enough to explain trends or comparisons.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Chooses charts and encodings that communicate the right story. Use when raw tables are not enough to explain trends or comparisons.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Controls package growth, updates, and risk. Use when dependency sprawl, version drift, or supply-chain risk needs attention.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Implements reusable design system components and tokens. Use when interfaces need consistency across many screens or teams.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Structures docs so people and agents can find the right information fast. Use when a documentation set needs hierarchy, navigation, and consistency.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now…
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Designs rendering and data-fetch patterns for edge environments. Use when latency, locality, or distributed execution matters.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Turns failures into actionable, respectful guidance. Use when interfaces need to explain what broke and how to recover.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Designs repeatable evaluation harnesses for AI and software workflows. Use when you need to measure quality, compare approaches, or prevent regressions from landing.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Designs forms that are easy to complete and hard to misuse. Use when input-heavy flows need better clarity and validation.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Builds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or…
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Guides detection, triage, mitigation, and follow-up during incidents. Use when production systems are degraded or failing.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until 95% confidence about the underlying intent. Use when an ask is underspecified ("build me X" without "for whom" or "why now"), when the user explicitly invokes ("interview me"…
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Shapes internal knowledge systems for discoverability and upkeep. Use when you need a maintainable source of truth for procedures or patterns.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Plans content, UI, and code for multiple languages and regions. Use when products need translation, locale-sensitive formatting, or cultural adaptation.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Reviews translated content for fit, correctness, and tone. Use when localized experiences need human-quality checks.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Breaks large systems into focused modules with clear boundaries. Use when code grows too coupled or too hard to own.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Organizes a multi-package repository for scale and clarity. Use when many packages, apps, or shared libraries must evolve together.
Rahulchaube1/-Skills-for-Agents
Skill Claude CodeCodex
Designs products that keep working without a network connection. Use when users need resilience in weak or intermittent connectivity.