Browse Skills

20307 skills found

evaluation-metrics.md
0
1 export evaluation-metrics
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automatically applies when evaluating LLM performance. Ensures proper eval datasets, metrics computation, A/B testing, LLM-as-judge patterns, and experiment tracking.
2026-01-05
composable-svelte-code.md
0
1 export composable-svelte-code
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Code editing, syntax highlighting, and visual programming for Composable Svelte. Use when implementing code editors, syntax highlighting, or node-based visual programming. Covers CodeEditor (CodeMirror), CodeHighlight (Prism), and NodeCanvas (SvelteFlow) from @composable-svelte/code package.
2026-01-05
data-access.md
0
1 export data-access
2 YosrBennagra from "YosrBennagra/3SC"
3 Implement data access for the .NET 8 WPF widget host app using EF Core or Dapper. Use when creating repositories, unit of work, migrations, DbContext configuration, and query patterns while keeping clean architecture boundaries.
2026-01-05
paddle-integration.md
0
1 export paddle-integration
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when integrating Paddle payments, setting up subscriptions, configuring webhooks, or debugging billing issues. Covers sandbox testing and production deployment.
2026-01-05
jelly-ast-grep.md
0
1 export jelly-ast-grep
2 dev-jelly from "dev-jelly/jelly-dotclaude"
3 AST-based semantic code search, lint, and refactoring using ast-grep (sg). Find code patterns, rename symbols, and refactor across codebase with structural understanding. Activated when users need semantic code search, pattern-based refactoring, or symbol renaming.
2026-01-05
app-theming.md
0
1 export app-theming
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Your approach to handling app theming. Use this skill when working on files where app theming comes into play.
2026-01-05
vscode-extension-resolver.md
0
1 export vscode-extension-resolver
2 Shavakan from "Shavakan/nix-flakes"
3 Use this skill when VSCode extensions fail to build in nix configuration, when adding new VSCode extensions, or when debugging extension-related build errors. Handles systematic search across nixpkgs, vscode-marketplace, and open-vsx sources with incremental testing.
2026-01-05
global-coding-style.md
0
1 export global-coding-style
2 elliotsaha from "elliotsaha/smt-slack-app"
3 Write clean, consistent code following naming conventions, formatting standards, and DRY principles across all files. When writing or editing any code in any programming language (TypeScript, JavaScript, Python, etc.). When creating functions, variables, classes, or modules. When refactoring code to improve readability or reduce duplication. When implementing small, focused functions or removing dead code. When ensuring consistent indentation, naming patterns, and code structure. This skill applies universally to all code files regardless of their specific purpose.
2026-01-05
software-architecture.md
0
1 export software-architecture
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-machine-learning"
3 Master software architecture principles and design patterns.
2026-01-05
error-debugger.md
0
1 export error-debugger
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Analyzes errors, searches past solutions in memory, provides immediate fixes with code examples, and saves solutions for future reference. Use when user says "debug this", "fix this error", "why is this failing", or when error messages appear like TypeError, ECONNREFUSED, CORS, 404, 500, etc.
2026-01-05
tmux.md
0
1 export tmux
2 douglascamata from "douglascamata/dotfiles"
3 Remote control tmux sessions for interactive CLIs (python, gdb, etc.) by sending keystrokes and scraping pane output.
2026-01-05
mcp-troubleshooting.md
0
1 export mcp-troubleshooting
2 rhayalcantara from "rhayalcantara/evaluacionesEmpleadosdocker"
3 Diagnóstico y solución de problemas de MCP servers en Claude Desktop. Usar cuando los servidores MCP muestran "Server disconnected", fallan al conectar, o tienen problemas de handshake. Cubre servidores Python (MySQL, SQL Server, PostgreSQL) y Node.js en Windows/macOS/Linux.
2026-01-05
frontend-design.md
0
1 export frontend-design
2 nicholasgriffintn from "nicholasgriffintn/claude-code"
3 Create distinctive, production-grade frontend interfaces with high design quality. Use when users ask to build web components, pages, or applications.
2026-01-05
frontend-aesthetics.md
0
1 export frontend-aesthetics
2 stagsz from "stagsz/claudecodewiz"
3 Prevents generic AI-generated designs by guiding typography, color, motion, and background choices. Use when creating frontend designs, landing pages, dashboards, or any UI/UX work. Helps avoid the "AI slop" aesthetic.
2026-01-05
nginx-sites-available.md
0
1 export nginx-sites-available
2 sayali-ingle-pdl from "sayali-ingle-pdl/adusa-ai-vuejs-app-template"
3 Generates nginx-sites-available-default configuration file for serving the Vue application on Debian/Ubuntu-based nginx installations.
2026-01-05
categorizing-files.md
0
1 export categorizing-files
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Defines the standard 8-category taxonomy for classifying project files: Config, Tests, Docs, Scripts, Source Code, Data, AI Tooling, and Other. REFERENCE THIS SKILL whenever categorizing files, auditing project structure, or answering 'what types of files are here.' Apply these categories and patterns whether using the bundled script or manual analysis.
2026-01-05
your-skill-name.md
0
1 export your-skill-name
2 rgbussell from "rgbussell/pine_scripts"
3 Brief description of what this skill does and when to use it. Be specific with trigger keywords so Claude knows when to apply this skill.
2026-01-05
gap-analysis.md
0
1 export gap-analysis
2 jschulte from "jschulte/claude-plugins"
3 Route-aware gap analysis. For Brownfield - uses /speckit.analyze to compare specs against implementation. For Greenfield - validates spec completeness and asks about target tech stack for new implementation. This is Step 4 of 6 in the reverse engineering process.
2026-01-05
docs-auto-sync.md
0
1 export docs-auto-sync
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automatically update repository documentation whenever code changes (add/edit/refactor) occur. Use when modifying source code, public APIs/contracts, rendering/interaction/data/compute logic, diagnostics, or build/release/CI flows so docs stay consistent without asking.
2026-01-05
hummbl-framework.md
0
1 export hummbl-framework
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Complete HUMMBL Base120 mental models framework with all 120 models across 6 transformations (Perspective, Inversion, Composition, Decomposition, Recursion, Meta-Systems). Includes model selection guidance, evidence standards, quality criteria, and application methodology. Essential reference for HUMMBL-based development, analysis, and problem-solving.
2026-01-05
dev-implement.md
0
1 export dev-implement
2 edwinhu from "edwinhu/claude-plugins"
3 This skill should be used when the user asks to "implement with TDD", "write tests first", "do test-driven development", or as Phase 3 of the /dev workflow. Enforces RED-GREEN-REFACTOR cycle with mandatory test-first approach.
2026-01-05
voice-agent.md
0
1 export voice-agent
2 josh-cooper from "josh-cooper/.claude"
3 Add OpenAI Realtime API voice agent to a Next.js presentation. Use when adding voice interactivity, realtime audio, AI presenter, or voice navigation to slides. Triggers on "voice agent", "realtime API", "audio presentation", "AI presenter", "voice navigation".
2026-01-05
jelly-go-backend-skill.md
0
1 export jelly-go-backend-skill
2 dev-jelly from "dev-jelly/jelly-dotclaude"
3 Go backend development assistant for building production-ready services with modern 2025 best practices. Supports project initialization, framework selection (Gin/Chi/Echo/Fiber), database layer (pgx/sqlc/GORM), and API development. Activated when users mention "Go", "Golang", "고랭", "백엔드", or need Go service development help.
2026-01-05
openai-chatkit-frontend-embed.md
0
1 export openai-chatkit-frontend-embed
2 Hamza123545 from "Hamza123545/Todo_giaic_five_phases"
3 Integrate and embed OpenAI ChatKit UI into TypeScript/JavaScript frontends (Next.js, React, or vanilla) using either hosted workflows or a custom backend (e.g. Python with the Agents SDK). Use this Skill whenever the user wants to add a ChatKit chat UI to a website or app, configure api.url, auth, domain keys, uploadStrategy, or debug blank/buggy ChatKit widgets.
2026-01-05