Browse Skills
17720 skills found
unsloth-datasets.md
0
1
export
unsloth-datasets
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Standardizing and formatting datasets for Unsloth, including chat template conversion and synthetic data generation (triggers: chat templates, ShareGPT, Alpaca, conversation_extension, add_new_tokens, standardize_sharegpt, formatting_prompts_func).
2026-01-05
cui-javascript-unit-testing.md
0
1
export
cui-javascript-unit-testing
2
from
"cuioss/cui-llm-rules"
from
"cuioss/cui-llm-rules"
3
Jest unit testing standards covering configuration, test structure, testing patterns, and coverage requirements
2026-01-05
frontend-ui-integration.md
0
1
export
frontend-ui-integration
2
from
"brandongalang/mise-app"
from
"brandongalang/mise-app"
3
Implement or extend a user-facing workflow in a web application, integrating with existing backend APIs. Use when the feature is primarily a UI/UX change backed by existing APIs, affects only the web frontend, and requires following design system, routing, and testing conventions.
2026-01-05
date-validation.md
0
1
export
date-validation
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when editing Planning Hubs, timelines, calendars, or any file with day-name + date combinations (Wed Nov 12), relative dates (tomorrow), or countdowns (18 days until) - validates day-of-week accuracy, relative date calculations, and countdown math with two-source ground truth verification before allowing edits
2026-01-05
feature-development-workflow.md
0
1
export
feature-development-workflow
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Orchestrate end-to-end feature development from requirements through implementation, testing, and review. Use when: (1) planning feature development stages, (2) coordinating multi-agent feature workflows, (3) understanding SDLC phases for new features.
2026-01-05
commitlint-config.md
0
1
export
commitlint-config
2
from
"metasaver/claude-marketplace"
from
"metasaver/claude-marketplace"
3
Commitlint configuration and GitHub Copilot commit message instruction templates with validation logic for conventional commit enforcement. Includes 6 required standards (conventional format, relaxed subject rules for Copilot compatibility, optional scope, Husky integration, required dependencies, Copilot instruction consistency). Use when creating or auditing commitlint.config.js and .copilot-commit-message-instructions.md files.
2026-01-05
pr-documentation-uml.md
0
1
export
pr-documentation-uml
2
from
"YoungY620/pr-summary-skills"
from
"YoungY620/pr-summary-skills"
3
Generate PR documentation with UML diagrams based on Git branch differences. Explains modification reasons, content, and implementation. Uses Mermaid to draw architecture, class, sequence diagrams with exact code element names matching actual code.
2026-01-05
mcp-memory-server-surgery.md
0
1
export
mcp-memory-server-surgery
2
from
"metabench/copilot-dl-news"
from
"metabench/copilot-dl-news"
3
Use when modifying MCP servers that touch repo memory (especially docs-memory). Includes protocol guardrails, validation ladder, and how to store new capabilities as Skills so future agents don’t re-learn painful details. Triggers: docs-memory, mcp-server.js, tools/list, tools/call, stdio, headerless, JSON-RPC, protocol.
2026-01-05
create-pr.md
0
1
export
create-pr
2
from
"Cygnusfear/claude-stuff"
from
"Cygnusfear/claude-stuff"
3
Create a PR for this branch. ALWAYS links related issues and uses closing keywords to auto-close them on merge.
2026-01-05
glsl-shader.md
0
1
export
glsl-shader
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create audio-reactive GLSL visualizers for Bice-Box. Provides templates, audio uniforms (iRMSOutput, iRMSInput, iAudioTexture), coordinate patterns, and common shader functions.
2026-01-05
cicd-intelligent-recovery.md
0
1
export
cicd-intelligent-recovery
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Loop 3 of the Three-Loop Integrated Development System. CI/CD automation with intelligent failure recovery, root cause analysis, and comprehensive quality validation. Receives implementation from Loop 2, feeds failure patterns back to Loop 1. Achieves 100% test success through automated repair and theater validation. v2.0.0 with explicit agent SOPs.
2026-01-05
zendesk.md
0
1
export
zendesk
2
from
"vm0-ai/api0"
from
"vm0-ai/api0"
3
Zendesk Support REST API for managing tickets, users, organizations, and support operations. Use this skill to create tickets, manage users, search, and automate customer support workflows.
2026-01-05
planning-tasks.md
0
1
export
planning-tasks
2
from
"showdaiya/cr-tool"
from
"showdaiya/cr-tool"
3
作業開始前に、実行可能なPlanを必ず作る(非自明な作業で使用し、選択肢比較・検証・リスク・ロールバック・チェックポイント・完了条件・cleanupを含める)。
2026-01-05
code-review.md
0
1
export
code-review
2
from
"jhlee0409/laylder"
from
"jhlee0409/laylder"
3
Review code for Laylder quality standards including TypeScript patterns, React 2025 best practices, accessibility, and performance. Use when reviewing PRs, checking code quality, or ensuring compliance with project conventions.
2026-01-05
oneplan.md
0
1
export
oneplan
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
OnePlan is a GitHub-native, context-driven engineering workflow using Milestones (tracks), Issues (spec/plan), and Sub-issues (phases/tasks). Use for complex features/bugfixes that need structured planning, resumable execution, parallel tasks, and team coordination.
2026-01-05
pptx.md
0
1
export
pptx
2
from
"Takaaki-Yokoyama/skills"
from
"Takaaki-Yokoyama/skills"
3
プレゼンテーション作成、編集、分析。推奨:プロフェッショナルなデザインの一貫性を保つため、プレゼンテーション作成時は常に既存のテンプレートを使用してください。サポート:(1) テンプレートベースの作成(推奨)、(2) スクラッチからの作成(テンプレートが利用できない場合)、(3) 既存プレゼンテーションの修正、(4) コメントやスピーカーノートの追加
2026-01-05
create-entity.md
0
1
export
create-entity
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Automate creation of complete CRUD entities (backend Laravel + frontend Vue) following Budget Manager project conventions. Use when the user asks to create a new entity, model, resource, or CRUD feature. Triggers on requests like "create a new category entity", "add a product model with CRUD", "generate an entity for transactions", or any request to scaffold a complete feature with database, API, and UI components.
2026-01-05
mechanical-engineer.md
0
1
export
mechanical-engineer
2
from
"selfdriven-octo/skillzeb"
from
"selfdriven-octo/skillzeb"
3
Ability to design, analyse, test, and maintain mechanical systems and components that meet defined functional, safety, and performance requirements. Includes applying engineering principles to materials, structures, thermodynamics, fluid mechanics, and motion systems; producing and interpreting technical designs and specifications; validating designs through analysis and testing; and supporting manufacture, operation, and lifecycle management. Applies across industrial, infrastructure, energy, manufacturing, and product contexts and is independent of specific tools or industries, with human accountability retained for safety, compliance, and outcomes.
2026-01-05
create-pr.md
0
1
export
create-pr
2
from
"chloe463/dotfiles"
from
"chloe463/dotfiles"
3
Create a GitHub pull request with meaningful description following project standards
2026-01-05
laravel-dusk.md
0
1
export
laravel-dusk
2
from
"Hieubkav/wincellarCloneBackend"
from
"Hieubkav/wincellarCloneBackend"
3
Laravel Dusk - Browser automation and testing API for Laravel applications. Use when writing browser tests, automating UI testing, testing JavaScript interactions, or implementing end-to-end tests in Laravel.
2026-01-05
content-writer.md
0
1
export
content-writer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Write technical content for the Physical AI textbook including chapters, examples, code snippets, and exercises. Use when creating new chapters, writing module content, adding code examples, or creating assessments.
2026-01-05
datadog-cli.md
0
1
export
datadog-cli
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Datadog CLI for debugging and triaging. Use this skill when you need to:search Datadog logs, query metrics, tail logs in real-time, trace distributed requests,investigate errors, compare time periods, find log patterns, check service health,or export observability data. Trigger phrases include "search logs", "tail logs","query metrics", "check Datadog", "find errors", "trace request", "compare errors","what services exist", "log patterns", "CPU usage", "service health".
2026-01-05
project-scaffolder.md
0
1
export
project-scaffolder
2
from
"BitYoungjae/dokhak"
from
"BitYoungjae/dokhak"
3
Creates plan.md, task.md, persona.md, project-context.md, and CLAUDE.md for new self-learning resource projects. Use when: (1) /init-project command is invoked, (2) setting up a new tutorial/guide/documentation project, (3) structure-designer agent needs templates for learning resource structure design. Provides hierarchical Part/Chapter/Section templates with page allocation.
2026-01-05
playwright-e2e-testing.md
0
1
export
playwright-e2e-testing
2
from
"bobmatnyc/termpilot"
from
"bobmatnyc/termpilot"
3
Playwright modern end-to-end testing framework with cross-browser automation, auto-wait, and built-in test runner. Use when testing web applications end-to-end, implementing cross-browser testing, or recording user flows with screenshots and videos.
2026-01-05