Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
multi-agent-orchestrator
Orchestrate parallel CLI agents (Claude Code, Codex, Gemini) for competitive evaluation. Use when user says "run multi-agent", "compare agents", "launch competitive evaluation", "use parallel agents", or complex tasks (>7/10) where multiple approaches exist and best solution matters.
majiayu000/claude-skill-registry 163
-
wow-practicing-trunk-based-development
Trunk Based Development workflow - all development on main branch with small frequent commits, minimal branching, and continuous integration. Covers when branches are justified (exceptional cases only), commit patterns, feature flag usage for incomplete work, environment branch rules (deployment only), and AI agent default behavior (assume main). Essential for understanding repository git workflow and preventing unnecessary branch proliferation
majiayu000/claude-skill-registry 163
-
ms-rust
ALWAYS invoke this skill BEFORE writing or modifying ANY Rust code (.rs files) even for simple Hello World programs. Enforces Microsoft-style Rust development discipline and requires consulting the appropriate guideline files before any coding activity. This skill is MANDATORY for all Rust development.
majiayu000/claude-skill-registry 163
-
e2e-playwright
Playwright E2E workflow for this extension. Use when E2E fails or is flaky, or mentions Playwright/e2e/fixtures/spec/trace/PWDEBUG.
majiayu000/claude-skill-registry 163
-
core-principles
majiayu000/claude-skill-registry 163
-
playwright-excel
Integrate Excel (.xlsx) data into Playwright codegen scripts by replacing hardcoded values with config-driven lookups, loading data with polars, and validating every step with Playwright MCP (start MCP from the repo if not running). Use for Playwright automation updates that require Excel-backed data, config.yaml centralization, or MCP validation/reporting.
majiayu000/claude-skill-registry 163
-
performance-optimizer
Expert performance analysis and optimization. Use when analyzing performance issues, optimizing slow code, reducing bundle size, or improving application speed.
majiayu000/claude-skill-registry 163
-
pi-deployment
Handles deployment, testing, and debugging of Bob The Skull code on Raspberry Pi. Use when deploying to Pi, testing remote code, troubleshooting Pi issues, or setting up new Pi hardware.
majiayu000/claude-skill-registry 163
-
ecto-query-analysis
Analyzes Ecto queries for N+1 problems, missing preloads, and performance issues.
majiayu000/claude-skill-registry 163
-
Spec-Kit Claude Code Workflow
A conceptual skill for guiding the Spec-Kit + Claude Code development workflow
majiayu000/claude-skill-registry 163
-
FastLED
FastLED library for controlling addressable LEDs (WS2812B, etc). Covers color spaces, effects, and performance optimization.
majiayu000/claude-skill-registry 163
-
radar-chart
Configure radar (spider) charts in drizzle-cube dashboards for multi-dimensional comparison. Use when creating radar charts, spider charts, or comparing multiple metrics across categories.
majiayu000/claude-skill-registry 163
-
matchms
Mass spectrometry analysis. Process mzML/MGF/MSP, spectral similarity (cosine, modified cosine), metadata harmonization, compound ID, for metabolomics and MS data processing.
majiayu000/claude-skill-registry 163
-
write-comments
Writes explanatory comments to code to improve readability for developers and AI systems. Use when documenting code or improving code comprehension.
majiayu000/claude-skill-registry 163
-
worktree-manager
Create, manage, and cleanup git worktrees with Claude Code agents across all projects. USE THIS SKILL when user says "create worktree", "spin up worktrees", "new worktree for X", "worktree status", "cleanup worktrees", or wants parallel development branches. Handles worktree creation, dependency installation, validation, agent launching in Ghostty, and global registry management.
majiayu000/claude-skill-registry 163
-
juicebox-migration-deep-dive
Advanced Juicebox data migration strategies.
Use when migrating from other recruiting platforms, performing bulk data imports,
or implementing complex data transformation pipelines.
Trigger with phrases like "juicebox data migration", "migrate to juicebox",
"juicebox import", "juicebox bulk migration".
majiayu000/claude-skill-registry 163
-
critical-bug-detector
Automatically performs critical pre-release checks when building installers, creating releases, or packaging VoiceLite. Prevents missing files, version mismatches, and configuration errors that have caused release failures.
majiayu000/claude-skill-registry 163
-
claude-skillkit
Professional skill creation with research-driven workflow and automated validation.
USE WHEN: Creating new skills, validating existing skills, deciding between Skills vs Subagents, migrating documents to skills, or running individual validation tools.
PRIMARY TRIGGERS: "create skill" = Full creation (12 steps with research + execution planning) "validate skill" = Validation workflow (steps 3-8) "Skills vs Subagents" = Decision workflow (step 0) "convert doc to skill" = Migration workflow "estimate tokens" = Token optimization "security scan" = Security audit
WORKFLOW COMPLIANCE: Structured workflows with validation checkpoints. Research phase (Step 1c-1d) ensures skills based on proven approaches.
DIFFERENTIATOR: Research-driven creation. Web search (3-5 queries) before building. Multi-proposal generation. 9 automation scripts. Quality 9.0+/10.
REUSED: Anthropic's init_skill.py and package_skill.py (production-tested).
majiayu000/claude-skill-registry 163
-
plans-yankeeinlondon-adaptive-shell
majiayu000/claude-skill-registry 163
-
requirement-traceability
Provides REQ-* key pattern definitions, validation rules, and traceability operations. Use for understanding requirement key formats, validating keys, or tracing requirements through the SDLC lifecycle.
majiayu000/claude-skill-registry 163
-
refactor_gate
Ask whether to proceed with refactoring after architecture mapping.
majiayu000/claude-skill-registry 163
-
mcaf-testing
Add or update automated tests for a change (bugfix, feature, refactor) using the repository’s testing rules in `AGENTS.md`. Use TDD where applicable; derive scenarios from docs/Features/* and ADR invariants; prefer stable integration/API/UI tests, run build before tests, and verify meaningful assertions for happy/negative/edge cases.
majiayu000/claude-skill-registry 163
-
JSharpener
JavaScript/TypeScript static analysis tool for call graphs, unused code detection (tree shaking), dependency analysis, and circular dependency detection
majiayu000/claude-skill-registry 163
-
modal
Run Python code in the cloud with serverless containers, GPUs, and autoscaling. Use when deploying ML models, running batch processing jobs, scheduling compute-intensive tasks, or serving APIs that require GPU acceleration or dynamic scaling.
majiayu000/claude-skill-registry 163