Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
systematic-debugging
Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions. Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
majiayu000/claude-skill-registry 163
-
tailwind-v4-shadcn
Production-tested setup for Tailwind CSS v4 with shadcn/ui, Vite, and React.
Use when: initializing React projects with Tailwind v4, setting up shadcn/ui,
implementing dark mode, debugging CSS variable issues, fixing theme switching,
migrating from Tailwind v3, or encountering color/theming problems.
Covers: @theme inline pattern, CSS variable architecture, dark mode with
ThemeProvider, component composition, vite.config setup, common v4 gotchas,
and production-tested patterns.
Keywords: Tailwind v4, shadcn/ui, @tailwindcss/vite, @theme inline, dark mode,
CSS variables, hsl() wrapper, components.json, React theming, theme switching,
colors not working, variables broken, theme not applying, @plugin directive,
typography plugin, forms plugin, prose class, @tailwindcss/typography,
@tailwindcss/forms
majiayu000/claude-skill-registry 163
-
internal-comms
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
majiayu000/claude-skill-registry 163
-
Code Coverage Analysis
Multi-language code coverage analysis, reporting, and quality gate enforcement
majiayu000/claude-skill-registry 163
-
maui-hybridwebview
Guidance for embedding web content in .NET MAUI apps using HybridWebView, including JavaScript–C# interop, bidirectional communication, raw messaging, and trimming/NativeAOT considerations. USE FOR: "HybridWebView", "JavaScript interop", "embed web content", "JS to C# interop", "C# to JavaScript", "web view interop", "raw message", "InvokeJavaScriptAsync", "web content MAUI". DO NOT USE FOR: deep linking from external URLs (use maui-deep-linking), REST API calls (use maui-rest-api), or Blazor Hybrid apps (different from HybridWebView).
majiayu000/claude-skill-registry 163
-
content-optimizer
分析博客文章和页面内容的质量,包括标题结构、关键词密度、可读性、内链机会、图片 alt 文本等。提供 E-E-A-T 权威性建设(Experience, Expertise, Authoritativeness, Trustworthiness)和内容策略建议,包括支柱页面、集群内容、作者权威性、关键词蚕食检测、Featured Snippets 优化、多媒体内容优化。
majiayu000/claude-skill-registry 163
-
dba-designer-nelson820125-iforgeai
majiayu000/claude-skill-registry 163
-
openai-api
Build with OpenAI stateless APIs - Chat Completions (GPT-5.2, o3), Realtime voice, Batch API (50% savings), Embeddings, DALL-E 3, Whisper, and TTS. Prevents 16 documented errors.
Use when: implementing GPT-5 chat, streaming, function calling, embeddings for RAG, or troubleshooting rate limits (429), API errors, TypeScript issues, model name errors.
majiayu000/claude-skill-registry 163
-
5-styleguide-generation
Fifth step in building instruction context for codebase
majiayu000/claude-skill-registry 163
-
optimizing-query-by-id
Optimizes Snowflake query performance using query ID from history. Use when optimizing Snowflake queries for:
(1) User provides a Snowflake query_id (UUID format) to analyze or optimize
(2) Task mentions "slow query", "optimize", "query history", or "query profile" with a query ID
(3) Analyzing query performance metrics - bytes scanned, spillage, partition pruning
(4) User references a previously run query that needs optimization
Fetches query profile, identifies bottlenecks, returns optimized SQL with expected improvements.
majiayu000/claude-skill-registry 163
-
workflow-state-manager
Manages workflow state persistence and session recovery for sp.autonomous.
Tracks phase progress, feature completion, and provides resume capability.
Triggers: workflow state, session recovery, resume autonomous, progress tracking
majiayu000/claude-skill-registry 163
-
aurora-sheets-sync
Bidirectional sync between Aurora YAML schemas and Google Sheets. Trigger: When syncing schemas to/from spreadsheets, push/pull commands, google sheets sync.
majiayu000/claude-skill-registry 163
-
granola-sync
Syncs Granola meeting notes to Obsidian vault. Reads from Granola's local
cache to extract meeting metadata and notes, then creates properly formatted
markdown files with frontmatter. Also handles manual transcript formatting
when cache doesn't have content.
majiayu000/claude-skill-registry 163
-
moai-baas-neon-ext
Enterprise Neon Serverless PostgreSQL Platform with AI-powered database architecture, Context7 integration, and intelligent branching orchestration for scalable modern applications
majiayu000/claude-skill-registry 163
-
code-synthesizer
Synthesizes exploration findings into unified analysis with deep investigation capabilities and completeness evaluation (converted from agent)
majiayu000/claude-skill-registry 163
-
gitops-workflow
Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementing GitOps practices, automating Kubernetes deployments, or setting up declarative infrastructure management.
majiayu000/claude-skill-registry 163
-
beads
Manages git-based issue tracking using the bd CLI: creates issues, tracks blockers, routes work across rigs (independent workstreams with their own issue prefixes), and organizes beads (issues) hierarchically with parent-child dependencies. Beads marked "slingable" are ready to hand off between agents or sessions. Use when: "track issues", "create beads issue", "show blockers", "what''s ready to work on", "beads routing", "prefix routing", "cross-rig beads", "slingable beads", or git-based issue tracking with bd.
majiayu000/claude-skill-registry 163
-
Debugging Patterns Skill
Systematic problem-solving and error analysis.
majiayu000/claude-skill-registry 163
-
react-patterns
Modern React patterns for this Next.js 15 application.
Covers Server/Client Components, Context API, TanStack Query, Suspense, Error Boundaries, and performance patterns.
Use this skill when implementing React components or understanding component architecture.
majiayu000/claude-skill-registry 163
-
design-tracker
PROACTIVELY track and document project design decisions without being asked. Activate automatically when detecting architecture discussions, implementation decisions, pattern choices, library selections, or any technical decisions. Also use when user explicitly says "記録して", "設計どうなってる", "record this". Do NOT wait for user to ask - record important decisions immediately.
majiayu000/claude-skill-registry 163
-
python-observability
Python observability patterns including structured logging, metrics, and distributed tracing. Use when adding logging, implementing metrics collection, setting up tracing, or debugging production systems.
majiayu000/claude-skill-registry 163
-
combine
Assemble individual problem solutions into a single LaTeX document and compile
majiayu000/claude-skill-registry 163
-
executing-plans
Use when you have a written implementation plan to execute in a separate session with review checkpoints
majiayu000/claude-skill-registry 163
-
aurora-cqrs
Aurora CQRS Architecture Reference - Understanding the CQRS structure, component relationships, editable zones, and data flow in Aurora/NestJS projects. Trigger: When needing to understand CQRS architecture, component structure, or editable zones.
majiayu000/claude-skill-registry 163