Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
brand-voice-generator
Develop consistent brand voice and messaging guidelines for companies and personal brands. Creates tone, style, and communication frameworks that align with brand values and target audience preferences.
majiayu000/claude-skill-registry 163
-
paired-programming
This skill should be used when the user wants collaborative, iterative development instead of autonomous implementation. It transforms Claude from "autonomous implementer" to "pair programmer" by enforcing ask-before-assuming, show-before-writing, iterate-in-small-chunks, and get-approval-at-each-step patterns. Trigger when user explicitly requests paired programming or when working on complex/novel features requiring collaboration.
majiayu000/claude-skill-registry 163
-
pagerunner-skill
Real Chrome automation for AI agents — authenticated sessions, PII anonymization, snapshots, and multi-agent coordination via KV store.
majiayu000/claude-skill-registry 163
-
cidx
Code search and intelligence using CIDX. Use when searching codebases, finding implementations, tracing call graphs, analyzing dependencies, or searching git history. Preferred over grep/find for all code exploration.
majiayu000/claude-skill-registry 163
-
wordpress-plugin-dev
Professional WordPress plugin development best practices following our project structure with composer, namespaced classes, wp-env testing, WPCS compliance, and proper plugin architecture. Use this when working on WordPress plugin code.
majiayu000/claude-skill-registry 163
-
API Development
Build REST APIs with proper error handling, status codes, request validation, response formatting, and rate limiting. Apply when creating API routes, handling errors, validating input, or designing API responses.
majiayu000/claude-skill-registry 163
-
linting-formatting-automation
Code quality automation for linting and formatting. Provides ESLint, Prettier, Biome setup, CI/CD integration, pre-commit hooks, and tool migration strategies for consistent code style enforcement.
Anchors:
• ESLint Official Docs / Apply: Rule configuration, plugin integration / Purpose: Correct API usage and best practices
• Prettier Philosophy / Apply: Opinionated formatting / Purpose: Minimize configuration bikeshedding
• Biome Performance Model / Apply: Rust-based tooling / Purpose: Optimize development workflow speed
Trigger:
Use when setting up linting/formatting for new projects, integrating code quality into CI/CD, configuring pre-commit hooks, or migrating between tools.
eslint, prettier, biome, lint, format, pre-commit, husky, lint-staged, code quality
majiayu000/claude-skill-registry 163
-
code-quality-review
Systematic code review patterns, quality dimensions, anti-pattern detection, and constructive feedback techniques. Use when reviewing code changes, assessing codebase quality, identifying technical debt, or mentoring through reviews. Covers correctness, design, security, performance, and maintainability.
majiayu000/claude-skill-registry 163
-
PlatformIO
PlatformIO embedded development ecosystem. Covers CLI, build system, debugging, and board configurations.
majiayu000/claude-skill-registry 163
-
product-appeal-analyzer
Evaluate product desirability, market positioning, and emotional resonance—the complement to friction analysis. Assess whether users will WANT a product (not just use it), identity fit, trust signals, and value proposition clarity. Activate on "will they like it", "market positioning", "appeal analysis", "product desirability", "value proposition", "why would someone choose this", "landing page review", "conversion optimization", "messaging strategy". NOT for UX friction analysis (use ux-friction-analyzer), visual design implementation (use web-design-expert), or A/B test setup (use frontend-developer).
majiayu000/claude-skill-registry 163
-
cellxgene-census
Query the CELLxGENE Census (61M+ cells) programmatically. Use when you need expression data across tissues, diseases, or cell types from the largest curated single-cell atlas. Best for population-scale queries, reference atlas comparisons. For analyzing your own data use scanpy or scvi-tools.
majiayu000/claude-skill-registry 163
-
unknown-catyyy-everything-antigravi-3
majiayu000/claude-skill-registry 163
-
pylint-integration
Use when pylint CI integration including plugins, editor integration, and performance tuning.
majiayu000/claude-skill-registry 163
-
hierarchical-models
Patterns for hierarchical/multilevel Bayesian models including random effects, partial pooling, and centered vs non-centered parameterizations.
majiayu000/claude-skill-registry 163
-
tracking-resource-usage
Track and optimize resource usage across application stack including CPU, memory, disk, and network I/O. Use when identifying bottlenecks or optimizing costs. Trigger with phrases like "track resource usage", "monitor CPU and memory", or "optimize resource allocation".
majiayu000/claude-skill-registry 163
-
respond
Manually write response back to Claude. Use if read-task did not auto-complete or to finalize response.
majiayu000/claude-skill-registry 163
-
codebase-agent
Expert coding agent for this codebase. Learns from every session to improve
code quality, catch edge cases, and apply proven patterns. Use for ANY coding
task: writing, debugging, refactoring, testing. Accumulates project knowledge.
majiayu000/claude-skill-registry 163
-
openrouter-sdk-patterns
Implement common SDK patterns for OpenRouter integration. Use when building production applications. Trigger with phrases like 'openrouter sdk', 'openrouter client pattern', 'openrouter best practices', 'openrouter code patterns'.
majiayu000/claude-skill-registry 163
-
Weekly Review
Conduct User's weekly review when he says "weekly review", "week in review", or "end of week review". Synthesizes the week's progress, analyzes what worked/didn't, updates project priorities, and plans the next week.
majiayu000/claude-skill-registry 163
-
programming-workflow
编程工作流 - 统一的测试驱动开发(TDD)工作流程。包含准备、设计、测试实现、代码实现和审查五个阶段。
majiayu000/claude-skill-registry 163
-
blog-workflow
Orchestrate the mycelium blog workflow - scan repos, draft posts, review changes, build graph, and publish
majiayu000/claude-skill-registry 163
-
codebase-summary
This sop analyzes a codebase and generates comprehensive documentation including structured metadata files that describe the system architecture, components, interfaces, and workflows. It can create targeted documentation files like AGENTS.md (README for AI agents), README.md, CONTRIBUTING.md, or generate a complete documentation ecosystem. The documentation is organized to make it easy for AI assistants to understand the system and help with development tasks.
majiayu000/claude-skill-registry 163
-
sandi-metz-rules
This skill should be used when users request code review, refactoring, or code quality improvements for Ruby codebases. Apply Sandi Metz's four rules for writing maintainable object-oriented code - classes under 100 lines, methods under 5 lines, no more than 4 parameters, and controllers instantiate only one object. Use when users mention "Sandi Metz", "code quality", "refactoring", or when reviewing Ruby code for maintainability.
majiayu000/claude-skill-registry 163
-
cli-configuration
Configuration management patterns including file formats, precedence, environment variables, and XDG directories. Use when implementing configuration systems for CLI applications.
majiayu000/claude-skill-registry 163