ci-cd-and-automation

Automate quality gates so that no change reaches production without passing tests, lint, type checking, and build. CI/CD...

github

deprecation-and-migration

Code is a liability, not an asset. Every line of code has ongoing maintenance cost — bugs to fix, dependencies to update...

github

browser-testing-with-devtools

Use Chrome DevTools MCP to give your agent eyes into the browser. This bridges the gap between static code analysis and ...

github

api-and-interface-design

Design stable, well-documented interfaces that are hard to misuse. Good interfaces make the right thing easy and the wro...

github

context-engineering

Feed agents the right information at the right time. Context is the single biggest lever for agent output quality — too ...

github

idea-refine

Refines raw ideas into sharp, actionable concepts worth building through structured divergent and convergent thinking. U...

github

frontend-ui-engineering

Build production-quality user interfaces that are accessible, performant, and visually polished. The goal is UI that loo...

github

code-simplification

Inspired by the Claude Code Simplifier plugin. Adapted here as a model-agnostic, process-driven skill for any AI coding ...

github

security-and-hardening

Security-first development practices for web applications. Treat every external input as hostile, every secret as sacred...

github

shipping-and-launch

Ship with confidence. The goal is not just to deploy — it's to deploy safely, with monitoring in place, a rollback plan ...

github

planning-and-task-breakdown

Decompose work into small, verifiable tasks with explicit acceptance criteria. Good task breakdown is the difference bet...

github

debugging-and-error-recovery

Systematic debugging with structured triage. When something breaks, stop adding features, preserve evidence, and follow ...

github

spec-driven-development

Write a structured specification before writing any code. The spec is the shared source of truth between you and the hum...

github

documentation-and-adrs

Document decisions, not just code. The most valuable documentation captures the why — the context, constraints, and trad...

github

source-driven-development

Every framework-specific code decision must be backed by official documentation. Don't implement from memory — verify, c...

github

code-review-and-quality

Multi-dimensional code review with quality gates. Every change gets reviewed before merge — no exceptions. Review covers...

github

performance-optimization

Measure before optimizing. Performance work without measurement is guessing — and guessing leads to premature optimizati...

github

claude-skill-app-onboarding-questionnaire

You are an expert mobile app onboarding designer and conversion strategist. Your job is to help the user design and impl...

github

rust-trait-explorer

Discover trait implementations and understand polymorphic designs. /rust-trait-explorer <TraitName|StructName> Examples:...

github

rust-symbol-analyzer

Analyze project structure by examining symbols across your Rust codebase. /rust-symbol-analyzer [file.rs] [--type struct...

github

rust-router

--- Version: 2.0.0 | Last Updated: 2025-01-22 v2.0: Context optimized - detailed examples moved to sub-files Don't answe...

github

rust-skill-creator

Version: 2.1.0 | Last Updated: 2025-01-27 Create dynamic skills for Rust crates and std library documentation. This skil...

github

rust-refactor-helper

Perform safe refactoring with comprehensive impact analysis. /rust-refactor-helper <action> <target> [--dry-run] Actions...

github

rust-deps-visualizer

Generate ASCII art visualizations of your Rust project's dependency tree. /rust-deps-visualizer [--depth N] [--features]...

github