Browse Skills

44756 skills found

development-standards.md
0
1 export development-standards
2 nikblanchet 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 YosrBennagra 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
finishing-a-development-branch.md
0
1 export finishing-a-development-branch
2 liauw-media from "liauw-media/CodeAssist"
3 Use when ready to merge feature branch. Complete checklist before creating PR/MR. Ensures professional quality and prevents embarrassing mistakes.
2026-01-05
mdr-745-specialist.md
0
1 export mdr-745-specialist
2 nimeshgurung from "nimeshgurung/artifact-hub-collections"
3 EU MDR 2017/745 regulation specialist and consultant for medical device requirement management. Provides comprehensive MDR compliance expertise, gap analysis, technical documentation guidance, clinical evidence requirements, and post-market surveillance implementation. Use for MDR compliance assessment, classification decisions, technical file preparation, and regulatory requirement interpretation.
2026-01-05
nextjs-dynamic-routes-params.md
0
1 export nextjs-dynamic-routes-params
2 mcclowes 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
streaming-output.md
0
1 export streaming-output
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Output format markers for the real-time stream formatter. Use when building prompts for streaming analysis to ensure proper progress display. Documents the patterns that StreamFormatter detects and displays.
2026-01-05
rr-nestjs.md
0
1 export rr-nestjs
2 sigma16z-hq 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
hex-math.md
0
1 export hex-math
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Reference for hexagonal grid algorithms and coordinate systems. Use when implementing movement, pathfinding, range calculations, or line of sight. Triggers on "hex", "hexagon", "grid", "coordinates", "pathfinding", "neighbors".
2026-01-05
learn.md
0
1 export learn
2 Anudorannador from "Anudorannador/python-executor"
3 Distill reusable skills from tasks/chats/artifacts. Triggers: learn skill, save as skill, distill skill, extract skill. Depends on: manifest.
2026-01-05
ui-ux-pro-max.md
0
1 export ui-ux-pro-max
2 thanhtunguet 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
efficiency-tracker.md
0
1 export efficiency-tracker
2 munlucky from "munlucky/claude-command-relay"
3 Track workflow timelines, blockers, verification results, and commits in flow-report.md. Use when recording execution flow or efficiency.
2026-01-05
plugin-marketplace.md
0
1 export plugin-marketplace
2 vinnie357 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 mcclowes 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
vendor-management.md
0
1 export vendor-management
2 UffaModey from "UffaModey/advent_of_ai"
3 🛒 Complete vendor relationship management for festivals including contracts, setup coordination, compliance monitoring, and performance evaluation.
2026-01-05
react-patterns.md
0
1 export react-patterns
2 majiayu000 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 terraphim 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 indexzero 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
subwatersheds.md
0
1 export subwatersheds
2 stillsame2016 from "stillsame2016/deep-wenokn"
3 Use this skill for requests to retrieve subwatersheds in the USA as a GeoDataFrame in GeoPandas. This skill can retrieve all subwatersheds intersecting with specific states directly using the states column.
2026-01-05
redis-caching-patterns.md
0
1 export redis-caching-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Redis caching strategies for MCP servers - cache invalidation, TTL management, pub/sub patterns, and performance optimization
2026-01-05
orchestrationcreating-workflows.md
0
1 export orchestrationcreating-workflows
2 Sixallfaces from "Sixallfaces/orkestr"
3 Use when user says "create workflow", "create a workflow", "design workflow", "orchestrate", "automate multiple steps", "coordinate agents", "multi-agent workflow". Creates orchestration workflows from natural language using Socratic questioning to plan multi-agent workflows with visualization.
2026-01-05
golang-observability-opentelemetry.md
0
1 export golang-observability-opentelemetry
2 bobmatnyc 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 majiayu000 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
convention-skill-generator.md
0
1 export convention-skill-generator
2 RevTechStudio from "RevTechStudio/rts-plugins"
3 ユーザーの規約・ガイドラインから、Convention Skillのマークダウンファイルを生成する。規約スキル作成時、ガイドライン文書化時、またはユーザーがConvention Skill、コーディング規約、ガイドライン定義、標準化に言及した際に使用する。
2026-01-05
redmine-timetrack.md
0
1 export redmine-timetrack
2 ncuritylabs from "ncuritylabs/ncurion-plugins-marketplace"
3 이 스킬은 사용자가 "작업 시간 기록", "시간 등록", "타임 로그", "작업 시간 조회", "몇 시간 일했어", "time entry", "log hours", "time tracking", "work hours" 등을 언급할 때 사용됩니다. Redmine 작업 시간 관리 기능을 제공합니다.
2026-01-05