Browse Skills
44357 skills found
skill-design-principles.md
0
1
export
skill-design-principles
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
SKILLを作成・整理する際の設計原則とベストプラクティスを提供します。「ハードガードレールで担保されている要素は書かない」「用途をできるだけ絞る」などの原則をカバーします。新しいSKILLを作成する時、既存のSKILLをレビューする時にアクティベートします。
2026-01-05
architecture-paradigms.md
0
1
export
architecture-paradigms
2
from
"athola/claudenomicon"
from
"athola/claudenomicon"
3
Interactive selector and implementation planner for architecture paradigms with orchestration access to specialized paradigm skills.
2026-01-05
supabase-migration.md
0
1
export
supabase-migration
2
from
"ninyawee/armed-claude"
from
"ninyawee/armed-claude"
3
Database migration toolkit for Supabase projects. Use when: (1) Creating new migration files, (2) Writing schema changes (CREATE TABLE, ALTER, etc.), (3) Adding indexes, triggers, or RLS policies, (4) Fixing RLS performance issues (auth function wrapping, policy consolidation), (5) Validating migration conventions, (6) Running migrations locally, (7) Naming database objects
2026-01-05
mise.md
0
1
export
mise
2
from
"vinnie357/claude-skills"
from
"vinnie357/claude-skills"
3
Guide for using mise (mise-en-place) to manage development tools, runtime versions, environment variables, and tasks across projects
2026-01-05
arcgis-map-tools.md
0
1
export
arcgis-map-tools
2
from
"SaschaBrunnerCH/arcgis-maps-sdk-js-ai-context"
from
"SaschaBrunnerCH/arcgis-maps-sdk-js-ai-context"
3
Interactive map tools including swipe comparison, measurement, identify, and routing. Use for layer comparison, distance/area measurement, and navigation services.
2026-01-05
orcaslicer.md
0
1
export
orcaslicer
2
from
"MasonRhodesDev/dotfiles"
from
"MasonRhodesDev/dotfiles"
3
Manage OrcaSlicer slicer profiles and E3V2 configurations. Use when working with slicer profiles, tuning print settings, comparing profiles, or troubleshooting G-code generation for the Ender 3 V2.
2026-01-05
autogenerate-constraints.md
0
1
export
autogenerate-constraints
2
from
"foolishimp/ai_sdlc_method"
from
"foolishimp/ai_sdlc_method"
3
Autogenerate constraint checking code from constraints (C-*) that specify system limits, timeouts, dependencies, or environmental requirements. Use when C-* includes technical constraints like timeouts, API limits, or compliance requirements.
2026-01-05
frontend-components.md
0
1
export
frontend-components
2
from
"mshafei721/Turbocat"
from
"mshafei721/Turbocat"
3
Design and build reusable, composable UI components with clear interfaces, proper state management, and single responsibility. Use this skill when creating or modifying React components, Vue components, Svelte components, or any UI component library files. When working on files in components/, ui/, widgets/, or src/components/ directories. When designing component props and APIs, managing component state, composing smaller components into larger ones, refactoring monolithic components, or documenting component usage.
2026-01-05
supabase-auth.md
0
1
export
supabase-auth
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Implements Supabase Authentication with email, OAuth, magic links, and phone auth. Use when building apps with Supabase, needing auth integrated with Row Level Security, or implementing passwordless login.
2026-01-05
rust-crate-creator.md
0
1
export
rust-crate-creator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create new Rust crates in this Cargo workspace following established patterns for dependency management, testing, documentation, and project structure. Use when adding new workspace members, creating modules, or structuring code. Keywords: cargo, crate, workspace, module, new crate, add crate, dependency, Rust project
2026-01-05
stream-gauges.md
0
1
export
stream-gauges
2
from
"stillsame2016/deep-wenokn"
from
"stillsame2016/deep-wenokn"
3
Query active USGS stream gauges using the USGS Water Services API. Returns stream gauge locations and metadata as a GeoDataFrame with current status information.
2026-01-05
command-audit.md
0
1
export
command-audit
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Validates command frontmatter, delegation patterns, simplicity guidelines, and documentation proportionality. Use when reviewing, auditing, analyzing, evaluating, improving, or fixing commands, validating official frontmatter (description, argument-hint, allowed-tools, model), checking delegation clarity or standalone prompts, assessing simplicity guidelines (6-15 simple, 25-80 documented), validating argument handling, or assessing documentation appropriateness. Distinguishes official Anthropic requirements from custom best practices. Also triggers when user asks about command best practices, whether a command should be a skill instead, or needs help with command structure.
2026-01-05
ai-integration.md
0
1
export
ai-integration
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when integrating LLMs (OpenAI, Qwen, Claude), extracting structured data from text, building prompts, parsing AI responses, handling JSON output, or implementing multi-step AI workflows
2026-01-05
vercel-debug.md
0
1
export
vercel-debug
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Investigate Vercel deployment errors using Vercel CLI. Use when user shares a Vercel deployment error, build failure, or deployment URL that needs debugging.
2026-01-05
customer-persona-intelligence-builder.md
0
1
export
customer-persona-intelligence-builder
2
from
"merllinsbeard/ai-claude-skills-collection"
from
"merllinsbeard/ai-claude-skills-collection"
3
Synthesize research, data, and insights to create a rich, actionable buyer persona with demographics, psychographics, jobs-to-be-done, pain points, motivations, buying journey, and channel preferences. Use when the user needs to understand their target customer deeply or create a customer persona for marketing strategy.
2026-01-05
github-token-permissions-overview.md
0
1
export
github-token-permissions-overview
2
from
"adaptive-enforcement-lab/claude-skills"
from
"adaptive-enforcement-lab/claude-skills"
3
Understanding GITHUB_TOKEN scope, default permissions, and implementing least-privilege principle for GitHub Actions workflows.
2026-01-05
pyspark-patterns.md
0
1
export
pyspark-patterns
2
from
"linus-mcmanamey/multi-agent-user-story-development"
from
"linus-mcmanamey/multi-agent-user-story-development"
3
PySpark best practices, TableUtilities methods, ETL patterns, logging standards, and DataFrame operations for this project. Use when writing or debugging PySpark code.
2026-01-05
k8s-manifest-generator.md
0
1
export
k8s-manifest-generator
2
from
"HermeticOrmus/after-the-third-cup"
from
"HermeticOrmus/after-the-third-cup"
3
Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Use when generating Kubernetes YAML manifests, creating K8s resources, or implementing production-grade Kubernetes configurations.
2026-01-05
nextjs-better-auth-jwt-usage.md
0
1
export
nextjs-better-auth-jwt-usage
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Standard patterns for using Better Auth in Next.js 16+ App Router projects, including server and client integration, JWT plugin usage, and attaching tokens to backend API calls in a reusable way.
2026-01-05
code-review.md
0
1
export
code-review
2
from
"timbuchinger/loadout"
from
"timbuchinger/loadout"
3
Use when the user asks to review code or a pull request - performs focused review checking for obvious defects only, provides minimal feedback with clear approval/rejection format
2026-01-05
compliance-audit-readiness.md
0
1
export
compliance-audit-readiness
2
from
"UsernameTron/ISPN-Claude-POC"
from
"UsernameTron/ISPN-Claude-POC"
3
Continuous audit readiness with compliance monitoring, documentation automation, control testing, and audit preparation for PE-backed multi-acquisition organizations
2026-01-05
flask-reviewer.md
0
1
export
flask-reviewer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
WHEN: Flask project review, Blueprint structure, extensions, request handlingWHAT: Blueprint organization + Extension patterns + Request/response handling + Configuration + TestingWHEN NOT: FastAPI → fastapi-reviewer, Django → django-reviewer, General Python → python-reviewer
2026-01-05
go-doc.md
0
1
export
go-doc
2
from
"zskulcsar/code-stats"
from
"zskulcsar/code-stats"
3
This skill should be used when drafting or reviewing Go doc comments so they align with the official Go documentation style and pkgsite rendering rules.
2026-01-05
gp-ui.md
0
1
export
gp-ui
2
from
"thegpvc/gp-ui"
from
"thegpvc/gp-ui"
3
Use when building React UIs for TheGP applications, migrating existing UIs to @gp/ui components, integrating Tailwind v4 with @gp/ui theme, or answering questions about available components, design tokens, icons, or setup. Activate when user mentions @gp/ui, TheGP design system, or asks about GP-specific UI patterns and components.
2026-01-05