Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
cc-table-driven-methods
Replace complex conditional logic with table lookups. CHECKER mode identifies opportunities where if/else chains or inheritance hierarchies should become tables. APPLIER mode designs table structure, access method (direct/indexed/stair-step), and key transformations. Use when writing 4+ if/else branches, switch statements keep growing, subclasses differ only in data not behavior, or data changes without code changes. Triggers on: too many if statements, switch growing, subclass per type, customer-controlled format, data-driven behavior, lookup table, mapping data to actions.
majiayu000/claude-skill-registry 163
-
customer-lookup
Search for customers by email or order number, view their purchase history, subscriptions, and license keys. Use for customer support, refund processing, or account verification. Triggers on "find customer", "lookup email", "check order", "customer support", or similar queries.
majiayu000/claude-skill-registry 163
-
numerical-integration
Problem-solving strategies for numerical integration in numerical methods
majiayu000/claude-skill-registry 163
-
flow-create
Creer un nouveau flow d'automatisation de formulaire complet, incluant exploration du site web, implementation et tests. (project)
majiayu000/claude-skill-registry 163
-
work-items
Optimize and analyze work items for LLM-assisted development
majiayu000/claude-skill-registry 163
-
outlook-automation
Automates reading, searching, drafting, and sending emails AND calendar events in Classic Outlook on Windows using local COM automation. Use this skill when the user asks to process Outlook emails, create drafts, send messages, save attachments, manage calendar events, create meetings, or respond to invitations from the authenticated Outlook session on their Windows Devbox. Requires Classic Outlook (not New Outlook) to be running.
majiayu000/claude-skill-registry 163
-
fullstack-developer
Complete full-stack development with Next.js 13+, React, Firebase, Tailwind CSS, and payment integration (Stripe, JazzCash, EasyPaisa). Build production-ready e-commerce platforms, SaaS applications, and scalable web applications. Comprehensive coverage of frontend architecture, backend API routes, database design, authentication systems, payment processing, form handling, error management, and optimization. Generate complete project structures, pages, components, API routes, database schemas, security rules, and deployment configurations using TypeScript.
majiayu000/claude-skill-registry 163
-
Network 101
This skill should be used when the user asks to "set up a web server", "configure HTTP or HTTPS", "perform SNMP enumeration", "configure SMB shares", "test network services", or needs guidance on configuring and testing network services for penetration testing labs.
majiayu000/claude-skill-registry 163
-
foldseek
Structure similarity search with Foldseek. Use this skill when: (1) Finding similar structures in PDB/AFDB databases, (2) Structural homology search, (3) Database queries by 3D structure, (4) Finding remote homologs not detected by sequence, (5) Clustering structures by similarity.
For sequence similarity, use uniprot BLAST. For structure prediction, use chai or boltz.
majiayu000/claude-skill-registry 163
-
sdk-config-validator
Validates Claude Agent SDK configuration files, environment setup, dependencies, and project structure
majiayu000/claude-skill-registry 163
-
eslint-prettier-husky-config
This skill should be used when setting up code quality tooling with ESLint v9 flat config, Prettier formatting, Husky git hooks, lint-staged pre-commit checks, and GitHub Actions CI lint workflow. Apply when initializing linting, adding code formatting, configuring pre-commit hooks, setting up quality gates, or establishing lint CI checks for Next.js or React projects.
majiayu000/claude-skill-registry 163
-
project-planning
Generate structured planning docs for web projects with context-safe phases, verification criteria, and exit conditions. Creates IMPLEMENTATION_PHASES.md plus conditional docs.
Use when: starting new projects, adding major features, or breaking large work into manageable phases.
majiayu000/claude-skill-registry 163
-
checks-phase
Standard Operating Procedure for /fix-ci phase. Fix CI/deployment blockers after PR creation.
majiayu000/claude-skill-registry 163
-
wireframe-prototyping
Create wireframes and interactive prototypes to visualize user interfaces and gather feedback early. Use tools and techniques to communicate design ideas before development.
majiayu000/claude-skill-registry 163
-
testing-workflows
Run, debug, and structure tests for this Go project (unit + integration), including generation prerequisites. Use when changing domain logic, repositories, HTTP handlers, or migrations.
majiayu000/claude-skill-registry 163
-
olmoearth-mlx
OlmoEarth MLX: Spatio-Temporal Earth Intelligence
majiayu000/claude-skill-registry 163
-
figma-to-inline-svg
Figma 디자인을 인라인 SVG가 포함된 정적 HTML/CSS로 변환합니다. 런타임에서 색상 제어가 필요한 심볼/아이콘용입니다. Use when converting Figma SVG designs to inline SVG HTML for runtime color control, symbol state components, or icon theming.
majiayu000/claude-skill-registry 163
-
ea-play
Manage EA Play subscription, game library, and access EA titles
majiayu000/claude-skill-registry 163
-
vikunja
Manage projects and tasks in Vikunja, an open-source project management tool. Create projects, tasks, set due dates, priorities, and track completion.
majiayu000/claude-skill-registry 163
-
changelog-generator
通过分析提交历史记录、对更改进行分类并将技术提交转换为清晰的、面向用户的发布说明,自动创建面向用户的更新日志。将数小时的手动更新日志编写工作转化为数分钟的自动生成。
majiayu000/claude-skill-registry 163
-
webapp-testing
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
majiayu000/claude-skill-registry 163
-
python-data-reviewer
WHEN: Pandas/NumPy code review, data processing, vectorization, memory optimization
WHAT: Vectorization patterns + Memory efficiency + Data validation + Performance optimization + Best practices
WHEN NOT: Web framework → fastapi/django/flask-reviewer, General Python → python-reviewer
majiayu000/claude-skill-registry 163
-
recent-work
Show recent Claude Code sessions and work history. Use when user says "what have I been working on", "recent work", "what did I do today", or "show recent sessions".
majiayu000/claude-skill-registry 163
-
artifact-validator
Validate and grade Claude Code Skills, Commands, Subagents, and Hooks for quality and correctness. Check YAML syntax, verify naming conventions, validate required fields, test activation patterns, assess description quality. Generate quality scores using Q = 0.40R + 0.30C + 0.20S + 0.10E framework with specific improvement recommendations. Use when validating artifacts, checking quality, troubleshooting activation issues, or ensuring artifact correctness before deployment.
majiayu000/claude-skill-registry 163