Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
moai-essentials-review
Automated code review with SOLID principles, code smells, and language-specific best practices.
majiayu000/claude-skill-registry 163
-
release-guard
STRICT GitHub release gatekeeper. Blocks premature releases (from develop, incomplete CI). Verifies PR merged to main + ALL CI passed before allowing tag/release. Triggers on "release", "tag", "publish", "deploy", "version".
majiayu000/claude-skill-registry 163
-
nats-vigil-messaging
NATS JetStream messaging for Vigil Guard 2.0+ migration. Use when implementing message queues, detection workers, request-reply API, async processing, Dead Letter Queues, or migrating from n8n webhooks to NATS-based architecture.
majiayu000/claude-skill-registry 163
-
apktool
Android APK unpacking and resource extraction tool for reverse engineering. Use when you need to decode APK files, extract resources, examine AndroidManifest.xml, analyze smali code, or repackage modified APKs.
majiayu000/claude-skill-registry 163
-
Backend Setup
This skill should be used when the user asks to "create an agent runtime server", "set up agent runtime backend", "configure Modal sandbox", "implement PersistenceAdapter", "start WebSocket server", "create REST API for agents", or needs to build a Node.js backend using @hhopkins/agent-runtime.
majiayu000/claude-skill-registry 163
-
hydration-performance
Measure SSR hydration timing and issues. Use when tracking hydration performance, debugging hydration mismatches, or optimizing SSR/SSG applications.
majiayu000/claude-skill-registry 163
-
flow-error-eslint-compliance
Fix ESLint issues in migrated Output SDK code. Use when seeing lint errors after migration, or when writing new Output SDK code that needs to follow project conventions.
majiayu000/claude-skill-registry 163
-
github-agile
Diagnose GitHub-driven agile workflow problems and guide feature branch development
majiayu000/claude-skill-registry 163
-
dhh-rails-expert
Expert at writing and reviewing Rails code following DHH's style as practiced at 37signals. Use when writing new Rails code, reviewing Rails code, making architectural decisions in Rails apps.
majiayu000/claude-skill-registry 163
-
checking-files-with-lsp
Use when you need to check, verify, validate or understand code or structure of a file (often code related files or markdown) - automatically detects file type, finds appropriate LSP/linter in mise, and runs validation
majiayu000/claude-skill-registry 163
-
systematic-dev
Disciplined development workflow that prevents incomplete implementations, silent fallbacks, and hallucinated code. Use this skill for ANY coding task, feature implementation, bug fix, or technical work. Enforces mandatory decomposition of specs into tasks, elicits clarification for ambiguities, prohibits fallbacks without explicit approval, requires research for uncertain APIs/libraries, and maintains grounding checkpoints to prevent rework. Triggers on requests like "implement", "build", "create", "fix", "add feature", "develop", or any programming task.
majiayu000/claude-skill-registry 163
-
code-review-patterns
Internal skill. Use cc10x-router for all development tasks.
majiayu000/claude-skill-registry 163
-
add-service
majiayu000/claude-skill-registry 163
-
sast-horusec
Multi-language static application security testing using Horusec with support for 18+ programming languages and 20+ security analysis tools. Performs SAST scans, secret detection in git history, and provides vulnerability findings with severity classification. Use when: (1) Analyzing code for security vulnerabilities across multiple languages simultaneously, (2) Detecting exposed secrets and credentials in git history, (3) Integrating SAST into CI/CD pipelines for secure SDLC, (4) Performing comprehensive security analysis during development, (5) Managing false positives and prioritizing security findings.
majiayu000/claude-skill-registry 163
-
Package Upgrade
Systematic approach for upgrading packages in the Baseplate monorepo, ensuring consistency between monorepo dependencies and generated project code.
majiayu000/claude-skill-registry 163
-
strategic-code-reviewer
DRY, KISS, SRP 원칙에 대해서 코드 리뷰를 수행합니다. 코드 품질 검토, 리팩터링 기회 식별, 중복 코드 감지, 복잡한 로직 단순화에 특화되어 있습니다.
majiayu000/claude-skill-registry 163
-
vscode-extension-debugger
This skill provides expert-level guidance for debugging and fixing bugs in VS Code extensions. Use when investigating runtime errors, fixing memory leaks, resolving WebView issues, debugging activation problems, fixing TypeScript type errors, or troubleshooting extension communication failures. Covers systematic debugging workflows, common bug patterns, root cause analysis, and prevention strategies.
majiayu000/claude-skill-registry 163
-
github-repo-analysis
Analyze GitHub repositories to extract insights about commit frequency, outstanding contributors, release timeline, and project health metrics. Use when users request repository analysis, commit history investigation, contributor identification, release tracking, or development activity assessment for any GitHub project.
majiayu000/claude-skill-registry 163
-
server-side-rendering
Implement server-side rendering with template engines, view layers, and dynamic content generation. Use when building server-rendered applications, implementing MVC architectures, and generating HTML on the server.
majiayu000/claude-skill-registry 163
-
context-update
Scan repository and update context file
majiayu000/claude-skill-registry 163
-
literature-review
Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature searches across biomedical, scientific, and technical domains. Creates professionally formatted markdown documents and PDFs with verified citations in multiple citation styles (APA, Nature, Vancouver, etc.).
majiayu000/claude-skill-registry 163
-
git-protocol
Git protocol implementation patterns using gitoxide for Guts repository operations
majiayu000/claude-skill-registry 163
-
analyzing-nft-rarity
Execute calculate NFT rarity scores and floor prices across collections and marketplaces.
Use when analyzing NFT collections and rarity.
Trigger with phrases like "check NFT rarity", "analyze collection", or "calculate floor price".
majiayu000/claude-skill-registry 163
-
communication-protocols
Game server communication protocols including gRPC, REST, and custom binary protocols
majiayu000/claude-skill-registry 163