Browse Skills
44915 skills found
containerization.md
0
1
export
containerization
2
from
"pluginagentmarketplace/custom-plugin-data-engineer"
from
"pluginagentmarketplace/custom-plugin-data-engineer"
3
Docker, Kubernetes, and container orchestration for data applications
2026-01-05
create-pull-request.md
0
1
export
create-pull-request
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
指定されたブランチからPull Requestを作成し、適切なタイトルと説明文を自動生成します。
2026-01-05
github-task-ticket-generator.md
0
1
export
github-task-ticket-generator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
사용자의 작업 설명을 바탕으로 GitHub 작업 티켓을 자동으로 생성합니다. 프론트엔드[FE], 백엔드[BE], 인프라[INFRA] prefix에 따라 적절한 레포지토리에 티켓을 생성하고, 작업 항목, 완료 기준, 우선순위, 예상 소요 시간을 포함합니다. 기능 티켓이 아닌 개별 작업 단위의 티켓 생성 시 사용합니다.
2026-01-05
git-release.md
0
1
export
git-release
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Git 项目版本发布自动化工具。支持语义化版本号升级 (major/minor/patch),基于 Angular commit 规范自动生成 CHANGELOG,创建 git tag 并推送到远程仓库。触发关键词:- "发布版本"、"升级版本"、"更新版本"、"版本发布"、"发新版"- "更新版本并提交"、"升级并提交"、"发布并推送"- "bump version"、"release"、"new release"- "打tag"、"创建发布"、"创建tag"- "大版本更新"、"小版本更新"、"补丁版本"- "major release"、"minor release"、"patch release"
2026-01-05
ros2-patterns.md
0
1
export
ros2-patterns
2
from
"zeeshan080/ai-native-robotics"
from
"zeeshan080/ai-native-robotics"
3
ROS 2 node templates and message types for robotics development. Use when creating ROS 2 nodes, understanding message types, or writing publisher/subscriber patterns.
2026-01-05
run-benchmark.md
0
1
export
run-benchmark
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Run and interpret the File API vs Inline benchmark for Gemini performance testing. Use when discussing performance optimization, caching strategies, or comparing document upload approaches.
2026-01-05
problem-diagnosis.md
0
1
export
problem-diagnosis
2
from
"dylantarre/animation-principles"
from
"dylantarre/animation-principles"
3
Use when animation "feels wrong" but you can't pinpoint why—debugging floaty movement, stiff characters, unclear action, or any motion that isn't working and needs systematic troubleshooting.
2026-01-05
video-frames.md
0
1
export
video-frames
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Extract frames or short clips from videos using ffmpeg.
2026-01-05
ant-design-knowledge-base.md
0
1
export
ant-design-knowledge-base
2
from
"lyq-lin/YCode.CLI"
from
"lyq-lin/YCode.CLI"
3
Provides comprehensive answers about Ant Design components, documentation, and semantic descriptions using local knowledge base files. Use when asked about Ant Design, React UI components, design system, component semantics, or specific component usage.
2026-01-05
code-cleanup.md
0
1
export
code-cleanup
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Detect and clean redundant code in Python and TypeScript projects.Finds unused imports, dead functions, stale comments, debug statements,and unused dependencies. Use when asked to "clean code", "find dead code","remove unused imports", "check redundant code", or "清理代码".
2026-01-05
template-engine.md
0
1
export
template-engine
2
from
"pixu1980/karaoke-tracker"
from
"pixu1980/karaoke-tracker"
3
Features and safe usage patterns for the pixEngine template engine used in the repository. Use when authoring templates to ensure security and correct rendering.
2026-01-05
integration-spec.md
0
1
export
integration-spec
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Эксперт по интеграционным спецификациям. Используй для документирования интеграций, webhooks, event schemas и data flows.
2026-01-05
styling-with-tailwind-cva.md
0
1
export
styling-with-tailwind-cva
2
from
"bryonjacob/aug"
from
"bryonjacob/aug"
3
Use when creating design systems or styling components with Tailwind CSS v4 and Class Variance Authority (CVA) - provides type-safe component variants with CSS variables for design tokens
2026-01-05
managing-supabase.md
0
1
export
managing-supabase
2
from
"FortiumPartners/ensemble"
from
"FortiumPartners/ensemble"
3
Supabase CLI for database management, Edge Functions, migrations, and local development. Use for managing Postgres databases, deploying serverless functions, and debugging Supabase projects.
2026-01-05
revision-framework.md
0
1
export
revision-framework
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Apply 3-column revision method (problem/diagnosis/fix), detect weak phrasing, check clarity, enforce house-rulebook style. Use when revising drafts, improving prose quality, or when user asks to edit or refine writing.
2026-01-05
tracking.md
0
1
export
tracking
2
from
"ddarmon/lp-llm-chef"
from
"ddarmon/lp-llm-chef"
3
Weight tracking and TDEE learning. Use when user wants to log weight, track progress, check their trend, see how their diet is working, or get adaptive calorie targets. Triggers on "log my weight", "track weight", "how am I doing", "check my progress", "TDEE", "am I losing weight", "weight trend".
2026-01-05
tdd-cycle.md
0
1
export
tdd-cycle
2
from
"tikazyq/agentic-spec-forge"
from
"tikazyq/agentic-spec-forge"
3
执行 TDD 红绿重构循环(RED→GREEN→REFACTOR→REPEAT),通过先写失败测试、最小代码实现、保持绿色重构的节奏驱动开发。当启动功能开发、需要测试驱动节奏、进行迭代编码、追求高测试覆盖率时使用。提供检查清单和节奏控制。
2026-01-05
senior-fullstack.md
0
1
export
senior-fullstack
2
from
"nimeshgurung/artifact-hub-collections"
from
"nimeshgurung/artifact-hub-collections"
3
Comprehensive fullstack development skill for building complete web applications with React, Next.js, Node.js, GraphQL, and PostgreSQL. Includes project scaffolding, code quality analysis, architecture patterns, and complete tech stack guidance. Use when building new projects, analyzing code quality, implementing design patterns, or setting up development workflows.
2026-01-05
stripe-integration.md
0
1
export
stripe-integration
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive guide for integrating Stripe with Firebase, Next.js, React, and TypeScript. Use when working with Stripe payments, subscriptions, webhooks, or checkout. Covers webhook setup with Firebase Cloud Functions v2, Next.js App Router webhook handling, signature verification, common errors and solutions, Stripe CLI usage, and MCP integration. Essential for setting up Stripe correctly in Firebase+Next.js+TypeScript projects.
2026-01-05
google-workspace.md
0
1
export
google-workspace
2
from
"garimto81/claude"
from
"garimto81/claude"
3
Google Workspace 통합 스킬. Docs, Sheets, Drive, Gmail, Calendar API 연동. OAuth 2.0 인증, 서비스 계정 설정, 데이터 읽기/쓰기 자동화 지원.
2026-01-05
issue-pr.md
0
1
export
issue-pr
2
from
"aoki-taquan/ruster"
from
"aoki-taquan/ruster"
3
現在のブランチでPull Requestを作成し、CIステータスを確認。「/issue-pr」で使用
2026-01-05
customer-support.md
0
1
export
customer-support
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
6つの教育要素を自然に組み込んだカスタマーサポート返信を作成。2000文字以上で顧客期待を120%超える対応を実現。
2026-01-05
weavr-api.md
0
1
export
weavr-api
2
from
"mcclowes/weavr-data-generator"
from
"mcclowes/weavr-data-generator"
3
Use when making Weavr API calls for corporates, consumers, cards, accounts, transfers, or KYC/KYB
2026-01-05
web-app-qa.md
0
1
export
web-app-qa
2
from
"ironluffy/claude-skills"
from
"ironluffy/claude-skills"
3
Interactive UI/visual QA workflows using Playwright MCP for test generation, accessibility audits, visual regression, and cross-browser testing
2026-01-05