GitHub
Skills harvested from GitHub repositories
14810 skills availableci-cd-and-automation
Automate quality gates so that no change reaches production without passing tests, lint, type checking, and build. CI/CD...
deprecation-and-migration
Code is a liability, not an asset. Every line of code has ongoing maintenance cost — bugs to fix, dependencies to update...
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 ...
api-and-interface-design
Design stable, well-documented interfaces that are hard to misuse. Good interfaces make the right thing easy and the wro...
context-engineering
Feed agents the right information at the right time. Context is the single biggest lever for agent output quality — too ...
idea-refine
Refines raw ideas into sharp, actionable concepts worth building through structured divergent and convergent thinking. U...
frontend-ui-engineering
Build production-quality user interfaces that are accessible, performant, and visually polished. The goal is UI that loo...
code-simplification
Inspired by the Claude Code Simplifier plugin. Adapted here as a model-agnostic, process-driven skill for any AI coding ...
security-and-hardening
Security-first development practices for web applications. Treat every external input as hostile, every secret as sacred...
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 ...
planning-and-task-breakdown
Decompose work into small, verifiable tasks with explicit acceptance criteria. Good task breakdown is the difference bet...
debugging-and-error-recovery
Systematic debugging with structured triage. When something breaks, stop adding features, preserve evidence, and follow ...
spec-driven-development
Write a structured specification before writing any code. The spec is the shared source of truth between you and the hum...
documentation-and-adrs
Document decisions, not just code. The most valuable documentation captures the why — the context, constraints, and trad...
source-driven-development
Every framework-specific code decision must be backed by official documentation. Don't implement from memory — verify, c...
code-review-and-quality
Multi-dimensional code review with quality gates. Every change gets reviewed before merge — no exceptions. Review covers...
performance-optimization
Measure before optimizing. Performance work without measurement is guessing — and guessing leads to premature optimizati...
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...
rust-trait-explorer
Discover trait implementations and understand polymorphic designs. /rust-trait-explorer <TraitName|StructName> Examples:...
rust-symbol-analyzer
Analyze project structure by examining symbols across your Rust codebase. /rust-symbol-analyzer [file.rs] [--type struct...
rust-router
--- Version: 2.0.0 | Last Updated: 2025-01-22 v2.0: Context optimized - detailed examples moved to sub-files Don't answe...
rust-skill-creator
Version: 2.1.0 | Last Updated: 2025-01-27 Create dynamic skills for Rust crates and std library documentation. This skil...
rust-refactor-helper
Perform safe refactoring with comprehensive impact analysis. /rust-refactor-helper <action> <target> [--dry-run] Actions...
rust-deps-visualizer
Generate ASCII art visualizations of your Rust project's dependency tree. /rust-deps-visualizer [--depth N] [--features]...