Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
template-new-skill
Generate a skeleton template for a new Claude Code Skill.
majiayu000/claude-skill-registry 163
-
skill-gmail-api
Gmail API skill for email operations via CLI. Supports reading, drafting, sending, archiving, labeling, and batch operations.
Use when user needs to: read emails, create/send drafts, reply to messages, archive/trash messages, manage labels, or perform bulk email operations.
majiayu000/claude-skill-registry 163
-
solidstart-middleware-auth
SolidStart middleware, sessions, authentication: createMiddleware with onRequest/onBeforeResponse, useSession for cookies, protected routes, WebSocket endpoints.
majiayu000/claude-skill-registry 163
-
dagster-local
Interact with Dagster data orchestration platform running locally or on Kubernetes. Use when Claude needs to monitor Dagster runs, get run logs, list assets/jobs, materialize assets, launch jobs, or debug pipeline failures. Supports both local Dagster dev server and Kubernetes deployments where each job run is a separate pod.
majiayu000/claude-skill-registry 163
-
best-practices
Provides language-specific best practices, code quality standards, and framework detection for refactoring workflows
majiayu000/claude-skill-registry 163
-
clean
Remove temporary artifacts
majiayu000/claude-skill-registry 163
-
30-analyze-impact-150
[30] ANALYZE. Understand how changes impact the system — what's the core, what's affected, what depends on what. Use when planning changes, analyzing systems, debugging issues, or anytime you need to see the full picture of cause and effect. Triggers on "what's affected", "impact analysis", "dependencies", "scope mapping", or when you need to understand ripple effects.
majiayu000/claude-skill-registry 163
-
ifttt
Connect apps and automate workflows with simple applets.
majiayu000/claude-skill-registry 163
-
work-item-handler
Fetch and manage work items from issue trackers. Use this skill when:
- User references an issue number (#42, PROJ-123)
- User asks about requirements or acceptance criteria
- User needs to understand current task scope
majiayu000/claude-skill-registry 163
-
bkt
Bitbucket CLI for Data Center and Cloud. Use when users need to manage repositories, pull requests, branches, issues, webhooks, or pipelines in Bitbucket. Triggers include "bitbucket", "bkt", "pull request", "PR", "repo list", "branch create", "Bitbucket Data Center", "Bitbucket Cloud".
majiayu000/claude-skill-registry 163
-
migrating-from-forwardref
Teaches migration from forwardRef to ref-as-prop pattern in React 19. Use when seeing forwardRef usage, upgrading React components, or when refs are mentioned. forwardRef is deprecated in React 19.
majiayu000/claude-skill-registry 163
-
nixpkgs-update
Update nixpkgs packages with nix-update and nixpkgs-review. Activate when user wants to bump a package version, contribute to nixpkgs, update Nix packages, or mentions nix-update, nixpkgs-review, or nixpkgs contribution.
majiayu000/claude-skill-registry 163
-
hierarchy-tree
Construct ASCII tree visualizations from parent/child work item data. Use when the user asks to "show hierarchy", "show tree", "display parent child", "visualize structure", "show feature tree", or wants to see work item relationships as a tree diagram. This skill teaches how to build trees from flat data WITHOUT code - use LLM reasoning only.
majiayu000/claude-skill-registry 163
-
proof-points
Extract proof points from portfolio case studies and generate punchy scripts with storyboards. Use when user wants to create impactful narratives about their work, develop case study content, write portfolio scripts, identify what makes their project valuable, or pair achievements with visuals. Triggers on requests like "help me explain this project," "what did I improve here," "create a script for this case study," or "extract the value from this work."
majiayu000/claude-skill-registry 163
-
spring-boot-saga-pattern
Implement distributed transactions using the Saga Pattern in Spring Boot microservices. Use when building microservices requiring transaction management across multiple services, handling compensating transactions, ensuring eventual consistency, or implementing choreography or orchestration-based sagas with Spring Boot, Kafka, or Axon Framework.
majiayu000/claude-skill-registry 163
-
infrastructure-expert
Expert infrastructure design including networking, compute, storage, and operations
majiayu000/claude-skill-registry 163
-
verify-information-rule
This rule ensures that the AI always verifies information before presenting it, avoiding assumptions and speculation.
majiayu000/claude-skill-registry 163
-
pytest-ml-tester
ML-specific testing skill using pytest with fixtures for data, models, and predictions.
majiayu000/claude-skill-registry 163
-
tzurot-security
Security best practices for Tzurot v3 - Secret management, AI-specific security (prompt injection, PII scrubbing), Economic DoS prevention, Discord permission verification, microservices security, and supply chain integrity. Use when handling secrets, user input, or security-critical code.
majiayu000/claude-skill-registry 163
-
dotnet-ef-migrations
Master Entity Framework Core migrations with code-first approach, migration strategies, data seeding, rollback procedures, and production deployment patterns. Use when managing database schema changes in .NET applications.
majiayu000/claude-skill-registry 163
-
seo-keyword-cluster-builder
SEO keyword clustering with topic organization, content hub architecture, internal linking strategies. Use for content strategy, keyword research, pillar page structures, or encountering cluster organization, hub architecture, internal linking errors.
majiayu000/claude-skill-registry 163
-
analyze-yii2-project
Use this when user provides a Yii2 codebase for analysis or migration planning. Provides 6-phase workflow: scan, capability extraction, dependency analysis, requirements extraction, semantic indexing, and migration roadmap. Apply when user mentions Yii2, PHP legacy modernization, or framework migration to NestJS
majiayu000/claude-skill-registry 163
-
n8n-trigger-testing-strategies
Webhook testing, schedule validation, event-driven triggers, and polling mechanism testing for n8n workflows. Use when testing how workflows are triggered.
majiayu000/claude-skill-registry 163
-
tensorrt-llm
Optimizes LLM inference with NVIDIA TensorRT for maximum throughput and lowest latency. Use for production deployment on NVIDIA GPUs (A100/H100), when you need 10-100x faster inference than PyTorch, or for serving models with quantization (FP8/INT4), in-flight batching, and multi-GPU scaling.
majiayu000/claude-skill-registry 163