Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
lang-rust-docs-dev
Rust documentation practices for HASH codebase. Use when writing doc comments, documenting functions/types/traits/modules, creating error sections, using intra-doc links, following rustdoc conventions, or exploring crate APIs with cargo doc.
majiayu000/claude-skill-registry 163
-
agent-discordbot
Interact with Discord servers using bot tokens - send messages, read channels, manage reactions
majiayu000/claude-skill-registry 163
-
generate-pr-description
Generate PR title and description
majiayu000/claude-skill-registry 163
-
git-merging-feature-branches-to-main-skill
Use when feature branch is complete and reviewed, ready to merge to main - squashes multiple commits into single clean commit in main using git merge --squash
majiayu000/claude-skill-registry 163
-
spectrum-analyzer-debug
Debug spectrum analyzer and waterfall display issues in WaveCap-SDR. Use when spectrum is not updating, shows incorrect frequencies, has poor resolution, excessive noise floor, or performance problems with FFT visualization.
majiayu000/claude-skill-registry 163
-
create-pr-description
Generate a structured PR description from staged git changes when the user asks to create, write, or draft a pull request description
majiayu000/claude-skill-registry 163
-
hotdog
Hot dog or not? Classify food photos and battle Nemotron. Use when a user sends a food photo, asks if something is a hot dog, or says 'hotdog', '/hotdog', or 'hot dog battle'.
majiayu000/claude-skill-registry 163
-
find-skills
Discover and install agent skills from the open skills ecosystem. Use when user asks "how do I do X", "find a skill for", "is there a skill that can", wants to extend capabilities, or mentions needing help with a specific domain. Triggers on find skill, search skill, install skill, npx skills, skills.sh.
majiayu000/claude-skill-registry 163
-
preprocess-debug
Debug preprocessing pipeline failures. Guides through reading checkpoint files, checking step artifacts, interpreting QC metrics, examining visualization PNGs, and identifying which step failed and why. Use when a preprocessing run produces unexpected results, crashes, or generates poor-quality outputs.
majiayu000/claude-skill-registry 163
-
feature-technical-spec
Define technical approach (architecture, integration points, data model) for a feature through guided Q&A and write FEATURE_TECHNICAL_SPEC.md. Use after /feature-spec.
majiayu000/claude-skill-registry 163
-
idor-vulnerability-testing
This skill should be used when the user asks to "test for insecure direct object references," "find IDOR vulnerabilities," "exploit broken access control," "enumerate user IDs or object references," or "bypass authorization to access other users' data." It provides comprehensive guidance for detecting, exploiting, and remediating IDOR vulnerabilities in web applications.
majiayu000/claude-skill-registry 163
-
backend-specialist
后端开发专家。精通 Node.js/Python/Go/Rust 等后端技术栈,专注于 API 设计、数据库优化、认证授权、微服务架构和性能调优。用于后端服务开发、API 设计和系统架构。
majiayu000/claude-skill-registry 163
-
cleanup
Remove dead code, unused imports, stale files, and fix code quality issues found by /audit
majiayu000/claude-skill-registry 163
-
vibe-help
Quick reference cheatsheet for all agentic-loop commands including Ralph.
majiayu000/claude-skill-registry 163
-
mobile-security-coder
Expert in secure mobile coding practices specializing in input validation, WebView security, and mobile-specific security patterns. Use PROACTIVELY for mobile security implementations or mobile security code reviews.
majiayu000/claude-skill-registry 163
-
code-reviewer
Comprehensive code review skill for TypeScript, JavaScript, Python, Swift, Kotlin, Go. Includes automated code analysis, best practice checking, security scanning, and review checklist generation. Use when reviewing pull requests, providing code feedback, identifying issues, or ensuring code quality standards.
majiayu000/claude-skill-registry 163
-
Systematic Debugging
Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.
majiayu000/claude-skill-registry 163
-
lidarr
Search and add music to Lidarr. Supports artists, albums, and quality profiles (FLAC preferred).
majiayu000/claude-skill-registry 163
-
Condition-Based Waiting
Replace arbitrary timeouts with condition polling for reliable async tests
majiayu000/claude-skill-registry 163
-
bug-capture
Capture a user-reported defect as a durable GitHub issue written in the project's own domain language. Explores the codebase in parallel for context but never leaks file paths or line numbers into the issue. Use when the user reports a bug conversationally, runs a QA pass, or says "file an issue", "log this as a bug", "capture this".
majiayu000/claude-skill-registry 163
-
database-schema-sync
Database schema management using idempotent sync script instead of Alembic migrations. Use when (1) Adding new database tables, (2) Adding new columns to existing tables, (3) Modifying database schema, (4) Deploying to production, (5) Syncing schema across environments. REQUIRED APPROACH - ALWAYS use scripts/sync-production-schema.py with --dry-run first, NEVER run Alembic migrations directly in production.
majiayu000/claude-skill-registry 163
-
get-review-theme
当用户明确要求"从文件/图片/网页/描述中提取综述主题"或"生成主题+关键词+核心问题结构化输出"时使用。支持文件(PDF/Word/Markdown/Tex)、文件夹、图片、自然语言描述、网页 URL 等多种输入源,自动识别输入类型并提取内容,生成可直接用于 systematic-literature-review 及其他文献综述技能的结构化输出。
majiayu000/claude-skill-registry 163
-
create-interface
Renders interactive HTML interfaces in chat using the render_ui tool. Use when the user asks to display UI, create a widget, show a form, render a chart, build an interface, or display interactive content.
majiayu000/claude-skill-registry 163
-
cook-hard
[Implementation] Thorough implementation with maximum verification
majiayu000/claude-skill-registry 163