Browse Skills
44969 skills found
sdlc.md
1
1
export
sdlc
2
from
"fx/cc"
from
"fx/cc"
3
MUST BE LOADED for any coding task: implementing features, fixing bugs, writing code, refactoring, or making changes. This skill provides the mandatory step-by-step workflow for orchestrating the complete software development lifecycle using specialized agents. Load this skill when the user asks to 'add', 'create', 'build', 'fix', 'update', 'change', 'implement', or 'refactor' anything.
2026-01-05
editorial-image-generator.md
1
1
export
editorial-image-generator
2
from
"tallyfy/documentation"
from
"tallyfy/documentation"
3
Creates sophisticated HBR-style editorial illustrations for any content using AI understanding and visual analysis. Use when creating conceptual illustrations, analyzing generated images, or compositing logos. Works with any brand configuration. AI-native approach - Claude reasons about content rather than using rigid templates.
2026-01-05
analyzing-git-sessions.md
1
1
export
analyzing-git-sessions
2
from
"bitwarden/ai-plugins"
from
"bitwarden/ai-plugins"
3
Analyzes git commits and changes within a timeframe or commit range, providing structured summaries for code review, retrospectives, work logs, or session documentation.
2026-01-05
fetch-supabase-example.md
1
1
export
fetch-supabase-example
2
from
"semicolon-devteam/semo"
from
"semicolon-devteam/semo"
3
Fetch reference implementations from core-supabase repository. Use when (1) implementing Repository layer with Supabase, (2) need RPC function usage patterns, (3) checking correct parameter structures and type assertions, (4) verifying Supabase integration patterns.
2026-01-05
system-architect.md
1
1
export
system-architect
2
from
"nahisaho/CodeGraphMCPServer"
from
"nahisaho/CodeGraphMCPServer"
3
Copilot agent that assists with architecture design, C4 model diagrams, ADR creation, and tradeoff analysisTrigger terms: architecture, system design, C4 model, ADR, architecture decision, design patterns, component design, architecture diagram, microservices, monolith, scalabilityUse when: User requests involve system architect tasks.
2026-01-05
java-testing-advanced.md
1
1
export
java-testing-advanced
2
from
"pluginagentmarketplace/custom-plugin-java"
from
"pluginagentmarketplace/custom-plugin-java"
3
Advanced testing - Testcontainers, contract testing, mutation testing, property-based
2026-01-05
vitest-test-scaffolder.md
1
1
export
vitest-test-scaffolder
2
from
"okgoogle13/careercopilot"
from
"okgoogle13/careercopilot"
3
Scaffolds Vitest unit tests for React components and hooks. Use when creating tests for frontend components.
2026-01-05
plugin-optimization.md
1
1
export
plugin-optimization
2
from
"pluginagentmarketplace/custom-plugin-design-system"
from
"pluginagentmarketplace/custom-plugin-design-system"
3
Master plugin performance optimization, best practices, and marketplace readiness. Learn to optimize for speed, efficiency, and user satisfaction.
2026-01-05
debug-mode.md
1
1
export
debug-mode
2
from
"nicobailon/debug-mode"
from
"nicobailon/debug-mode"
3
Hypothesis-driven debugging with hybrid dual-track parallel execution (Opus 4.5 + GPT 5.2). Spawns two independent chains of subagents where each reviews and improves upon its own previous work, then synthesizes findings from both tracks. Use when debugging hard-to-reproduce bugs, CI/E2E test failures, flaky tests, or when standard fixes have failed.
2026-01-05
context7.md
1
1
export
context7
2
from
"sano-suguru/go-event-ticket-reservation"
from
"sano-suguru/go-event-ticket-reservation"
3
Fetch official documentation for major libraries and frameworks. Use for library lookups, API references, how-to queries, and framework-specific questions
2026-01-05
mymind-coding-patterns.md
1
1
export
mymind-coding-patterns
2
from
"vojtaholik/mymind"
from
"vojtaholik/mymind"
3
Coding conventions and patterns for the mymind codebase. Use this skill when writing or modifying any code in this project to ensure consistency with established patterns.
2026-01-05
creating-branch.md
1
1
export
creating-branch
2
from
"cblecker/claude-skills"
from
"cblecker/claude-skills"
3
Standard workflow for all branch operations ('create branch', 'new branch', 'start branch for'): replaces bash-based git checkout/branch workflows—determines base branch, generates convention-based names, preserves uncommitted changes, enforces mainline protection. Canonical branch creation implementation for git-workflows.
2026-01-05
fabric-ai.md
1
1
export
fabric-ai
2
from
"rafaelcalleja/claude-market-place"
from
"rafaelcalleja/claude-market-place"
3
Guides pattern selection through decomposition, exploration, and diverse approach generation
2026-01-05
supabase-edge-functions.md
1
1
export
supabase-edge-functions
2
from
"CoderMariusz/MonoPilot"
from
"CoderMariusz/MonoPilot"
3
Apply when building serverless functions in Supabase: webhooks, background jobs, third-party integrations, or complex server-side logic. Runs on Deno 2.1+.
2026-01-05
complete-skill.md
1
1
export
complete-skill
2
from
"sfmskywalker/agentskillsdotnet"
from
"sfmskywalker/agentskillsdotnet"
3
A comprehensive skill with all possible fields and resource types for testing complete parsing
2026-01-05
backend-architect.md
1
1
export
backend-architect
2
from
"Lordjiggy/claude-code-marketplace"
from
"Lordjiggy/claude-code-marketplace"
3
Backend architecture agent for API design, database schema, and microservices
2026-01-05
skill-creator.md
1
1
export
skill-creator
2
from
"netbrain/skeletons"
from
"netbrain/skeletons"
3
Create, validate, and package Claude skills - modular packages that extend Claude's capabilities through specialized knowledge, workflows, and tool integrations.
2026-01-05
mixmi-component-library.md
1
1
export
mixmi-component-library
2
from
"djchikk/mixmi-alpha-fresh"
from
"djchikk/mixmi-alpha-fresh"
3
Component specifications, design patterns, and UI elements for the mixmi platform including TrackCard, grids, modals, and audio components
2026-01-05
request-test.md
1
1
export
request-test
2
from
"semicolon-devteam/semo"
from
"semicolon-devteam/semo"
3
QA 테스트 요청 스킬. Use when (1) 태스크카드 테스트 요청,(2) QA 담당자 할당, (3) 테스트 범위 지정, (4) Slack 알림 전송.
2026-01-05
code-review.md
1
1
export
code-review
2
from
"ANcpLua/ancplua-claude-plugins"
from
"ANcpLua/ancplua-claude-plugins"
3
Perform comprehensive code reviews covering security, style, performance, and best practices. Use when reviewing code changes before commit or merge, auditing existing code, or checking for vulnerabilities.
2026-01-05
repo-release.md
1
1
export
repo-release
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Prepare a plugin release with version bumping, CHANGELOG validation, and comprehensive consistency checks. Use when: (1) a plugin release is requested, (2) after completing a set of changes worth releasing, (3) before creating a git tag for a version, (4) when preparing to publish to marketplace, (5) after major feature additions or bug fixes, (6) when coordinating multi-plugin releases
2026-01-05
test-driven-development.md
1
1
export
test-driven-development
2
from
"xbklairith/kisune"
from
"xbklairith/kisune"
3
Use when implementing features/bugfixes to enforce strict TDD discipline - enforces RED (write failing test), GREEN (minimal code), REFACTOR cycle with no exceptions. Prevents "test after" trap, catches rationalizations. Activates when user says "implement", "let's code", "write this feature", mentions "TDD", or during spec-driven execution phase.
2026-01-05
security-headers.md
1
1
export
security-headers
2
from
"harperaa/secure-claude-skills"
from
"harperaa/secure-claude-skills"
3
Configure security headers to defend against clickjacking, XSS, MIME confusion, and SSL stripping attacks. Use this skill when you need to set up Content-Security-Policy, X-Frame-Options, HSTS, configure middleware headers, or understand browser security features. Triggers include "security headers", "CSP", "content security policy", "X-Frame-Options", "HSTS", "clickjacking", "MIME confusion", "middleware headers".
2026-01-05
parallel-dispatch.md
1
1
export
parallel-dispatch
2
from
"bsamiee/Parametric_Portal"
from
"bsamiee/Parametric_Portal"
3
Orchestrates concurrent workstreams via Task tool for non-trivial requests. Decomposes complex tasks into 3-10 parallel agents with independent scopes and synthesizes results. Use when requests involve: (1) multiple investigative paths or validation layers, (2) research, analysis, or debugging exceeding trivial scope, (3) implementation planning requiring facet exploration, or (4) any moderate+ complexity task benefiting from parallel execution.
2026-01-05