Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
handoff-log-update
Append a structured entry to the handoff log when an agent completes work, is blocked, or needs to pass ownership.
majiayu000/claude-skill-registry 163
-
a11y-self-check
Proactively validates Claude Code's own generated HTML/JSX/TSX output for accessibility before presenting to users. Use this skill automatically when generating UI code to ensure WCAG 2.1 AA compliance.
majiayu000/claude-skill-registry 163
-
installation-orchestrator
Expert management of install.sh (2000+ lines). Use for installation troubleshooting, idempotency checks, secret generation, volume migration, 11 services startup order (including heuristics and semantic), and user onboarding.
majiayu000/claude-skill-registry 163
-
stash
Git stash + session linking
majiayu000/claude-skill-registry 163
-
finding-code-patterns
Finds similar implementations, usage examples, and existing patterns in the codebase - shows concrete code examples for modeling new work. Pattern librarian documenting what exists without judgment.
majiayu000/claude-skill-registry 163
-
refactoring-11-ci-automation
Use when adding minimal CI automation for lint, tests, and type checks in Python research code.
majiayu000/claude-skill-registry 163
-
tdd-refactor-phase
Guide experienced developers through REFACTOR phase of TDD cycle - improving code quality while maintaining green tests
majiayu000/claude-skill-registry 163
-
ts-morph-analyze
Analyze TypeScript code structure using ts-morph. Use for summarizing class/interface APIs, listing exports, showing inheritance hierarchies, or extracting interfaces from classes. Outputs signatures without implementation details.
majiayu000/claude-skill-registry 163
-
docker-wizard
Generate optimized Dockerfiles and docker-compose.yml with best practices and multi-stage builds
majiayu000/claude-skill-registry 163
-
Requesting Code Review
Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding
majiayu000/claude-skill-registry 163
-
tailwind
Tailwind CSS v4 performance optimization and best practices guidelines (formerly tailwindcss-v4-style). This skill should be used when writing, reviewing, or refactoring Tailwind CSS v4 code to ensure optimal build performance, minimal CSS output, and correct usage of v4 features. Triggers on tasks involving Tailwind configuration, @theme directive, utility classes, responsive design, dark mode, container queries, or CSS generation optimization.
majiayu000/claude-skill-registry 163
-
pylint-checkers
Use when pylint checkers including built-in checkers, custom checkers, and checker development.
majiayu000/claude-skill-registry 163
-
chapter-translation
Translate textbook chapter content into Urdu on demand while preserving technical accuracy and formatting.
majiayu000/claude-skill-registry 163
-
textmate-grammar
Use when creating or editing TextMate grammar files for VS Code syntax highlighting - patterns, scopes, and language tokenization
majiayu000/claude-skill-registry 163
-
openq-tools
Open questions register. Use for: QID generation, OQ-SIG-001 format IDs, append questions, open_questions.md. Generate sequential QIDs, append questions with context. Use in clarifier when registering open questions instead of guessing. Invoke via bash .claude/scripts/demoswarm.sh openq next-id|append.
majiayu000/claude-skill-registry 163
-
notes
Use when adding metadata to commits without changing history, tracking review status, test results, code quality annotations, or supplementing commit messages post-hoc - provides git notes commands and patterns for attaching non-invasive metadata to Git objects.
majiayu000/claude-skill-registry 163
-
debug-tauri
Automates Tauri WebView debugging using official plugins (tauri-plugin-log + screenshots) with process verification, automated screenshots, console logs, and state analysis. Use when debugging Tauri apps, investigating WebView issues, analyzing runtime errors, or troubleshooting UI problems.
majiayu000/claude-skill-registry 163
-
Project Architecture
Overview of the project's tech stack, directory structure, and architectural patterns.
majiayu000/claude-skill-registry 163
-
shopify-liquid
Complete Liquid templating language reference including syntax, filters, objects, control flow, loops, and conditionals for Shopify themes. Use when working with .liquid files, creating theme templates, implementing dynamic content, debugging Liquid code, working with sections and snippets, or rendering product/collection/cart data in Shopify stores.
majiayu000/claude-skill-registry 163
-
playwright-browser-fill-form
To fill multiple form fields at once, set values for inputs, checkboxes, and selects in a single call.
majiayu000/claude-skill-registry 163
-
architecture-adr
majiayu000/claude-skill-registry 163
-
moai-lang-javascript
JavaScript ES2024+ development specialist covering Node.js 22 LTS, modern runtimes (Deno, Bun), testing (Vitest, Jest), linting (ESLint 9, Biome), and backend frameworks (Express, Fastify, Hono). Use when developing JavaScript APIs, web applications, or Node.js projects.
majiayu000/claude-skill-registry 163
-
fastapi-error-handling
Provides a comprehensive, reusable skill for standardized API error handling in FastAPI. Includes custom exception classes, global exception handlers, structured JSON logging, and standardized Pydantic error schemas. Use this when you need to implement a robust error handling system in a FastAPI project.
majiayu000/claude-skill-registry 163
-
review-scoring-rubric
Provides the complete code review scoring rubric with 10 weighted categories, severity multipliers, and deduction calculations. Use when performing quantified code reviews, calculating quality scores, or creating improvement roadmaps.
majiayu000/claude-skill-registry 163