Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
bug-hunter
Copilot agent that assists with bug investigation, root cause analysis, and fix generation for efficient debugging and issue resolution
Trigger terms: bug fix, debug, troubleshoot, root cause analysis, error investigation, fix bug, resolve issue, error analysis, stack trace
Use when: User requests involve bug hunter tasks.
majiayu000/claude-skill-registry 163
-
design-systems
Help users build and scale design systems. Use when someone is creating a component library, establishing design tokens, scaling brand consistency, or deciding when to invest in a design system.
majiayu000/claude-skill-registry 163
-
dependency-management
Manage project dependencies effectively. Use when adding, updating, or auditing dependencies. Covers version management, security scanning, and lockfiles.
majiayu000/claude-skill-registry 163
-
browse
Discover trending topics and content ideas from social feeds for post creation. Use when scanning Twitter timeline or finding content inspiration.
majiayu000/claude-skill-registry 163
-
condition-based-waiting
Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses
majiayu000/claude-skill-registry 163
-
tailwind-responsive-design
Use when building responsive layouts and mobile-first designs with Tailwind CSS. Covers breakpoints, container queries, and responsive utilities.
majiayu000/claude-skill-registry 163
-
cost-optimization
Optimize cloud costs through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.
majiayu000/claude-skill-registry 163
-
grpo
Group Relative Policy Optimization for reinforcement learning from human feedback.
Covers GRPOTrainer, reward function design, policy optimization, and KL divergence
constraints for stable RLHF training. Includes thinking-aware reward patterns.
majiayu000/claude-skill-registry 163
-
request-tracing
Instrument HTTP/gRPC endpoints with distributed tracing and RED metrics
majiayu000/claude-skill-registry 163
-
claude-in-chrome-troubleshooting
Diagnose and fix Claude in Chrome MCP extension connectivity issues. Use when mcp__claude-in-chrome__* tools fail, return "Browser extension is not connected", or behave erratically.
majiayu000/claude-skill-registry 163
-
checking-dependabot-prs
DependabotのPRをレビューの必要度の観点で検証する。「DependabotのPRを確認して」「Dependabotの更新は安全?」などの依頼時に使用する。
majiayu000/claude-skill-registry 163
-
kafka-observability
Kafka monitoring and observability expert for Prometheus, Grafana, and JMX metrics. Use when setting up Kafka monitoring, configuring alerting rules, or building performance dashboards.
majiayu000/claude-skill-registry 163
-
sanctions-check
Screen entities against OFAC SDN, UN, EU, and other sanctions lists to identify compliance risks and regulatory violations
majiayu000/claude-skill-registry 163
-
epic-auth
Guide on authentication, sessions, OAuth, 2FA, and passkeys for Epic Stack
majiayu000/claude-skill-registry 163
-
maker-methodology
Apply MAKER (Massively Decomposed Agentic Processes) to solve long sequential tasks using task decomposition, multi-agent voting, and error correction. Use when facing complex multi-step problems, sequential planning, constraint satisfaction, or tasks requiring many consecutive decisions.
majiayu000/claude-skill-registry 163
-
style-learner
Triggers: writing style, voice, tone, style guide, exemplar, style learning
Learn and extract writing style patterns from exemplar text for consistent application.
Triggers: learn style, extract style, style profile, writing voice, tone analysis,
style guide generation, exemplar analysis
Use when: creating a style guide from existing content, ensuring consistency
across documents, learning a specific author's voice, customizing AI output style
DO NOT use when: detecting AI slop - use slop-detector instead.
DO NOT use when: just need to clean up existing content - use doc-generator with --remediate.
Use this skill to build style profiles from exemplar text.
majiayu000/claude-skill-registry 163
-
memory-systems
This skill should be used when the user asks to "implement agent memory", "persist state across sessions", "build knowledge graph", "track entities", or mentions memory architecture, temporal knowledge graphs, vector stores, entity memory, or cross-session persistence.
majiayu000/claude-skill-registry 163
-
eval-harness
Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles
majiayu000/claude-skill-registry 163
-
widget-tester
Expert assistant for testing the embeddable Bible widget functionality in the KR92 Bible Voice project. Use when creating widget tests, validating embed API responses, testing reference formats, checking audio integration, or creating regression test cases.
majiayu000/claude-skill-registry 163
-
oauth-integrations
Implement OAuth 2.0 authentication with GitHub and Microsoft Entra (Azure AD) in Cloudflare Workers
and other edge environments. Covers provider-specific quirks, required headers, scope requirements,
and token handling without MSAL.
Use when: implementing GitHub OAuth, Microsoft/Azure AD authentication, handling OAuth callbacks,
or troubleshooting 403 errors in OAuth flows.
majiayu000/claude-skill-registry 163
-
recap
Get session recap including preferences, recent context, and active goals. Use at the start of a session or when context seems lost.
majiayu000/claude-skill-registry 163
-
ctf-rev
Solve CTF reverse engineering challenges using systematic analysis to find flags, keys, or passwords. Use for crackmes, binary bombs, key validators, obfuscated code, algorithm recovery, or any challenge requiring program comprehension to extract hidden information.
majiayu000/claude-skill-registry 163
-
backend-vitest
Fast unit testing framework for TypeScript/JavaScript. Use for testing tRPC procedures, Zod schemas, utility functions, and any TypeScript code. Built on Vite with native ESM, TypeScript support, and Jest-compatible API. Choose Vitest over Jest for modern TypeScript projects, especially with Vite-based setups.
majiayu000/claude-skill-registry 163
-
react-modernization
Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codebases, migrating to React Hooks, or upgrading to latest React versions.
majiayu000/claude-skill-registry 163