Browse Skills

44457 skills found

e2e-test.md
0
1 export e2e-test
2 majiayu000 from "majiayu000/claude-skill-registry"
3 End-to-end testing with Playwright. Use when writing E2E tests, implementing page objects, setting up test fixtures, handling authentication in tests, adding visual regression testing, or configuring E2E tests for CI. Covers when to use E2E vs integration tests, critical path identification, page object pattern, test isolation, and CI considerations.
2026-01-05
test-driven-development.md
0
1 export test-driven-development
2 cskiro from "cskiro/claudex"
3 Use PROACTIVELY when enforcing TDD red-green-refactor, setting up test infrastructure, configuring coverage gates, or implementing the Testing Trophy model. Installs git hooks, npm scripts, and CLAUDE.md configuration to enforce test-first development. Supports coverage thresholds and test distribution analysis. Not for prototypes or projects without test requirements.
2026-01-05
book-detail-page-creator.md
0
1 export book-detail-page-creator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 도서 상세 페이지 제작을 위한 마케팅 문구 생성 및 PPT 템플릿 작업. 책의 내용을 분석하여 4컷 상세 이미지용 문구를 작성하고, 제공된 PPT 템플릿에 문구와 페이지 번호를 채워 넣는다. {{문구}}, {{page_num_left}}, {{page_num_right}} placeholder를 사용하는 템플릿이 제공되거나, 도서 상세 페이지 문구 작성 요청이 있을 때 사용한다.
2026-01-05
moai-project-template-optimizer.md
0
1 export moai-project-template-optimizer
2 duaragha from "duaragha/full_tracker"
3 Handle template comparison and optimization workflows including backup detection, smart merging, and update completion reporting. Enhanced with Context7 MCP for up-to-date documentation.
2026-01-05
backend-dev-guidelines.md
0
1 export backend-dev-guidelines
2 aMilkStack from "aMilkStack/Claude-Code-Config"
3 Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies, and migration from legacy patterns.
2026-01-05
cloudflare-mcp-server.md
0
1 export cloudflare-mcp-server
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use this skill when building Model Context Protocol (MCP) servers on Cloudflare Workers. This skill should be used when deploying remote MCP servers with TypeScript, implementing OAuth authentication (GitHub, Google, Azure, etc.), using Durable Objects for stateful MCP servers, implementing WebSocket hibernation for cost optimization, or configuring dual transport methods (SSE + Streamable HTTP). The skill prevents 15+ common errors including McpAgent class export issues, OAuth redirect URI mismatches, WebSocket state loss, Durable Objects binding errors, and CORS configuration mistakes. Includes production-tested templates for basic MCP servers, OAuth proxy integration, stateful servers with Durable Objects, and complete wrangler.jsonc configurations. Covers all 4 authentication patterns: token validation, remote OAuth with DCR, OAuth proxy (workers-oauth-provider), and full OAuth provider implementation. Self-contained with Worker and Durable Objects basics. Token efficiency: ~87% savings (40k → 5k tokens).
2026-01-05
anti-pattern-analysis.md
0
1 export anti-pattern-analysis
2 rubrical-studios from "rubrical-studios/idpf-praxis-dist"
3 Systematic detection of anti-patterns during code review with actionable refactoring guidance
2026-01-05
incident-root-cause-analyzer.md
0
1 export incident-root-cause-analyzer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive incident root cause analysis skill for distributed systems. Analyzes logs, metrics, and traces to identify cascading failures, resource contention, and root causes through systematic anomaly detection, timeline correlation, and evidence-based hypothesis testing.
2026-01-05
dotnet-async-patterns.md
0
1 export dotnet-async-patterns
2 thapaliyabikendra from "thapaliyabikendra/ai-artifacts"
3 Master .NET async/await patterns including Task-based Asynchronous Pattern (TAP), ValueTask optimization, ConfigureAwait usage, cancellation tokens, parallel processing, and avoiding deadlocks in ASP.NET Core applications for maximum performance and responsiveness.
2026-01-05
engineering-report-generator.md
0
1 export engineering-report-generator
2 vamseeachanta from "vamseeachanta/workspace-hub"
3 Generate engineering analysis reports with interactive Plotly visualizations, standard report sections, and HTML export. Use for creating dashboards, analysis summaries, and technical documentation with charts.
2026-01-05
review-spec.md
0
1 export review-spec
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when the user wants to review a technical specification document, especially multi-file specs with appendices. It checks for consistency, completeness, clarity, and identifies opportunities for simplification and removal of unnecessary complexity.
2026-01-05
git-workflow.md
0
1 export git-workflow
2 ericbrian from "ericbrian/multi-user-test-fest-issue-tracker"
3 Guidelines for version control, commit conventions, and repository management.
2026-01-05
fiction-writer.md
0
1 export fiction-writer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Écrit un court segment fictionnel immersif pour l'Acte IV d'un épisode NEW TEMPS X. Utilise ce Skill quand tu dois créer une scène fictionnelle qui illustre les implications d'un sujet scientifique, faire ressentir plutôt qu'expliquer, ou créer une résonance émotionnelle à travers la fiction.
2026-01-05
excalidraw-diagram.md
0
1 export excalidraw-diagram
2 albertsikkema from "albertsikkema/albertsikkema.github.io"
3 Create an Excalidraw diagram from a text description. Use when the user wants to create a diagram, flowchart, architecture diagram, or visual explanation for their blog post.
2026-01-05
run-integration-tests.md
0
1 export run-integration-tests
2 foolishimp from "foolishimp/ai_sdlc_method"
3 Run integration tests validating cross-component requirements and system behavior. Executes BDD scenarios, API tests, and end-to-end tests. Use to validate integrated system or as pre-deployment quality gate.
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
design-doc-creator.md
0
1 export design-doc-creator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create AILANG design documents in the correct format and location. Use when user asks to create a design doc, plan a feature, or document a design. Handles both planned/ and implemented/ docs with proper structure.
2026-01-05
student-language-guide.md
0
1 export student-language-guide
2 zeeshan080 from "zeeshan080/ai-native-robotics"
3 Provide student-facing language rules for educational content. Use when writing lessons, checking language appropriateness, or validating content for students.
2026-01-05
session-logs.md
0
1 export session-logs
2 agentydragon from "agentydragon/ducktape"
3 Discover and analyze Claude Code session logs from ~/.claude/projects, including finding the current session and extracting tool calls, user messages, and conversation history
2026-01-05
project-logger.md
0
1 export project-logger
2 omerreish-lgtm from "omerreish-lgtm/secretary-system"
3 Record project activity, decisions, and outputs; query history and status. Provides institutional memory across sessions.
2026-01-05
feature-in-worktree.md
0
1 export feature-in-worktree
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Develop features in isolated git worktrees with autonomous testing and iteration. Use when the user asks to develop a feature in a separate worktree, wants isolated feature development, or mentions working without affecting the current directory.
2026-01-05
life-os-knowledge.md
0
1 export life-os-knowledge
2 breverdbidder from "breverdbidder/life-os"
3 Personal knowledge base for Shapira family daily life. Use when querying or storing information about hotels, swim meet venues, travel logistics, restaurants, service providers, or any location-based preferences. Triggers on phrases like "remember this hotel", "where did we stay", "next time in [city]", "log this location", or references to past stays/visits.
2026-01-05
invoice-organizer.md
0
1 export invoice-organizer
2 Snoopiam from "Snoopiam/claude_all_skills"
3 Automatically organizes invoices and receipts for tax preparation by reading messy files, extracting key information, renaming them consistently, and sorting them into logical folders. Turns hours of manual bookkeeping into minutes of automated organization.
2026-01-05
pr-formatter.md
0
1 export pr-formatter
2 coopeverything from "coopeverything/TogetherOS"
3 **AUTO-TRIGGER when user says:** "create PR", "format PR", "prepare PR body", "what category for this PR", "generate PR keywords"Formats TogetherOS pull requests with proper category (Cooperation Path), keywords, progress markers, and validation. Auto-selects category from module, generates relevant keywords, ensures correct structure for automation.Use proactively without asking permission when task matches skill purpose.
2026-01-05