Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
git-basic-helper
Provide safe git commands for common tasks. Use when a junior developer needs help with branching, commits, or resolving simple conflicts.
majiayu000/claude-skill-registry 163
-
accessibility-excellence
Master web accessibility (A11y) to ensure your product is usable by everyone, including people with disabilities. Covers WCAG standards, semantic HTML, keyboard navigation, screen readers, color contrast, and inclusive design practices. Accessibility is not a feature—it's a fundamental requirement.
majiayu000/claude-skill-registry 163
-
orcaflex-installation-analysis
Create and analyze OrcaFlex models for offshore installation sequences including subsea structure lowering, pipeline installation, and crane operations. Generate models at multiple water depths and orientations for installation feasibility studies.
majiayu000/claude-skill-registry 163
-
acc-create-null-object
Generates Null Object pattern for PHP 8.5. Creates safe default implementations eliminating null checks. Includes unit tests.
majiayu000/claude-skill-registry 163
-
openai-image-gen
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
majiayu000/claude-skill-registry 163
-
bknd-create-user
Use when creating a new user account in Bknd programmatically. Covers auth.createUser() in seed functions, registration via SDK/REST API, creating users via data API, admin panel user creation, and role assignment.
majiayu000/claude-skill-registry 163
-
sunlord
Sunlord Electronics inductor and ferrite bead MPN encoding patterns, value decoding, and handler guidance. Use when working with Sunlord inductors or SunlordHandler.
majiayu000/claude-skill-registry 163
-
fastapi-jwt-auth
This skill should be used when implementing secure, reusable JWT verification dependency for FastAPI routes. It ensures strict user isolation and identity verification using Better Auth secrets.
majiayu000/claude-skill-registry 163
-
run-with-timeout
Run commands with timeout protection to prevent hanging. Use for potentially long-running tests or operations.
majiayu000/claude-skill-registry 163
-
graceful-shutdown
Implement graceful shutdown procedures to handle SIGTERM signals, drain connections, complete in-flight requests, and clean up resources properly. Use when deploying containerized applications, handling server restarts, or ensuring zero-downtime deployments.
majiayu000/claude-skill-registry 163
-
component-docs-batcher
批量生成和维护前端组件库文档的自动化工具。专为 Monorepo 组件库设计(如 atom-ui-mobile),通过对比组件文件和文档的修改时间,自动生成任务清单并批量生成符合规范的完整组件文档。支持以下场景:(1) 定期批量更新组件文档,(2) 单个组件文档维护,(3) 新组件文档初始化。自动识别主要组件文件,跳过 index.ts、store、hooks 等辅助文件,文档路径为组件目录下的 index.zh-CN.md。
majiayu000/claude-skill-registry 163
-
codeql
Runs CodeQL static analysis for security vulnerability detection using interprocedural data flow and taint tracking. Applicable when finding vulnerabilities, running a security scan, performing a security audit, running CodeQL, building a CodeQL database, selecting query rulesets, creating data extension models, or processing CodeQL SARIF output. NOT for writing custom QL queries or CI/CD pipeline setup.
majiayu000/claude-skill-registry 163
-
artifacts-creating-and-managing
Creates and manages project artifacts (research, spikes, analysis, plans) using templated scripts.
Use when asked to "create an ADR", "research topic", "spike investigation", "implementation plan", or "create analysis".
Provides standardized structure, naming conventions, and helper scripts for artifact organization.
Works with .claude/artifacts/ directory, Python scripts, and markdown templates.
majiayu000/claude-skill-registry 163
-
context-building
Systematic codebase investigation before addressing issues. Use when you need to build comprehensive understanding of a problem area.
majiayu000/claude-skill-registry 163
-
subagent-builder
Create and configure custom subagents in Claude Code. Use when user asks to create a new subagent, needs specialized AI assistance with specific tool restrictions or permissions, implements task-specific workflows with isolated context, sets up domain-specific agents with custom prompts, or creates subagents with hooks or validation rules
majiayu000/claude-skill-registry 163
-
pumpfun
Complete PumpFun Protocol guide for building token launches, bonding curves, and AMM integrations on Solana. Covers Pump Program (token creation, buy/sell on bonding curves), PumpSwap AMM (liquidity pools, swaps), fee structures, creator fees, and SDK integration.
majiayu000/claude-skill-registry 163
-
session-logs
Search and analyze your own session logs (older/parent conversations) using jq.
majiayu000/claude-skill-registry 163
-
swot-analyst
Conducts SWOT analysis, strategic assessment, and provides strategic recommendations
majiayu000/claude-skill-registry 163
-
integration-spec
Эксперт по интеграционным спецификациям. Используй для документирования интеграций, webhooks, event schemas и data flows.
majiayu000/claude-skill-registry 163
-
rdkit
Cheminformatics toolkit for fine-grained molecular control. SMILES/SDF parsing, descriptors (MW, LogP, TPSA), fingerprints, substructure search, 2D/3D generation, similarity, reactions. For standard workflows with simpler interface, use datamol (wrapper around RDKit). Use rdkit for advanced control, custom sanitization, specialized algorithms.
majiayu000/claude-skill-registry 163
-
screenshot
Take a screenshot of the plugin UI using the standalone app CLI for debugging and documentation
majiayu000/claude-skill-registry 163
-
scaffold-feature
Scaffold a new feature module with the standard directory structure and optional API, components, hooks, and context boilerplate.
majiayu000/claude-skill-registry 163
-
skill-judge
Evaluate Agent Skill design quality against official specifications and best practices. Use when reviewing, auditing, or improving SKILL.md files and skill packages. Provides multi-dimensional scoring and actionable improvement suggestions.
majiayu000/claude-skill-registry 163
-
tasks-feature-investigation
Use when investigating existing features, understanding logic flow, or exploring how code works.
majiayu000/claude-skill-registry 163