Browse Skills
22656 skills found
defense-in-depth.md
0
1
export
defense-in-depth
2
from
"timequity/vibe-coder"
from
"timequity/vibe-coder"
3
Use when invalid data causes failures deep in execution - validates at every layer data passes through to make bugs structurally impossible
2026-01-05
claude-thread-publisher.md
0
1
export
claude-thread-publisher
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Publish Claude Code conversation threads as static HTML pages hosted on GitHub Gists, with shareable gistpreview links. Use when the user asks to share, publish, or delete a Claude Code thread.
2026-01-05
technical-decisions-registry.md
0
1
export
technical-decisions-registry
2
from
"alexisbeaulieu97/home"
from
"alexisbeaulieu97/home"
3
This skill provides access to a project's recorded technical decisions and architectural patterns. Use this skill to understand established patterns, validate proposals against decisions, and cite decisions when reviewing code or specifications. Works with any project that maintains a decisions registry.
2026-01-05
evaluation-metrics.md
0
1
export
evaluation-metrics
2
from
"majiayu000/claude-skill-registry"
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
bank-statement-parser.md
0
1
export
bank-statement-parser
2
from
"EGAdams/planner"
from
"EGAdams/planner"
3
Expert in parsing bank statement PDFs using Docling, handling duplicate transaction detection, and validating against bank summaries. Use when working with bank statement imports, transaction parsing, or financial data validation.
2026-01-05
instruction-manager.md
0
1
export
instruction-manager
2
from
"PlaneInABottle/configs"
from
"PlaneInABottle/configs"
3
Manages and synchronizes AI instructions (global and project-level) across various tools (Gemini, Claude, Copilot, etc.). Use this skill when you need to: (1) Sync `templates/global-instructions/master.md` to all tool headers, (2) Generate or update `PROJECT_INSTRUCTIONS.md` in a directory, (3) Update sub-agent instructions, or (4) Maintain consistency in AI behavioral guidelines.
2026-01-05
ai-content-quality-checker.md
0
1
export
ai-content-quality-checker
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
AI生成コンテンツの総合品質チェックスキル。読みやすさ、正確性、関連性、独自性、SEO、アクセシビリティ、エンゲージメント、文法・スタイルを多角的に評価。
2026-01-05
data-access.md
0
1
export
data-access
2
from
"YosrBennagra/3SC"
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
openapi-spec-builder.md
0
1
export
openapi-spec-builder
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate OpenAPI 3.x specification files (YAML) with endpoints, schemas, authentication, and examples for REST API documentation. Triggers on "create OpenAPI spec", "generate API documentation", "swagger spec for", "REST API schema".
2026-01-05
worker.md
0
1
export
worker
2
from
"schmug/karkinos"
from
"schmug/karkinos"
3
Spawn a Claude worker in an isolated git worktree for parallel development. Use when you need to work on a task in isolation without affecting current work.
2026-01-05
aws-sagemaker.md
0
1
export
aws-sagemaker
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Amazon SageMaker for building, training, and deploying machine learning models. Use for SageMaker AI endpoints, model training, inference, MLOps, and AWS machine learning services.
2026-01-05
bigquery-ethereum-data-acquisition.md
0
1
export
bigquery-ethereum-data-acquisition
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Workflow for acquiring historical Ethereum blockchain data using Google BigQuery free tier. Empirically validated for cost estimation, streaming downloads, and DuckDB integration. Use when planning bulk historical data acquisition or comparing data source options for blockchain network metrics.
2026-01-05
scale-game.md
0
1
export
scale-game
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Test at extremes (1000x bigger/smaller, instant/year-long) to expose fundamental truths hidden at normal scales. Use when uncertain about scalability, edge cases unclear, or validating architecture for production volumes.
2026-01-05
impl-service.md
0
1
export
impl-service
2
from
"ciandt-fulvio/synth-lab"
from
"ciandt-fulvio/synth-lab"
3
Implementar serviços de lógica de negócio em services/. Use quando criar service, lógica de negócio, orquestração de repositórios, ou integração com LLM.
2026-01-05
vscode-extension-resolver.md
0
1
export
vscode-extension-resolver
2
from
"Shavakan/nix-flakes"
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
deployment.md
0
1
export
deployment
2
from
"Proaptus/proagentic-dfx"
from
"Proaptus/proagentic-dfx"
3
Deploys ProAgentic DfX (H2 Tank Designer) using the full CI/CD pipeline. Runs all quality gates (lint, typecheck, tests, coverage, E2E) then deploys to Vercel. Use when deploying to staging or production, or when running the full CI pipeline locally.
2026-01-05
julien-dev-onedrive-git-commit.md
0
1
export
julien-dev-onedrive-git-commit
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create git commits in OneDrive-synced repositories by bypassing mmap errors using git plumbing commands. Use when git commit fails with "fatal mmap failed Invalid argument" error in OneDrive folders.
2026-01-05
error-debugger.md
0
1
export
error-debugger
2
from
"majiayu000/claude-skill-registry"
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
mcp-troubleshooting.md
0
1
export
mcp-troubleshooting
2
from
"rhayalcantara/evaluacionesEmpleadosdocker"
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
brainstorming.md
0
1
export
brainstorming
2
from
"axiomantic/spellbook"
from
"axiomantic/spellbook"
3
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
2026-01-05
document-parser.md
0
1
export
document-parser
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Parse large documents into structured sections with abstracts and metadata
2026-01-05
frontend-aesthetics.md
0
1
export
frontend-aesthetics
2
from
"stagsz/claudecodewiz"
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
database.md
0
1
export
database
2
from
"Lobbi-Docs/claude"
from
"Lobbi-Docs/claude"
3
Database design, SQL queries, migrations, and optimization. Activate for PostgreSQL, MySQL, SQLite, schema design, queries, indexes, and data modeling.
2026-01-05
nginx-sites-available.md
0
1
export
nginx-sites-available
2
from
"sayali-ingle-pdl/adusa-ai-vuejs-app-template"
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