Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
tokio-troubleshooting
Debugging and troubleshooting Tokio applications using tokio-console, detecting deadlocks, memory leaks, and performance issues. Use when diagnosing async runtime problems.
majiayu000/claude-skill-registry 163
-
AILANG Debug
Debug AILANG code errors. Use when you encounter type errors, parse errors, or runtime failures in AILANG programs.
majiayu000/claude-skill-registry 163
-
commit-messages
Conventional Commits formatting guide for creating standardized commit messages. Use when Claude needs to create git commits, ensuring consistent message format with type prefixes (feat, fix, docs, chore). Automatically applied during git commit operations to maintain repository history standards.
majiayu000/claude-skill-registry 163
-
writing-ast-check
Create AST-based checks for evaluating generated Python code quality
majiayu000/claude-skill-registry 163
-
prometheus-monitoring
Set up Prometheus monitoring for applications with custom metrics, scraping configurations, and service discovery. Use when implementing time-series metrics collection, monitoring applications, or building observability infrastructure.
majiayu000/claude-skill-registry 163
-
elegant-design
Create world-class, accessible, responsive interfaces with sophisticated interactive elements including chat, terminals, code display, and streaming content. Use when building user interfaces that need professional polish and developer-focused features.
majiayu000/claude-skill-registry 163
-
csharp-decompile
Decompile .NET assemblies to inspect types, understand implementations, debug third-party libraries, and view IL code. Use when debugging NuGet dependency behavior, understanding compiled code, investigating runtime issues, or exploring unfamiliar assemblies.
majiayu000/claude-skill-registry 163
-
type-patterns
Type-safe patterns using Result types, discriminated unions, and exhaustive matching.
Reference for implementing immutable, type-safe core logic without exceptions.
majiayu000/claude-skill-registry 163
-
developing-solidworks
ANYTHING related to SolidWorks. Writes, modifies, and debugs C# code that interacts with SolidWorks. Use when working with .cs or .csproj files that (will) reference SolidWorks SDK, SolidWorks.Interop assemblies, COM interop with SolidWorks.
majiayu000/claude-skill-registry 163
-
ralph-multimodel
Ralph Wiggum persistence loop with intelligent multi-model routing (Gemini, Codex, Claude, Council)
majiayu000/claude-skill-registry 163
-
dual-pass-review
Use AFTER any code changes (feature implementation, bug fix, refactor) to enforce mandatory dual-pass review. First pass reviews unstaged changes for correctness and convention compliance. Second pass ONLY executes if first pass made any corrections. Ensures work follows project conventions, development rules, and best practices before task completion.
majiayu000/claude-skill-registry 163
-
dedup-divergences
Batch analysis of hundreds of fuzzer divergences using parallel subagents - categorize, deduplicate, identify unique bugs, create summary reports
majiayu000/claude-skill-registry 163
-
analyze-wast
Analyze WebAssembly test (WAST) files to debug compilation issues and create regression tests. Use when the user asks to debug or analyze WAST test failures, investigate compilation bugs in wasmoon, or when encountering test failures in spec/*.wast files. Triggers include "analyze wast", "debug wast", "wast bug", or references to specific .wast test files.
majiayu000/claude-skill-registry 163
-
epub-translate
A skill for creating bilingual EPUB books by adding translated text alongside the original content while preserving the original formatting and structure.
majiayu000/claude-skill-registry 163
-
apps-ayokoding-web__developing-content
Comprehensive guide for creating content on ayokoding-web Hugo site using Hextra theme. Covers bilingual content strategy (default English), level-based weight ordering system, by-example tutorial annotation standards (1-2.25 comments per code line), absolute path linking requirements, and ayokoding-web specific frontmatter patterns. Essential for content creation tasks on ayokoding-web
majiayu000/claude-skill-registry 163
-
codebase-documenter
Generates comprehensive documentation explaining how a codebase works, including architecture, key components, data flow, and development guidelines. Use when user wants to understand unfamiliar code, create onboarding docs, document architecture, or explain how the system works.
majiayu000/claude-skill-registry 163
-
stripe-subscription
Stripe Checkout for recurring subscriptions with Customer Portal. Auto-creates plans if not configured.
majiayu000/claude-skill-registry 163
-
asciinema-streaming-backup
Real-time asciinema backup to GitHub orphan branch. TRIGGERS - streaming backup, asciinema backup, session backup, recording backup.
majiayu000/claude-skill-registry 163
-
auto-analysis-219c9431a85d
majiayu000/claude-skill-registry 163
-
zig-expert
Write idiomatic Zig code following the Zen of Zig philosophy. Use for systems programming with Zig (.zig files), covering manual memory management with allocators, error unions and explicit error handling, compile-time programming (comptime), data-oriented design, and the new async/Io model. Applies functional programming parallels (Result types, ADTs, explicit effects) for C-free systems development.
majiayu000/claude-skill-registry 163
-
form-accessibility
WCAG 2.2 AA compliance for forms, ARIA patterns, focus management, keyboard navigation, and screen reader support. Use when implementing accessible forms in any framework. The compliance foundation that ensures forms work for everyone.
majiayu000/claude-skill-registry 163
-
refactor-assistant
Automated code refactoring suggestions and implementation.
majiayu000/claude-skill-registry 163
-
spawn-builder
빌드/테스트가 필요할 때 builder-agent 활용 가이드
majiayu000/claude-skill-registry 163
-
using-code-directives
Use when reading or editing files that contain @implement, @docs, @refactor, @test, or @todo directive comments - handle directives systematically with appropriate post-action transformations
majiayu000/claude-skill-registry 163