Browse Skills

20307 skills found

code-reviewer.md
0
1 export code-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use this when user requests code review, pull request analysis, or quality assessment. Provides systematic 6-category checklist: functionality, security (OWASP), code quality (SOLID), performance, testing, and maintainability. Apply for PR reviews, security audits, or teaching code quality principles
2026-01-05
worktree-manager.md
0
1 export worktree-manager
2 thinkfox-ai from "thinkfox-ai/worktree-manager-skill"
3 Create, manage, and cleanup git worktrees with Claude Code agents across all projects. USE THIS SKILL when user says "create worktree", "spin up worktrees", "new worktree for X", "worktree status", "cleanup worktrees", or wants parallel development branches. Handles worktree creation, dependency installation, validation, agent launching in Ghostty, and global registry management.
2026-01-05
code-review.md
0
1 export code-review
2 terraphim from "terraphim/codex-skills"
3 Thorough code review for Rust/WebAssembly projects. Identifies bugs, securityissues, performance problems, and maintainability concerns. Provides actionablefeedback with specific suggestions.
2026-01-05
rag-design-patterns.md
0
1 export rag-design-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automatically applies when building RAG (Retrieval Augmented Generation) systems. Ensures proper chunking strategies, vector database patterns, embedding management, reranking, and retrieval optimization.
2026-01-05
frontend-design.md
0
1 export frontend-design
2 hosenur from "hosenur/config"
3 Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
2026-01-05
java-ddd-hexagonal.md
0
1 export java-ddd-hexagonal
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide Claude to create domain modules following DDD principles and hexagonal architecture for Java + Spring Boot projects.Use when user requests:(1) "Create a new module" / "새 모듈 만들어줘" / "도메인 모듈 생성"(2) "Add {feature} module" (e.g., "Add order module", "Add product module")(3) "Build {domain} bounded context" / "{domain} 바운디드 컨텍스트 구현"(4) Any request to create a new domain module for Java + Spring Boot projects with DDD and hexagonal architecture.Applies Kent Beck's TDD workflow (Red → Green → Refactor).Adapts to any Java/Spring Boot project by reading CLAUDE.md at project root.Uses Java 17+ features including records, sealed classes, and pattern matching.
2026-01-05
pr-review-common-patterns.md
0
1 export pr-review-common-patterns
2 randalmurphal from "randalmurphal/claude-config"
3 Common patterns in PR reviews including false positives, security vulnerabilities, N+1 queries, breaking changes, and edge cases. Use when analyzing code, verifying findings, or understanding typical issues.
2026-01-05
htmx.md
0
1 export htmx
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Adds AJAX, CSS Transitions, WebSockets, and Server Sent Events to HTML using attributes. Use when building hypermedia-driven applications, adding interactivity without JavaScript frameworks, or when user mentions HTMX, hx-boost, or HTML-first development.
2026-01-05
mcp-server-setup.md
0
1 export mcp-server-setup
2 kelleysd-apps from "kelleysd-apps/sdd-agentic-framework"
3 MCP (Model Context Protocol) server selection and configuration skill usingDocker MCP Toolkit as the primary orchestration method. Guides dynamic serverdiscovery, installation via Docker gateway, and fallback to direct installation.Should be executed after /initialize-project to extend Claude Code's capabilities.
2026-01-05
pod-scaffold-contract.md
0
1 export pod-scaffold-contract
2 aaronbassett from "aaronbassett/midnight-summit-hackathon-2025"
3 This skill should be used when developers need to generate pod network smart contract boilerplate. It orchestrates the pod-templating MCP server to scaffold production-ready contracts (tokens, NFTs, voting, auctions, basic) using FastTypes for order-independent execution. Use when starting new contracts, migrating from Ethereum, or needing pod-specific patterns.
2026-01-05
skill-writer.md
0
1 export skill-writer
2 Dami-Randle from "Dami-Randle/logidocs-certify"
3 Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.
2026-01-05
livekit-nextjs-frontend.md
0
1 export livekit-nextjs-frontend
2 Okeysir198 from "Okeysir198/P20251122-claude-skills"
3 Build and review production-grade web and mobile frontends using LiveKit with Next.js. Covers real-time video/audio/data communication, WebRTC connections, track management, and best practices for LiveKit React components.
2026-01-05
cloudflare-workers.md
0
1 export cloudflare-workers
2 jonit-dev from "jonit-dev/pixelperfect"
3 Optimize code for Cloudflare Workers free plan with 10ms CPU limit. Use when writing API routes, server code, middleware, or discussing performance optimization.
2026-01-05
react.md
0
1 export react
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 React development including hooks, components, state management, and modern patterns. Activate for React components, JSX, hooks, context, and frontend development.
2026-01-05
fastapi-patterns.md
0
1 export fastapi-patterns
2 clostaunau from "clostaunau/holiday-card"
3 Comprehensive FastAPI best practices, patterns, and conventions for building production-ready Python web APIs. Covers application structure, async patterns, Pydantic models, dependency injection, database integration, authentication, error handling, testing, OpenAPI documentation, performance optimization, and common anti-patterns. Essential reference for FastAPI code reviews and development.
2026-01-05
coding-conventions.md
0
1 export coding-conventions
2 icartsh from "icartsh/icartsh_plugin"
3 .NET/C#의 코딩 규약, 명명 규칙, 레이아웃, C# 12/13/14의 최신 기능 활용 가이드라인을 정의합니다. C#/.NET 코드 작성 시, 클래스·메서드 명명 시, 코드 포맷팅 시, 또는 사용자가 코딩 규약, 명명 규칙, C# 모범 사례, Primary Constructors, Collection Expressions, field 키워드에 대해 언급했을 때 사용합니다.
2026-01-05
pr-reviewer.md
0
1 export pr-reviewer
2 bigbigbo from "bigbigbo/claude-code-skills"
3 Comprehensive pull request review covering code quality, security vulnerabilities, performance issues, and design patterns. Use when reviewing PRs, analyzing code changes, checking for bugs, or when user mentions pull request, PR review, code review, or merge request.
2026-01-05
pr-feedback-workflow.md
0
1 export pr-feedback-workflow
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Process all PR feedback in one pass. Fetches review comments and CI failures together, creates a unified action plan, applies fixes, replies to reviewers, resolves threads, and posts a summary. Use when asked to address PR feedback, fix review comments, handle CI failures, or process PR reviews. Works on the current branch's open PR.
2026-01-05
data-quality.md
0
1 export data-quality
2 vivekgana from "vivekgana/databricks-platform-marketplace"
3 Comprehensive data quality patterns using Great Expectations, DLT expectations, and custom validators for ensuring data reliability and trust.
2026-01-05
rails-pattern-recognition.md
0
1 export rails-pattern-recognition
2 nbarthel from "nbarthel/claudy"
3 Adaptive learning system that tracks implementation patterns, success rates, and performance metrics to suggest proven solutions for future tasks.
2026-01-05
rust-ms-libraries.md
0
1 export rust-ms-libraries
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Microsoft Pragmatic Rust Library Guidelines. Use when designing library crates, public APIs, managing dependencies, or creating reusable components.
2026-01-05
architecture-guardian.md
0
1 export architecture-guardian
2 d-oit from "d-oit/do-novelist-ai"
3 Enforce clean architecture principles, proper layering rules, dependency flow, module boundaries, and interface design. Use when designing new features, refactoring code, or reviewing architecture.
2026-01-05
repoprompt.md
0
1 export repoprompt
2 SiTaggart from "SiTaggart/claude-devbench"
3 Use RepoPrompt CLI for token-efficient codebase exploration
2026-01-05
code-health.md
0
1 export code-health
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Analyze codebase health - large files, test coverage gaps, duplicate code, dead/legacy code, and documentation issues. Use when asked to scan, audit, or assess code quality, find refactoring targets, or identify technical debt.
2026-01-05