Browse Skills
44457 skills found
stripe-checkout.md
0
1
export
stripe-checkout
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Stripe Checkout integration for programme purchases with Server Actions, webhook signature verification, and success/cancel flows. Use when implementing payments, creating checkout sessions, handling webhooks, or setting up purchase flows.
2026-01-05
developing-with-react.md
0
1
export
developing-with-react
2
from
"FortiumPartners/ensemble"
from
"FortiumPartners/ensemble"
3
React 18+ development with hooks, state management, component patterns, and Next.js integration. Use when building React applications or working with JSX/TSX components.
2026-01-05
tdd-playwright.md
0
1
export
tdd-playwright
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Playwright 기반 TDD 개발을 지원합니다. 테스트 작성, 실행, 디버깅을 자동화하고 테스트가 통과할 때까지 반복 개발합니다. 사용자가 "TDD로 개발", "Playwright 테스트 작성", "테스트 통과시켜"와 같은 요청을 할 때 사용합니다.
2026-01-05
style-audit.md
0
1
export
style-audit
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Audits code against CI/CD style rules, quality guidelines, and best practices, then rewrites code to meet standards without breaking functionality. Use this skill after functionality validation to ensure code is not just correct but also maintainable, readable, and production-ready. The skill applies linting rules, enforces naming conventions, improves code organization, and refactors for clarity while preserving all behavioral correctness verified by functionality audits.
2026-01-05
update-resume.md
0
1
export
update-resume
2
from
"younwony/younwony.github.io"
from
"younwony/younwony.github.io"
3
my_career_data.md 원본 데이터의 변경사항을 이력서/경력기술서 전체 파일에 동기화합니다. 이력서 업데이트, 경력기술서 수정, 템플릿 동기화가 필요할 때 사용합니다.
2026-01-05
minimax.md
0
1
export
minimax
2
from
"vm0-ai/api0"
from
"vm0-ai/api0"
3
MiniMax API via curl. Use this skill for Chinese LLM chat, text-to-speech, and AI video generation.
2026-01-05
ci-cd-pipelines.md
0
1
export
ci-cd-pipelines
2
from
"randalmurphal/claude-config"
from
"randalmurphal/claude-config"
3
GitLab CI/CD pipeline patterns including testing stages, Docker builds, caching strategies, secrets management, deployment patterns (blue-green, canary, rolling), and rollback procedures. Use when creating .gitlab-ci.yml, optimizing CI performance, setting up deployment pipelines, or troubleshooting CI failures.
2026-01-05
ellies-frontend-standards.md
0
1
export
ellies-frontend-standards
2
from
"wizzeh/skills"
from
"wizzeh/skills"
3
Frontend development standards for Ellie's projects. Use when building frontend interfaces, components, pages, or applications. Enforces tech stack preferences (Leptos > HTMX/SolidJS > React, modern vanilla CSS, no Tailwind) and accessibility-first development. Always apply these standards unless they conflict with an existing project's established patterns.
2026-01-05
mcp-builder.md
0
1
export
mcp-builder
2
from
"48Nauts-Operator/opencode-baseline"
from
"48Nauts-Operator/opencode-baseline"
3
Build MCP servers for integrating external APIs with AI agents
2026-01-05
workflow-xml.md
0
1
export
workflow-xml
2
from
"anujkumar001111/xsky-agent"
from
"anujkumar001111/xsky-agent"
3
This skill should be used when the user asks about "workflow XML", "planner", "agent dependencies", "workflow parsing", "task orchestration", or needs to understand the workflow system in XSky.
2026-01-05
search-hexdocs.md
0
1
export
search-hexdocs
2
from
"michalvavra/agents"
from
"michalvavra/agents"
3
Search Hex package documentation for Elixir/Erlang.
2026-01-05
optimizationmetric-review.md
0
1
export
optimizationmetric-review
2
from
"edwardmonteiro/Aiskillinpractice"
from
"edwardmonteiro/Aiskillinpractice"
3
Conduct a metric review that contextualizes performance trends, flags anomalies, and recommends actions.
2026-01-05
managing-changelog.md
0
1
export
managing-changelog
2
from
"thoeltig/claude-code-toolkit"
from
"thoeltig/claude-code-toolkit"
3
Creates, updates, and maintains CHANGELOG.md files following Common Changelog and Keep a Changelog standards. Use when creating changelogs, adding release entries, updating unreleased sections, validating changelog format, or user mentions 'changelog', 'release notes', 'version history', 'add to changelog', 'update changelog', 'create changelog', 'change log format', or needs to document version changes.
2026-01-05
system-design.md
0
1
export
system-design
2
from
"RamosFBC/openresidencia"
from
"RamosFBC/openresidencia"
3
Comprehensive system design skill for creating professional software architecture specifications. Use this skill when asked to design systems (e.g., "Design a chat application", "Design an e-commerce platform", "Create system architecture for X"). Generates complete technical specifications with architecture diagrams, database schemas, API designs, scalability plans, security considerations, and deployment strategies. Creates organized spec folders with all documentation following professional software engineering standards, from high-level overview down to detailed implementation specifications.
2026-01-05
mcp-configuration.md
0
1
export
mcp-configuration
2
from
"vanman2024/dev-lifecycle-marketplace"
from
"vanman2024/dev-lifecycle-marketplace"
3
MCP server configuration templates and setup scripts. Use when configuring MCP servers, setting up MCP environment, managing MCP configs, adding MCP servers, or when user mentions MCP setup, MCP configuration, server environment, or MCP installation.
2026-01-05
architecture-paradigm-pipeline.md
0
1
export
architecture-paradigm-pipeline
2
from
"athola/claudenomicon"
from
"athola/claudenomicon"
3
Compose processing stages via pipes-and-filters for ETL, media, or compiler-like workloads.
2026-01-05
stripe-integration.md
0
1
export
stripe-integration
2
from
"ioku24/autorankr"
from
"ioku24/autorankr"
3
Implements Stripe payments correctly the first time. Handles checkout sessions, webhooks, subscriptions, and customer management following Stripe best practices.
2026-01-05
python-nix-uv.md
0
1
export
python-nix-uv
2
from
"kazamatzuri/claude-settings"
from
"kazamatzuri/claude-settings"
3
Set up Python projects using nix/direnv with uv for environment management. Use when creating new Python projects, initializing Python environments, or when the user wants automatic Python virtual environment setup with nix flakes.
2026-01-05
product-positioning-summary.md
0
1
export
product-positioning-summary
2
from
"Sheshiyer/Skills-claude-brand-genesis"
from
"Sheshiyer/Skills-claude-brand-genesis"
3
Generates a positioning summary using the CBBE framework (Salience, Performance, Imagery, Judgments, Feelings, Resonance) based on product, persona, and competitive context.
2026-01-05
performance-debug.md
0
1
export
performance-debug
2
from
"mhalder/dotfiles"
from
"mhalder/dotfiles"
3
Diagnose system performance issues including CPU, memory, disk, and network. Use when the user says "server is slow", "high CPU", "out of memory", "disk full", "performance issues", or asks to debug system performance.
2026-01-05
deep-research.md
0
1
export
deep-research
2
from
"jensenojs/dotfiles"
from
"jensenojs/dotfiles"
3
Deep research and library/documentation lookup using Tavily, Context7, DeepWiki, and Sequential Thinking.
2026-01-05
git-conventions.md
0
1
export
git-conventions
2
from
"hairihou/dotfiles"
from
"hairihou/dotfiles"
3
Git conventions for commits, branches, and messages.
2026-01-05
git-workflow-manager.md
0
1
export
git-workflow-manager
2
from
"timogilvie/claude-workflow"
from
"timogilvie/claude-workflow"
3
Handle git branch creation, commits, and PR creation for feature and bugfix workflows. Follows git best practices with structured commit messages and proper PR formatting.
2026-01-05
unsloth-sft.md
0
1
export
unsloth-sft
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Supervised fine-tuning using SFTTrainer, instruction formatting, and multi-turn dataset preparation with triggers like sft, instruction tuning, chat templates, sharegpt, alpaca, conversation_extension, and SFTTrainer.
2026-01-05