Browse Skills
44915 skills found
trust-layer-tdd.md
0
1
export
trust-layer-tdd
2
from
"CheekyCodexConjurer/quant-lab"
from
"CheekyCodexConjurer/quant-lab"
3
Enforce test-first changes and debug based on failing tests.
2026-01-05
skill-authoring.md
0
1
export
skill-authoring
2
from
"philoserf/claude-code-setup"
from
"philoserf/claude-code-setup"
3
Guide for authoring effective skills. Use when creating, building, updating, designing, packaging, reviewing, evaluating, or improving skills that extend Claude's capabilities with specialized knowledge, workflows, or tool integrations. Helps with skill structure, SKILL.md frontmatter, progressive disclosure, resource organization (scripts/assets/reference files), initialization templates, validation, and packaging. Also triggers when asking how to create a skill, what makes a good skill, learning about skill development, or troubleshooting skill issues. Includes proven design patterns for workflows and output quality.
2026-01-05
web-auth.md
0
1
export
web-auth
2
from
"CJHarmath/claude-agents-skills"
from
"CJHarmath/claude-agents-skills"
3
Authentication patterns for React web applications. Use when implementing login flows, OAuth, JWT handling, session management, or protected routes in React web apps.
2026-01-05
vue-component-dev.md
0
1
export
vue-component-dev
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Develop Vue 3 components (.vue files) with Pinia state management and ECharts charts. Use when creating/modifying .vue components, configuring stores, integrating charts, debugging reactivity, handling Props/Emits, or optimizing performance. Keywords: Vue 3, Composition API, script setup, Pinia, ECharts, KpiCard, FilterPanel, Dashboard, computed, watch, responsive layout, eye-care colors.
2026-01-05
compliance-report-generator.md
0
1
export
compliance-report-generator
2
from
"euCann/OSCAL-GRC-SKILLS"
from
"euCann/OSCAL-GRC-SKILLS"
3
Generate compliance reports from OSCAL assessment results, SSPs, and POA&Ms in various formats. Use this skill to create audit-ready documentation, executive summaries, and detailed compliance status reports.
2026-01-05
angular-patterns.md
0
1
export
angular-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Angular 21 development patterns for this project. Use when writing or reviewing Angular components, services, templates, or tests.
2026-01-05
ux-design.md
0
1
export
ux-design
2
from
"tidemann/st44-home"
from
"tidemann/st44-home"
3
UX design expert for user research, personas, journey mapping, information architecture, wireframing, prototyping, usability testing, and accessibility. Creates user-centered designs with WCAG 2.1 AA/AAA compliance.
2026-01-05
debug-detective.md
0
1
export
debug-detective
2
from
"j0KZ/mcp-agents"
from
"j0KZ/mcp-agents"
3
Systematic debugging approach for ANY codebase, ANY language, ANY bug type
2026-01-05
sc-managing-github-issues.md
0
1
export
sc-managing-github-issues
2
from
"randlee/synaptic-canvas"
from
"randlee/synaptic-canvas"
3
GitHub issue lifecycle management with worktree isolation
2026-01-05
gpui-components.md
0
1
export
gpui-components
2
from
"terraphim/codex-skills"
from
"terraphim/codex-skills"
3
Generates Rust code for GPUI desktop UI components following Zed editor patterns. Use when building desktop applications with gpui crate, creating themed UI components, implementing autocomplete/completions, building command palettes, or working with the gpui-component library. Covers RenderOnce components, Entity state management, theming with ActiveTheme, and Zed-style UI patterns.
2026-01-05
nextjs-workflows.md
0
1
export
nextjs-workflows
2
from
"MightyJabe/CoinTraderAI"
from
"MightyJabe/CoinTraderAI"
3
Next.js DevTools MCP workflows for routing, error diagnostics, and runtime debugging. Use when investigating routes, build/runtime errors, or app behavior in a running Next.js dev server.
2026-01-05
code-review-standards.md
0
1
export
code-review-standards
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive code review standards covering security, quality, performance, testing, and documentation. Includes checklists, common issues, and best practices for thorough code reviews.
2026-01-05
architect-detective.md
0
1
export
architect-detective
2
from
"involvex/involvex-claude-marketplace"
from
"involvex/involvex-claude-marketplace"
3
⚡ PRIMARY TOOL for: 'what's the architecture', 'system design', 'how are layers organized', 'find design patterns', 'audit structure', 'map dependencies'. Uses claudemem v0.3.0 AST structural analysis with PageRank. GREP/FIND/GLOB ARE FORBIDDEN.
2026-01-05
netlify-deployment-platform.md
0
1
export
netlify-deployment-platform
2
from
"bobmatnyc/termpilot"
from
"bobmatnyc/termpilot"
3
Netlify JAMstack deployment platform with serverless functions, forms, and identity. Use when deploying static sites and SPAs, building JAMstack applications, or implementing serverless functions with built-in auth.
2026-01-05
documentation-management.md
0
1
export
documentation-management
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Keep project documentation accurate when behavior changes. EXCLUSIVE to project-manager agent.
2026-01-05
plan.md
0
1
export
plan
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Design approaches before building. Use when starting significant work to establish theory of success, risks, and validation points.
2026-01-05
nginx-config-builder.md
0
1
export
nginx-config-builder
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate NGINX configuration files for web servers, reverse proxies, load balancing, SSL termination, and static file serving. Triggers on "create nginx config", "generate nginx.conf", "nginx configuration for", "reverse proxy config".
2026-01-05
branch-management.md
0
1
export
branch-management
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
main, develop, release ブランチに関するPR作成、マージ、ブランチ作成時にブランチ戦略を確認・案内する
2026-01-05
debug-mode.md
0
1
export
debug-mode
2
from
"strantalis/agent-skills"
from
"strantalis/agent-skills"
3
Run an iterative, hypothesis-driven “debug mode” loop to diagnose and fix a bug using targeted instrumentation and log capture. Use when the user wants an interactive debug loop, when you need to quickly narrow a failure via added debug statements, or when you need a lightweight way to centralize logs from a repro run (via `agent-skills debug` server + SSE UI).
2026-01-05
sfh-gen.md
0
1
export
sfh-gen
2
from
"toneron2/SFH-OS"
from
"toneron2/SFH-OS"
3
Generate fractal horn geometries using space-filling curves and Mandelbrot expansion.Use when designing horn topology, creating geometry variations, or exploring fractalapproaches for acoustic optimization. Produces STL meshes and fractal analysis data.
2026-01-05
supabase-mcp.md
0
1
export
supabase-mcp
2
from
"BinkyTwin/ReviewXiv"
from
"BinkyTwin/ReviewXiv"
3
Configure and use Supabase MCP from Claude Code to inspect and manage a Supabase project. Use when the user asks to create tables, migrations, RLS policies, storage buckets, or to query Supabase from Claude Code. Includes safe setup steps (project-scoped, dev-only, optional read-only).
2026-01-05
geo-risk-assessment.md
0
1
export
geo-risk-assessment
2
from
"babdulhakim2/scolo-app"
from
"babdulhakim2/scolo-app"
3
Assess country and jurisdiction risk levels for compliance purposes
2026-01-05
specs-collector.md
0
1
export
specs-collector
2
from
"lola69160/claude-product-comparison"
from
"lola69160/claude-product-comparison"
3
Collects complete technical specifications from manufacturer sites, Amazon, and review sites with schema validation. Use when user asks to 'get specs', 'collect specifications', 'find technical details', 'product specifications', or when orchestrator needs detailed product specs. Validates data completeness against category requirements.
2026-01-05
researching-codebases.md
0
1
export
researching-codebases
2
from
"joshuadavidthomas/opencode-plugins-manual"
from
"joshuadavidthomas/opencode-plugins-manual"
3
Use when answering complex questions about a codebase that require exploring multiple areas or understanding how components connect - coordinates parallel sub-agents to locate, analyze, and synthesize findings
2026-01-05