Browse Skills

20307 skills found

frontend.md
0
1 export frontend
2 djimontyp from "djimontyp/task-tracker"
3 Create distinctive, production-grade React interfaces using shadcn/ui. Triggers on frontend tasks, UI components, styling. Combines technical shadcn patterns with intentional design thinking for memorable aesthetics.
2026-01-05
supabase-migration.md
0
1 export supabase-migration
2 ninyawee 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
orcaslicer.md
0
1 export orcaslicer
2 MasonRhodesDev 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 foolishimp 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 mshafei721 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 mgd34msu 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 majiayu000 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
command-audit.md
0
1 export command-audit
2 majiayu000 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
pyspark-patterns.md
0
1 export pyspark-patterns
2 linus-mcmanamey 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
nextjs-better-auth-jwt-usage.md
0
1 export nextjs-better-auth-jwt-usage
2 majiayu000 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 timbuchinger 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
flask-reviewer.md
0
1 export flask-reviewer
2 majiayu000 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
gp-ui.md
0
1 export gp-ui
2 thegpvc 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
configuring-python-stack.md
0
1 export configuring-python-stack
2 bryonjacob from "bryonjacob/aug"
3 Python stack configuration - uv, ruff, mypy, pytest with 96% coverage threshold
2026-01-05
skill-creator.md
0
1 export skill-creator
2 48Nauts-Operator from "48Nauts-Operator/opencode-baseline"
3 Create new OpenCode skills with proper structure and best practices
2026-01-05
linux-kernel-pro.md
0
1 export linux-kernel-pro
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when needing expert Linux kernel development assistance for device drivers, kernel modules, subsystems, and system programming. Triggers on "Linux kernel", "device driver", "kernel module", "kernel development", "system programming", "DMA", "interrupt handler", "device tree", "platform driver".
2026-01-05
enterprise-bot.md
0
1 export enterprise-bot
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Lazy-load access to enterprise_bot codebase. Provides 12 nuclear protocol exports (cfg, CogTwin, auth, memory) and zipped source. Load SKILL.md instead of 60 files. Extract from src.zip on demand.
2026-01-05
agent-workflow-patterns.md
0
1 export agent-workflow-patterns
2 vanman2024 from "vanman2024/ai-dev-marketplace"
3 AI agent workflow patterns including ReAct agents, multi-agent systems, loop control, tool orchestration, and autonomous agent architectures. Use when building AI agents, implementing workflows, creating autonomous systems, or when user mentions agents, workflows, ReAct, multi-step reasoning, loop control, agent orchestration, or autonomous AI.
2026-01-05
nextjs-app-router-fundamentals.md
0
1 export nextjs-app-router-fundamentals
2 mcclowes from "mcclowes/vague-playground"
3 Guide for working with Next.js App Router (Next.js 13+). Use when migrating from Pages Router to App Router, creating layouts, implementing routing, handling metadata, or building Next.js 13+ applications. Activates for App Router migration, layout creation, routing patterns, or Next.js 13+ development tasks.
2026-01-05
save-prd.md
0
1 export save-prd
2 metasaver from "metasaver/metasaver-marketplace"
3 Save PRD artifacts to project directory after approval. Creates docs/projects/{prefix}{NNN}-{name}/ with prd.md, user-stories/, execution-plan.md, innovations-selected.md, and architecture-notes.md. Use when persisting approved PRD from /architect command.
2026-01-05
backend-reviewer.md
0
1 export backend-reviewer
2 olehsvyrydov from "olehsvyrydov/AI-development-team"
3 Senior Backend Code Reviewer with 12+ years Java experience. Use when reviewing Java/Spring code, checking code quality and style, identifying code smells and anti-patterns, verifying security practices, ensuring test coverage, or configuring static analysis tools (Checkstyle, SpotBugs, SonarQube).
2026-01-05
base-ui-docs.md
0
1 export base-ui-docs
2 yumehiko from "yumehiko/jp-ui"
3 Base UI (@base-ui/react) の公式ドキュメント参照とAPI確認を行うためのスキル。Base UIのコンポーネント/ハンドブック/概要に関する質問が来たら使う。
2026-01-05
cra-code-reviewer.md
0
1 export cra-code-reviewer
2 TakukiN from "TakukiN/security_analysis_agent_skills"
3 EU Cyber Resilience Act (CRA) compliance code reviewer. Use when reviewing code for CRA/EU cybersecurity compliance, checking security requirements, vulnerability handling, SBOM requirements, or assessing product conformity. Triggers on: CRA review, EU security compliance, cybersecurity requirements check, Annex I requirements, vulnerability handling assessment, SBOM validation, product category classification.
2026-01-05
code-quality.md
0
1 export code-quality
2 miles990 from "miles990/claude-software-skills"
3 Clean code principles, SOLID, and code review practices
2026-01-05