Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
natural-language-postgres
Chat app that lets you ask questions in plain English and query your PostgreSQL database.
majiayu000/claude-skill-registry 163
-
creating-wpf-animations
Creates WPF animations using Storyboard, Timeline, and EasingFunction patterns. Use when implementing UI transitions, state change visualizations, or interactive feedback effects.
majiayu000/claude-skill-registry 163
-
google-gemini-file-search
Build document Q&A with Gemini File Search - fully managed RAG with automatic chunking, embeddings, and citations. Upload 100+ file formats, query with natural language.
Use when: document Q&A, searchable knowledge bases, semantic search. Troubleshoot: document immutability, storage quota (3x), chunking config, metadata limits (20 max), polling timeouts, displayName dropped (Blob uploads), grounding lost (JSON mode), tool conflicts (googleSearch + fileSearch).
majiayu000/claude-skill-registry 163
-
sync-dotfiles
Sync dotfiles from private chezmoi repository to public dotfiles repository. Use when the user requests to update their public dotfiles repo, sync dotfiles, or copy dotfiles from chezmoi to the public repository. This skill renders chezmoi templates and applies safety filtering to prevent accidentally exposing sensitive files.
majiayu000/claude-skill-registry 163
-
js-checker
JavaScript 代码检查和修复工具。当需要执行 JavaScript 代码时,使用此技能进行:1) 检查本地 Node.js 版本是否支持代码语法,2) 自动修复全角符号等常见问题,3) 验证代码可执行性,4) 返回检查结果供主 Agent 使用 execute_shell_command 执行
majiayu000/claude-skill-registry 163
-
pr-writer
This skill should be used when the user asks to "create a PR", "open a pull request",
"write a PR description", "push and create PR", or needs to generate a best-in-class
pull request description based on commits. Provides industry-standard PR description
formatting following conventional commits, Microsoft Engineering Playbook, and
HackerOne best practices.
majiayu000/claude-skill-registry 163
-
moai-lang-sql
SQL best practices with pgTAP, sqlfluff 3.2, query optimization, and migration management.
majiayu000/claude-skill-registry 163
-
market-analysis
majiayu000/claude-skill-registry 163
-
batch-report
Generate post-run analysis reports for batch processing jobs. Analyzes manifests, timings, and failures to produce comprehensive markdown reports. Optionally sends to agent-inbox for cross-project communication.
majiayu000/claude-skill-registry 163
-
meta-prompt-mentor
AI导师框架,通过10+顶级提示工程方法论(C.R.E.A.T.E.、Perfect Prompt Framework、修辞学方法、结构化方法、元提示词理论、迭代优化、个性化定制、逆向思维、系统思维、多模态应用)引导用户创建高效元提示词。当用户需要:(1) 学习提示工程最佳实践,(2) 创建特定任务的元提示词,(3) 优化现有提示词效果,(4) 掌握提示设计思维模式,(5) 建立个性化提示词库,(6) 应用框架解决实际问题,或 (7) 发展AI协作技能时触发。通过'创建元提示词'、'优化提示'、'提示工程指导'、'AI导师'等关键词激活。
majiayu000/claude-skill-registry 163
-
geo-database
Access NCBI GEO for gene expression/genomics data. Search/download microarray and RNA-seq datasets (GSE, GSM, GPL), retrieve SOFT/Matrix files, for transcriptomics and expression analysis.
majiayu000/claude-skill-registry 163
-
rl-debugging
Systematic RL debugging - diagnose learning failures, common bugs, diagnosis trees
majiayu000/claude-skill-registry 163
-
redfin
Search homes and work with Redfin agents on the real estate platform.
majiayu000/claude-skill-registry 163
-
infra-engineer
Comprehensive infrastructure engineering covering DevOps, cloud platforms, FinOps, and DevSecOps. Platforms: AWS (EC2, Lambda, S3, ECS, EKS, RDS, CloudFormation), Azure basics, Cloudflare (Workers, R2, D1, Pages), GCP (GKE, Cloud Run, Cloud Storage), Docker, Kubernetes. Capabilities: CI/CD pipelines (GitHub Actions, GitLab CI, Jenkins), GitOps, infrastructure as code (Terraform, CloudFormation), container orchestration, cost optimization, security scanning, vulnerability management, secrets management, compliance (SOC2, HIPAA). Actions: deploy, configure, manage, scale, monitor, secure, optimize cloud infrastructure. Keywords: AWS, EC2, Lambda, S3, ECS, EKS, RDS, CloudFormation, Azure, Kubernetes, k8s, Docker, Terraform, CI/CD, GitHub Actions, GitLab CI, Jenkins, ArgoCD, Flux, cost optimization, FinOps, reserved instances, spot instances, security scanning, SAST, DAST, vulnerability management, secrets management, Vault, compliance, monitoring, observability. Use when: deploying to AWS/Azure/GCP/Cloudflare, setting up CI/CD pipelines, implementing GitOps workflows, managing Kubernetes clusters, optimizing cloud costs, implementing security best practices, managing infrastructure as code, container orchestration, compliance requirements, cost analysis and optimization.
majiayu000/claude-skill-registry 163
-
acc-create-query
Generates CQRS Queries and Handlers for PHP 8.5. Creates read-only query DTOs with handlers that return data without side effects. Includes unit tests.
majiayu000/claude-skill-registry 163
-
readwise-api
Fetch and analyze Readwise reading activity for any date range. Use when user asks about articles saved, highlights created, or most-highlighted content for today, yesterday, last week, last month, or custom date ranges (e.g., "show my Readwise activity from Jan 1-7"). Requires READWISE_API_TOKEN env var. Connects to Readwise Highlights API (v2) and Reader API (v3).
majiayu000/claude-skill-registry 163
-
acm-handoff
Use when resuming work from a previous session that reached context threshold, or when a handoff summary exists. Reads handoff state and markdown to restore context, todos, and continue seamlessly.
majiayu000/claude-skill-registry 163
-
fixture-image
Generate images for PDF test fixtures using HuggingFace FLUX.1-schnell (FREE). Supports AI generation, mermaid diagrams, and placeholder images.
majiayu000/claude-skill-registry 163
-
code-documentation-generator
Эксперт по документации кода. Используй для JSDoc, docstrings, комментариев и автогенерации документации.
majiayu000/claude-skill-registry 163
-
docusaurus-config
Use when working with docusaurus.config.js/ts files to validate or modify Docusaurus configuration
majiayu000/claude-skill-registry 163
-
error-handler
基于若依-vue-plus框架的后端全局异常处理规范。定义业务异常抛出、全局异常捕获、标准错误响应返回的完整规范体系。
确保系统错误统一处理,避免直接暴露堆栈信息,保障事务一致性和前后端交互的标准化。
触发场景:
- 编写Service层业务逻辑需要抛出异常时
- 配置或修改GlobalExceptionHandler全局异常处理器时
- 处理Controller层错误响应时
- 实现事务回滚机制时
- 定义自定义异常类时
触发词:异常处理、全局异常、ServiceException、错误码、捕获异常、事务回滚、统一响应、业务异常
majiayu000/claude-skill-registry 163
-
adding-animations
Add micro-interactions and animations using Framer Motion. Use when user asks about animations, transitions, hover effects, or motion design. MANDATORY for every component.
majiayu000/claude-skill-registry 163
-
linear-sop
Linear ticket management best practices. Use when creating issues, updating status, or attaching evidence. Provides evidence templates for dev/staging/done phases.
majiayu000/claude-skill-registry 163
-
cicd-patterns
Implement CI/CD pipelines with GitHub Actions and Cloud Build for GCP deployments. PROACTIVELY activate for: (1) setting up GitHub Actions workflows for GCP, (2) configuring Cloud Build pipelines, (3) implementing Workload Identity federation. Triggers: "cicd", "github actions", "cloud build"
majiayu000/claude-skill-registry 163