Browse Skills
20307 skills found
typescript-any-eliminator.md
0
1
export
typescript-any-eliminator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Elimina uso de `any` en TypeScript creando tipos específicos. Usa cuando veas any en código, errores de tipado, o tarea 2.3 del PLAN_MEJORAS.md.
2026-01-05
ratatui.md
0
1
export
ratatui
2
from
"filipexyz/plugins"
from
"filipexyz/plugins"
3
Build terminal UIs in Rust with Ratatui. Use when creating TUI applications, immediate-mode rendering, high-performance terminal interfaces, or production Rust CLIs.
2026-01-05
vue.md
0
1
export
vue
2
from
"danielseltzer/code-analysis-tools"
from
"danielseltzer/code-analysis-tools"
3
Vue 3 - Progressive JavaScript framework with Composition API, reactivity system, single-file components, Vite integration, TypeScript support
2026-01-05
subscription-schemas.md
0
1
export
subscription-schemas
2
from
"vanman2024/ai-dev-marketplace"
from
"vanman2024/ai-dev-marketplace"
3
Production-ready Supabase database schemas for customers, subscriptions, payments, invoices, and webhook events with comprehensive Row Level Security policies. Use when setting up payment infrastructure, creating subscription tables, implementing secure payment data storage, or configuring RLS policies for multi-tenant payment systems.
2026-01-05
development-standards.md
0
1
export
development-standards
2
from
"nikblanchet/claude-code-production-patterns"
from
"nikblanchet/claude-code-production-patterns"
3
Standards enforced when writing code, creating pull requests, committing changes, or documenting features. CRITICAL - No emoji in developer-facing content (code/docs/PRs/issues/commits) or CLI output. Also defines standards for using cutting-edge language features and writing comprehensive documentation. Should be applied to all development work.
2026-01-05
performance-profiling.md
0
1
export
performance-profiling
2
from
"YosrBennagra/3SC"
from
"YosrBennagra/3SC"
3
Diagnose and improve WPF performance for the widget host app: UI virtualization, async usage, rendering cost, memory leaks, and profiling workflow. Use when investigating slow startup, laggy UI, or high memory usage.
2026-01-05
nextjs-dynamic-routes-params.md
0
1
export
nextjs-dynamic-routes-params
2
from
"mcclowes/vague-playground"
from
"mcclowes/vague-playground"
3
Guide for Next.js App Router dynamic routes and pathname parameters. Use when building pages that depend on URL segments (IDs, slugs, nested paths), accessing the `params` prop, or fetching resources by identifier. Helps avoid over-nesting by defaulting to the simplest route structure (e.g., `app/[id]` instead of `app/products/[id]` unless the URL calls for it).
2026-01-05
rr-nestjs.md
0
1
export
rr-nestjs
2
from
"sigma16z-hq/s16z-pms"
from
"sigma16z-hq/s16z-pms"
3
Comprehensive NestJS framework skill for building scalable server-side applications. Use for TypeScript backend development with controllers, providers, modules, dependency injection, middleware, guards, interceptors, pipes, database integration (MikroORM + MongoDB), GraphQL, microservices, testing, and API documentation. Also triggers when working with NestJS TypeScript files (.ts), NestJS module files, nest-cli.json, or NestJS project structure. Example triggers: "Create NestJS controller", "Set up dependency injection", "Add middleware", "Create GraphQL resolver", "Build microservice", "Write NestJS test", "Set up database module"
2026-01-05
ui-ux-pro-max.md
0
1
export
ui-ux-pro-max
2
from
"thanhtunguet/product-quotation"
from
"thanhtunguet/product-quotation"
3
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
2026-01-05
plugin-marketplace.md
0
1
export
plugin-marketplace
2
from
"vinnie357/claude-skills"
from
"vinnie357/claude-skills"
3
Guide for creating, validating, and managing Claude Code plugin marketplaces with schema validation tools
2026-01-05
nextjs-server-client-components.md
0
1
export
nextjs-server-client-components
2
from
"mcclowes/vague-playground"
from
"mcclowes/vague-playground"
3
Guide for choosing between Server Components and Client Components in Next.js App Router. CRITICAL for useSearchParams (requires Suspense + 'use client'), navigation (Link, redirect, useRouter), cookies/headers access, and 'use client' directive. Activates when prompt mentions useSearchParams, Suspense, navigation, routing, Link component, redirect, pathname, searchParams, cookies, headers, async components, or 'use client'. Essential for avoiding mixing server/client APIs.
2026-01-05
react-patterns.md
0
1
export
react-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Modern React 19+ patterns with TypeScript
2026-01-05
git-safety-guard.md
0
1
export
git-safety-guard
2
from
"terraphim/codex-skills"
from
"terraphim/codex-skills"
3
Blocks destructive git and filesystem commands before execution.Prevents accidental loss of uncommitted work from git checkout --,git reset --hard, rm -rf, and similar destructive operations.Works as a Claude Code PreToolUse hook with fail-open semantics.
2026-01-05
hammerspoon.md
0
1
export
hammerspoon
2
from
"indexzero/dotvibes"
from
"indexzero/dotvibes"
3
Configure and manage Hammerspoon automation, window management, key remapping, and app launching. Use when working with ~/.config/hammerspoon config files, adding keybindings, implementing window layouts, or troubleshooting Hammerspoon functionality.
2026-01-05
golang-observability-opentelemetry.md
0
1
export
golang-observability-opentelemetry
2
from
"bobmatnyc/termpilot"
from
"bobmatnyc/termpilot"
3
Instrumenting Go applications with OpenTelemetry for distributed tracing, Prometheus for metrics, and structured logging with slog. Covers auto-instrumentation, health checks, and graceful shutdown. Use when adding observability to microservices or debugging production issues.
2026-01-05
zotero-tagging.md
0
1
export
zotero-tagging
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Tag Zotero items with timestamp tags after generating bibliographies. Uses secure macOS Keychain storage for credentials. Claude Code only.
2026-01-05
ark-analysis.md
0
1
export
ark-analysis
2
from
"dwmkerr/claude-code-agent"
from
"dwmkerr/claude-code-agent"
3
Analyze the Ark codebase by cloning the repository to a temporary location. Use this skill when the user asks questions about how Ark works, wants to understand Ark's implementation, or needs to examine Ark source code.
2026-01-05
rspec-testing.md
0
1
export
rspec-testing
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Write and update RSpec tests following BDD principles with behavior-first approach, characteristic-based context hierarchy, and happy path priority. **Activate when:** user mentions RSpec/specs/testing, works with *_spec.rb files, asks to write/add/update/fix tests, or requests test coverage. Ensures tests describe observable behavior, not implementation details.
2026-01-05
global-commenting.md
0
1
export
global-commenting
2
from
"pdovhomilja/dovhomilja-cz"
from
"pdovhomilja/dovhomilja-cz"
3
Write self-documenting code with minimal, helpful comments that explain large sections of logic without cluttering the codebase. Use this skill when writing code comments, documenting complex logic, reviewing whether comments are needed, writing function documentation, explaining non-obvious code sections, ensuring code clarity through naming and structure, avoiding temporary or change-related comments, keeping comments evergreen and future-relevant, or deciding between adding comments versus refactoring for clarity. Apply this skill when writing or reviewing any code file to ensure comments add value without creating noise, and that code is primarily self-explanatory through clear naming and structure.
2026-01-05
tailwind-4.md
0
1
export
tailwind-4
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Tailwind CSS 4.1+ patterns. Use when styling components, responsive design, container queries, masks, shadows, or animations. (project)
2026-01-05
ui-embed.md
0
1
export
ui-embed
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Embed the chatbot UI inside Docusaurus and connect it to the FastAPI RAG backend. Use when building chat components, handling streaming responses, or integrating chat widgets into MDX pages.
2026-01-05
reviewing-code-quality.md
0
1
export
reviewing-code-quality
2
from
"djankies/claude-configs"
from
"djankies/claude-configs"
3
Automated tooling and detection patterns for JavaScript/TypeScript code quality review
2026-01-05
speech-recognition.md
0
1
export
speech-recognition
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
iOS speech recognition implementation using @react-native-voice/voice. Use when debugging transcription issues, modifying session handling, or understanding the accumulated text tracking mechanism.
2026-01-05
executing-plans.md
0
1
export
executing-plans
2
from
"jrc1883/popkit-claude"
from
"jrc1883/popkit-claude"
3
Controlled batch execution of implementation plans with review checkpoints between phases. Loads plan, critically reviews for issues, executes tasks in batches, then pauses for architect feedback before continuing. Use when you have a complete implementation plan from brainstorming/writing-plans and want structured execution with quality gates. Do NOT use for ad-hoc implementation, exploratory coding, or when you don't have a formal plan - just implement directly with code review at the end.
2026-01-05