Browse Skills

20307 skills found

pr-reviewer.md
0
1 export pr-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive GitHub Pull Request code review skill. Use when asked to "review this PR", "code review", "review pull request", "check this PR", or when a GitHub PR URL is provided. Fetches PR metadata, diff, comments, commits, and related issues using gh CLI. Creates organized review workspace, analyzes code against industry-standard criteria, and optionally adds inline comments to the PR.
2026-01-05
copilot-agent-builder.md
0
1 export copilot-agent-builder
2 daispacy from "daispacy/py-claude-marketplace"
3 Generate custom GitHub Copilot agents (.agent.md files) for VS Code with proper YAML frontmatter, tools configuration, and handoff workflows. Use when "create copilot agent", "generate github copilot agent", "new copilot agent for", "make a copilot agent", or "build copilot agent".
2026-01-05
ci-cd-pipelines.md
0
1 export ci-cd-pipelines
2 leobrival from "leobrival/topographic-studio-plugins"
3 Guide for creating and configuring CI/CD pipelines with GitHub Actions or GitLab CI. Use when users need to set up automated workflows for testing, building, deploying applications, or managing secrets. Covers Node.js, Python, Docker, Vercel, Railway, Cloudflare, and multi-environment deployments.
2026-01-05
code-refactoring-patterns.md
0
1 export code-refactoring-patterns
2 randalmurphal from "randalmurphal/claude-config"
3 When and how to refactor complex functions including complexity thresholds (50+ statements, 12+ branches), extraction patterns, guard clauses, and testing strategies. Use when ruff/pylint complexity warnings appear or code becomes hard to maintain.
2026-01-05
release-packaging.md
0
1 export release-packaging
2 YosrBennagra from "YosrBennagra/3SC"
3 Package and release the .NET 8 WPF widget host app using MSIX or ClickOnce. Use when configuring installers, signing, update channels, and publishing release artifacts.
2026-01-05
wasp-operations.md
0
1 export wasp-operations
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Complete Wasp operations patterns for queries and actions. Use when creating backend operations, implementing queries/actions, or working with server-side code. Includes type annotations, auth checks, entity access, client usage, and error handling.
2026-01-05
python-design-patterns.md
0
1 export python-design-patterns
2 WorldCentralKitchen from "WorldCentralKitchen/python-dev-framework"
3 This skill should be used when the user asks about "design patterns", "SOLID principles", "factory pattern", "strategy pattern", "observer pattern", "composition vs inheritance", "Pythonic design", "singleton alternatives", "anti-patterns", "dependency injection", or needs guidance on applying Gang of Four patterns idiomatically in Python.
2026-01-05
data-engineering.md
0
1 export data-engineering
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Data pipeline architecture, ETL/ELT patterns, data modeling, and production data platform design
2026-01-05
module-extractor.md
0
1 export module-extractor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Extract classes, functions, or code blocks from large modules into separate files. This skill should be used during refactoring to break up monolithic files while maintaining import compatibility and test coverage.
2026-01-05
bulletproof-react-auditor.md
0
1 export bulletproof-react-auditor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use PROACTIVELY when users ask about React project structure, Bulletproof React patterns, or need architecture guidance. Covers structure setup, codebase auditing, anti-pattern detection, and feature-based migration planning. Triggers on "bulletproof react", "React structure help", "organize React app", or "audit my architecture".
2026-01-05
slack-gif-creator.md
0
1 export slack-gif-creator
2 skycruzer from "skycruzer/fleet-management-v2"
3 Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".
2026-01-05
docker.md
0
1 export docker
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide for using Docker - a containerization platform for building, running, and deploying applications in isolated containers. Use when containerizing applications, creating Dockerfiles, working with Docker Compose, managing images/containers, configuring networking and storage, optimizing builds, deploying to production, or implementing CI/CD pipelines with Docker.
2026-01-05
sub-agent-creator.md
0
1 export sub-agent-creator
2 cskiro from "cskiro/claudex"
3 Use PROACTIVELY when creating specialized Claude Code sub-agents for task delegation. Automates agent creation following Anthropic's official patterns with proper frontmatter, tool configuration, and system prompts. Generates domain-specific agents, proactive auto-triggering agents, and security-sensitive agents with limited tools. Not for modifying existing agents or general prompt engineering.
2026-01-05
topic-emails.md
0
1 export topic-emails
2 christopheryeo from "christopheryeo/claude-skills"
3 Retrieves Gmail threads that match a requested topic, applies optional timeframe and label filters, and outputs a prioritized digest with summaries, key correspondents, and direct links for follow-up.
2026-01-05
root-cause-tracing.md
0
1 export root-cause-tracing
2 alexisbeaulieu97 from "alexisbeaulieu97/home"
3 Use when investigating an issue whose origin is unclear, especially when symptoms appear far from the cause. Trigger cues - "bug", "unexpected behavior", "traceback", "why is this happening", "non-deterministic failure". Goal - Trace causality backward to find and validate the true root cause before fixing.
2026-01-05
react-native-storage-manager.md
0
1 export react-native-storage-manager
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Handles MMKV storage operations and data persistence patterns with encryption. Use when implementing data persistence, caching, or user preferences in Purrsuit Mobile App.
2026-01-05
cloudflare-browser-rendering.md
0
1 export cloudflare-browser-rendering
2 kienhaminh from "kienhaminh/speed-reader"
3 Guide for implementing Cloudflare Browser Rendering - a headless browser automation API for screenshots, PDFs, web scraping, and testing. Use when automating browsers, taking screenshots, generating PDFs, scraping dynamic content, extracting structured data, or testing web applications. Supports REST API, Workers Bindings (Puppeteer/Playwright), MCP servers, and AI-powered automation. (project)
2026-01-05
corpus-discovery-dialogue.md
0
1 export corpus-discovery-dialogue
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide Socratic discovery of research questions and analytical approaches for text corpus analysis
2026-01-05
opentofu-qa.md
0
1 export opentofu-qa
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Quality assurance and testing toolkit for OpenTofu/Terraform infrastructure as code. Use this skill when reviewing, testing, or validating OpenTofu/Terraform configurations. This skill runs automated QA checks (tofu fmt, tofu validate, tflint, trivy) and validates code against client-specific conventions and best practices. Ideal for code review, pre-commit validation, and ensuring IaC quality standards.
2026-01-05
nushell.md
0
1 export nushell
2 vinnie357 from "vinnie357/claude-skills"
3 Guide for using Nushell (Nu), a modern shell with structured data pipelines, cross-platform compatibility, and programming language features
2026-01-05
configuring-image-optimization.md
0
1 export configuring-image-optimization
2 djankies from "djankies/claude-configs"
3 Teach image optimization configuration changes in Next.js 16. Use when configuring images, troubleshooting image loading, or migrating image settings.
2026-01-05
de-slop.md
0
1 export de-slop
2 iamladi from "iamladi/cautious-computing-machine--primitives-plugin"
3 This skill should be used to remove AI-generated artifacts and unnecessary code before committing. It scans changed files for redundant comments, AI TODOs, excessive docstrings, and unnecessary markdown files. Git-only, no GitHub required.
2026-01-05
payload-collections.md
0
1 export payload-collections
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when designing, creating, or modifying Payload CMS collections in db.sb - covers field patterns, relationships, hooks, access control, and how collections map to Nouns in the business-as-code system
2026-01-05
plan.md
0
1 export plan
2 dgrobinson from "dgrobinson/dotfiles-common"
3 Generate a plan for how an agent should accomplish a complex coding task. Use when a user asks for a plan, and optionally when they want to save, find, read, update, or delete plan files in the repo .codex/plans.
2026-01-05