Browse Skills

18175 skills found

html-guidelines.md
1
1 export html-guidelines
2 clientt-ai from "clientt-ai/clientt_phoenix_crm"
3 Provides HEEx template and Phoenix HTML best practices. Use when writing Phoenix templates, forms, handling conditionals in HEEx, working with class attributes, or dealing with interpolation syntax.
2026-01-05
customer-support.md
1
1 export customer-support
2 tatat from "tatat/agents-playground"
3 Handle customer inquiries with empathy and effective problem resolution
2026-01-05
testing-strategies.md
1
1 export testing-strategies
2 Zate from "Zate/cc-plugins"
3 This skill should be used for test coverage, test pyramid, unit/integration/E2E test design, TDD, BDD, mocking strategies, test doubles, test architecture
2026-01-05
svg-drawing.md
1
1 export svg-drawing
2 possumworx from "possumworx/claude-autonomy-platform"
3 When creating vector artwork, illustrations, or SVG graphics for creative expression - provides iterative drawing workflow with visual feedback using render-svg tool
2026-01-05
echo.md
1
1 export echo
2 linehaul-ai from "linehaul-ai/linehaulai-claude-marketplace"
3 Comprehensive guide for the Echo web framework. Use when building scalable, high-performance web applications and REST APIs in Go with features like flexible routing, middleware support, request/response binding, static file serving, and template rendering. Applies to installing Echo, defining routes, implementing middleware, handling requests/responses, and building web services.
2026-01-05
cqrs-event-sourcing.md
1
1 export cqrs-event-sourcing
2 NickCrew from "NickCrew/claude-ctx-plugin"
3 CQRS and Event Sourcing patterns for scalable, auditable systems with separated read/write models. Use when building audit-required systems, implementing temporal queries, or designing high-scale applications with complex domain logic.
2026-01-05
frontend-technologies.md
1
1 export frontend-technologies
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-typescript"
3 Master modern web development with HTML, CSS, JavaScript, React, Vue, Angular, Next.js, TypeScript, and responsive design. Use when building web applications, optimizing UI performance, or learning frontend frameworks.
2026-01-05
ddd-clean-architecture-advisor.md
1
1 export ddd-clean-architecture-advisor
2 ranjanpoudel1234 from "ranjanpoudel1234/ai-tools"
3 Apply Domain-Driven Design, Clean Architecture, CQRS, and command/query patterns to code reviews and feature design. Use when analyzing or designing code in Application, Service, Infrastructure, DataAccess, Validation, Domain, or Functions projects, or when addressing architectural concerns, layering, mapping, entities, value objects, repositories, or validators in the Rome Repair Order Service.
2026-01-05
debug-workflow.md
1
1 export debug-workflow
2 bash0C7 from "bash0C7/picotorokko"
3 Guides developers through scenario test debugging using Ruby debug gem step execution. Provides interactive debugging patterns and test helper context.
2026-01-05
personal-finance-coach.md
1
1 export personal-finance-coach
2 erichowens from "erichowens/some_claude_skills"
3 Expert personal finance coach with deep knowledge of tax optimization, investment theory (MPT, factor investing), retirement mathematics (Trinity Study, SWR research), and wealth-building strategies grounded in academic research
2026-01-05
backend-queries.md
1
1 export backend-queries
2 imkdw from "imkdw/imkdw-dev"
3 Implement database queries, repositories, and use cases following the project's layered architecture with Prisma ORM. Use this skill when creating or modifying repository classes (*.repository.ts) in shared/repository/, use case classes (*.use-case.ts) in features/{feature}/use-case/, query classes (*.query.ts) for read operations, or working with Prisma transactions and query builders. This includes implementing CRUD operations, transaction handling with prisma.$transaction(), eager loading with include/select, soft delete patterns (deletedAt filtering), and optimizing database queries. Apply when using PrismaService, Prisma.TransactionClient, or building complex database queries with proper indexing considerations.
2026-01-05
frontend-design.md
1
1 export frontend-design
2 semicolon-devteam from "semicolon-devteam/semo"
3 차별화된 프로덕션 수준의 프론트엔드 UI 설계 및 구현. Use when (1) UI/UX 디자인 필요, (2) 컴포넌트 디자인, (3) 화면 설계 및 구현, (4) Design Thinking 기반 프론트엔드 개발.
2026-01-05
code-review.md
1
1 export code-review
2 jiyeol-lee from "jiyeol-lee/dotfiles"
3 Code review guidelines for commits and file changes. Covers four categories:Quality (security, correctness, maintainability), Regression (breaking changes,API compatibility), Documentation (code docs, changelogs), and Performance(optimization, efficiency).
2026-01-05
command-creation.md
1
1 export command-creation
2 andisab from "andisab/swe-marketplace"
3 Use this skill when creating or refining custom Claude Code slash commands. Slash commands are user-invoked reusable prompts that can accept arguments, reference files, and execute bash operations. Helps design command syntax, argument handling, file references, bash execution, and frontmatter configuration. Automatically invoked when user requests "create a command", "make a slash command", "add a /command", or mentions custom command development.
2026-01-05
create-pr.md
1
1 export create-pr
2 Nymbo from "Nymbo/Skills"
3 Create a high-quality pull request: branch, focused changes, lint/build, conventional commit, and a clear PR description with validation steps.
2026-01-05
plugin-creator.md
1
1 export plugin-creator
2 fx from "fx/cc"
3 Guide for creating effective fx/cc marketplace plugins. This skill should be used when users want to create a new Claude Code plugin (or update an existing plugin) for the fx/cc marketplace that extends Claude's capabilities with specialized agents, skills, commands, or hooks.
2026-01-05
gemini-image-generator.md
1
1 export gemini-image-generator
2 feed-mob from "feed-mob/agent-skills"
3 Generate, edit, or transform images with Gemini Nano Banana using bundled Python scripts (Flash or Pro) including aspect ratio, resolution, image-to-image edits, logo overlays, and reference images. Use when users request image generation, image edits, image-to-image transformations, logo placement, or specific aspect ratios or resolutions.
2026-01-05
context7.md
1
1 export context7
2 huynguyen03dev from "huynguyen03dev/opencode-setup"
3 Fetch up-to-date documentation and code examples for any library or framework. Use when needing API references, code examples, library documentation, or framework guides. Supports React, Next.js, MongoDB, Supabase, and thousands of other libraries.
2026-01-05
finishing-a-development-branch.md
1
1 export finishing-a-development-branch
2 RawToast from "RawToast/zenko"
3 Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
2026-01-05
testing.md
1
1 export testing
2 aazbeltran from "aazbeltran/claude-code-plugins"
3 Expert guidance on software testing strategies, methodologies, and best practices. Provides language-agnostic advice for designing test strategies, choosing appropriate test levels (unit, integration, E2E), applying methodologies (TDD, BDD), optimizing CI/CD pipelines, and testing legacy code. Use when designing test strategies, deciding between testing approaches, refactoring tests, or optimizing test suites.
2026-01-05
agentuity-cli-profile-use.md
1
1 export agentuity-cli-profile-use
2 agentuity from "agentuity/discord-help-agent"
3 Switch to a different configuration profile
2026-01-05
agentuity-cli-project-create.md
1
1 export agentuity-cli-project-create
2 agentuity from "agentuity/discord-help-agent"
3 Create a new project. Use for project management operations
2026-01-05
brainstorming.md
1
1 export brainstorming
2 CodingCossack from "CodingCossack/agent-skills-library"
3 Collaborative design exploration that refines ideas into validated specs through iterative questioning. Use before any creative work including creating features, building components, adding functionality, or modifying behavior.
2026-01-05
discovery-interview-patterns.md
1
1 export discovery-interview-patterns
2 CoderMariusz from "CoderMariusz/MonoPilot"
3 When gathering requirements for new features or projects. Used by DISCOVERY-AGENT.
2026-01-05