Browse Skills

22656 skills found

skill-creator.md
0
1 export skill-creator
2 ChinchillaEnterprises from "ChinchillaEnterprises/ChillSkills"
3 How to properly create Claude Code skills - teaches global vs project-local, naming conventions, and proper file structure
2026-01-05
test-coverage-boost.md
0
1 export test-coverage-boost
2 j0KZ from "j0KZ/mcp-agents"
3 Increase test coverage from 0% to 80%+ in ANY project, ANY testing framework
2026-01-05
duckdb.md
0
1 export duckdb
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Fast in-process analytical database for SQL queries on DataFrames, CSV, Parquet, JSON files, and more. Use when user wants to perform SQL analytics on data files or Python DataFrames (pandas, Polars), run complex aggregations, joins, or window functions, or query external data sources without loading into memory. Best for analytical workloads, OLAP queries, and data exploration.
2026-01-05
hook-deduplication-guide.md
0
1 export hook-deduplication-guide
2 cskiro from "cskiro/claudex"
3 Use PROACTIVELY when developing Claude Code hooks to implement content-based deduplication and prevent duplicate insight storage across sessions
2026-01-05
natural-language-postgres.md
0
1 export natural-language-postgres
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Chat app that lets you ask questions in plain English and query your PostgreSQL database.
2026-01-05
unsloth-stt.md
0
1 export unsloth-stt
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Fine-tuning Speech-to-Text models like Whisper using Unsloth's optimized LoRA pipeline. Triggers: stt, whisper, transcription, audio fine-tuning, speech-to-text, audio normalization.
2026-01-05
bewirtungsbeleg.md
0
1 export bewirtungsbeleg
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Creates German tax-compliant entertainment expense receipts (Bewirtungsbelege) from restaurant receipts with automatic signature and original receipt attachment. The generated PDF contains the original receipt as page 1 and the signed Bewirtungsbeleg as page 2. Use when the user uploads a restaurant receipt/bill and wants to create a formal Bewirtungsbeleg PDF for German tax purposes, or when they mention "Bewirtungsbeleg", "Geschäftsessen", "steuerlich absetzbar", or similar business meal expense documentation needs.
2026-01-05
rust-best-practices.md
0
1 export rust-best-practices
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Rust development best practices, patterns, and conventions. Use when writing Rust code, reviewing .rs files, discussing ownership, lifetimes, borrowing, or Cargo configuration. Triggers on mentions of Rust, Cargo, ownership, borrowing, lifetimes, traits, async Rust, tokio.
2026-01-05
openai.md
0
1 export openai
2 atrawog from "atrawog/bazzite-ai-plugins"
3 OpenAI compatibility layer for Ollama. Use the official OpenAI Pythonlibrary to interact with Ollama, enabling easy migration from OpenAIand compatibility with LangChain, LlamaIndex, and other OpenAI-based tools.
2026-01-05
cloudflare-workers-bindings.md
0
1 export cloudflare-workers-bindings
2 FlorinPopaCodes from "FlorinPopaCodes/claude-marketplace"
3 This skill should be used when the user asks about "KV namespace", "R2 bucket", "D1 database", "Hyperdrive", "create binding", "list workers", "worker code", "storage binding", "database query", "object storage", "key-value store", "connection pooling", or needs to manage Cloudflare Workers storage and compute resources.
2026-01-05
android-qa-verification.md
0
1 export android-qa-verification
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill is used to verify Android features against acceptance criteria, catch regressions and define tests that reflect real device behaviour.
2026-01-05
autogenerate-validators.md
0
1 export autogenerate-validators
2 foolishimp from "foolishimp/ai_sdlc_method"
3 Autogenerate validation functions from business rules (BR-*) that specify formats, patterns, ranges, or constraints. Use when BR-* includes validation specifications like regex patterns, min/max values, or allowed values.
2026-01-05
test-driven-development.md
0
1 export test-driven-development
2 michael-h-patrianna from "michael-h-patrianna/chain-offer-mock"
3 Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
2026-01-05
tdd-refactor-phase.md
0
1 export tdd-refactor-phase
2 rubrical-studios from "rubrical-studios/process-docs"
3 Guide through REFACTOR phase - improve code while maintaining green
2026-01-05
telegram-bot.md
0
1 export telegram-bot
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Build Telegram bots with modern frameworks.Use when: creating Telegram bot, chatbot, notification bot.Triggers: "telegram", "tg bot", "телеграм бот", "teloxide", "aiogram".
2026-01-05
notion-connect.md
0
1 export notion-connect
2 abdullahbeam from "abdullahbeam/nexus-design-abdullah"
3 Connect to any Notion database by name. Load when user mentions 'notion', 'connect notion', 'setup notion', 'query [database-name]', 'add to [database]', 'notion databases', or any database name from persistent context. Meta-skill that discovers workspace, caches schemas, and routes to appropriate operations.
2026-01-05
error-tracking.md
0
1 export error-tracking
2 NmBoyd from "NmBoyd/claude_setup"
3 Add Sentry v8 error tracking and performance monitoring to your project services. Use this skill when adding error handling, creating new controllers, instrumenting cron jobs, or tracking database performance. ALL ERRORS MUST BE CAPTURED TO SENTRY - no exceptions.
2026-01-05
concise-rule-writing.md
0
1 export concise-rule-writing
2 FrancisVarga from "FrancisVarga/coconut-claude-code-plugins"
3 This skill should be used when the user asks to 'write a rule', 'create a rule', 'make rule shorter', 'keep rules minimal', 'reduce rule size', 'optimize rule', or needs guidance on writing precise, context-efficient rules for CLAUDE.md.
2026-01-05
typescript-error-detection-and-debugging.md
0
1 export typescript-error-detection-and-debugging
2 jungkeunhong from "jungkeunhong/pre-deploy-checker"
3 This skill activates when you're debugging TypeScript/JavaScript build errors, compilation failures, or type mismatches. Provides patterns for common errors, root cause analysis techniques, and fixes for type-related issues across frameworks.
2026-01-05
global-error-handling.md
0
1 export global-error-handling
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implement robust error handling with user-friendly messages without technical details, fail fast with explicit error messages, specific exception types for targeted handling, centralized error handling at appropriate boundaries, graceful degradation for non-critical failures, retry strategies with exponential backoff, and proper resource cleanup. Use this skill when implementing try-catch blocks, throwing or catching exceptions, handling API errors, implementing retry logic, managing resources that need cleanup, creating error messages for users, or establishing centralized error handling strategies. This skill applies when working on any code that needs error handling including API integrations, database operations, file operations, or user-facing features.
2026-01-05
claude-skill-creator.md
0
1 export claude-skill-creator
2 nishiyuki0501-wanto from "nishiyuki0501-wanto/skills_template"
3 Guide for creating effective Claude Code skills with proper YAML frontmatter, directory structure, and best practices. Use when creating new skills, updating existing skills, or learning about skill development.
2026-01-05
r-package-conventions.md
0
1 export r-package-conventions
2 kyleGrealis from "kyleGrealis/.dotfiles"
3 R package development conventions following usethis workflow, roxygen2 documentation standards, and CRAN requirements. Use when creating or maintaining R packages.
2026-01-05
athena-pr-reviewer.md
0
1 export athena-pr-reviewer
2 emiperez95 from "emiperez95/claude-agents"
3 PROACTIVELY USED when reviewing a PR, branch, or Jira story. Handles code review against requirements and provides actionable feedback.
2026-01-05
visx.md
0
1 export visx
2 cerico from "cerico/macfair"
3 Build data visualizations with visx (React + D3). Use for charts, graphs, and interactive data exploration.
2026-01-05