Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
skill-evaluator
Evaluates agent skills against Anthropic's best practices. Use when asked to review, evaluate, assess, or audit a skill for quality. Analyzes SKILL.md structure, naming conventions, description quality, content organization, and identifies anti-patterns. Produces actionable improvement recommendations.
majiayu000/claude-skill-registry 163
-
refactor-extract-and-isolate
[Code Quality] Extracts methods, classes, or modules to reduce complexity and improve isolation. Use when functions are too long, classes have too many responsibilities, or concerns are mixed.
majiayu000/claude-skill-registry 163
-
database-operations
A skill for performing database CRUD operations following best practices. Includes guidance on session management, query building (filters, joins, aggregations), transaction handling, bulk operations, error handling, connection pooling, and query optimization. Provides reusable templates for database session dependencies, CRUD service classes, and transaction context managers.
majiayu000/claude-skill-registry 163
-
baoyu-danger-x-to-markdown
Converts X (Twitter) tweets and articles to markdown with YAML front matter. Uses reverse-engineered API requiring user consent. Use when user mentions "X to markdown", "tweet to markdown", "save tweet", or provides x.com/twitter.com URLs for conversion.
majiayu000/claude-skill-registry 163
-
descobrindo-odoo-estrutura
Descobre campos e estrutura de qualquer modelo do Odoo. Lista campos de tabela, busca campo por nome, inspeciona registro, faz consulta generica. Use quando: nao conhecer um modelo Odoo, precisar descobrir nome de campo, explorar estrutura de tabela, consulta em modelo nao mapeado.
majiayu000/claude-skill-registry 163
-
youtube-transcript
Extracts YouTube video transcripts and saves them as structured markdown files
with metadata and timestamped content. When a user shares a YouTube URL,
IMMEDIATELY runs the extraction script, creates a local folder, and saves the
transcript. Handles both manual and auto-generated captions.
majiayu000/claude-skill-registry 163
-
nw-ddd-strategic
Strategic DDD — bounded context discovery, context mapping patterns, subdomain classification, ubiquitous language, and organizational alignment
majiayu000/claude-skill-registry 163
-
update-specification
Update an existing specification file for the solution, optimized for Generative AI consumption based on new requirements or updates to any existing code.
majiayu000/claude-skill-registry 163
-
uv
If the project uses uv, use this skill. Use this skill to create/manage Python projects and environments with `uv`, add/remove dependencies, sync a project from `uv.lock`, and run commands in the project environment.
majiayu000/claude-skill-registry 163
-
Advanced Mutation Testing
Advanced mutation testing using Stryker, PIT, and mutmut to measure test suite quality by introducing controlled mutations and tracking kill rates.
majiayu000/claude-skill-registry 163
-
ln-722-backend-generator
Generates .NET Clean Architecture backend structure from entity definitions. Use when bootstrapping .NET backend projects.
majiayu000/claude-skill-registry 163
-
clarity-gate
Pre-ingestion verification for epistemic quality in RAG systems with 9-point verification and Two-Round HITL workflow
majiayu000/claude-skill-registry 163
-
swift-core
Swift 6 fundamentals for all Apple platforms. Use when implementing concurrency, architecture, testing, i18n, or performance optimization across iOS, macOS, iPadOS, watchOS, visionOS.
majiayu000/claude-skill-registry 163
-
templates
Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 12 templates for various tech stacks.
majiayu000/claude-skill-registry 163
-
idrac
Monitor and manage Dell PowerEdge servers via iDRAC Redfish API (iDRAC 8/9).
Use when asked to:
- Check server hardware status, health, or temperatures
- Query CPU, memory, storage/RAID details
- Monitor system sensors (fans, voltage, thermal)
- Perform power operations (status, on, off, graceful shutdown, force restart)
- Check BIOS/firmware versions or system inventory
- View system event logs (SEL) or lifecycle controller logs
- Get hardware inventory or serial numbers
Requires: curl, jq. Optional: 1Password CLI (op) for credential hydration.
Writes: ~/.config/idrac-skill/config (user-created), ~/.idrac-credentials (cached credentials, mode 600).
Network: connects to user-configured iDRAC IP only (HTTPS, TLS verification disabled for self-signed certs).
Helper script: scripts/idrac.sh (relative to this skill)
Configuration: ~/.config/idrac-skill/config
majiayu000/claude-skill-registry 163
-
angular-core
Angular core patterns: standalone components, signals, inject, control flow, zoneless. Trigger: When creating Angular components, using signals, or setting up zoneless.
majiayu000/claude-skill-registry 163
-
tcm-constitution-analyzer
分析中医体质数据、识别体质类型、评估体质特征,并提供个性化养生建议。支持与营养、运动、睡眠等健康数据的关联分析。
majiayu000/claude-skill-registry 163
-
similarity-search-patterns
Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance.
majiayu000/claude-skill-registry 163
-
social-sentiment-analyzer
Analyze brand or topic sentiment across Twitter, Reddit, and Instagram using Xpoz. Classifies posts as positive/neutral/negative, extracts recurring themes, and generates a sentiment report. Use when asked for "sentiment analysis", "what are people saying about X", "brand sentiment", or "social media opinion on X".
majiayu000/claude-skill-registry 163
-
documentation-writer
Diátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the principles and structure of the Diátaxis technical documentation authoring framework.
majiayu000/claude-skill-registry 163
-
content-hub
Browser-based asset gallery for managing marketing assets. Visual grid with filter/search, brand context sidebar, and actions (preview, edit, generate). R2-ready manifest for future cloud sync. Use when browsing assets, managing content library, or generating new assets with brand context.
majiayu000/claude-skill-registry 163
-
ln-612-semantic-content-auditor
Checks document semantic content against SCOPE and project goals, coverage gaps, off-topic content, SSOT. Use when auditing documentation relevance.
majiayu000/claude-skill-registry 163
-
vercel-api
Patterns for programmatic deployment via Vercel API. Use this skill when implementing deployment workflows, managing projects, configuring environment variables, or setting up domains.
majiayu000/claude-skill-registry 163
-
htmlpix-api
Use when the user wants to call, test, or integrate the HTMLPix HTML-to-image API — including auth setup, signed URL minting, image rendering, template CRUD, and AI template generation.
majiayu000/claude-skill-registry 163