Browse Skills

17720 skills found

eightctl.md
0
1 export eightctl
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Control Eight Sleep pods (status, temperature, alarms, schedules).
2026-01-05
ai-tools-sync.md
0
1 export ai-tools-sync
2 DaichiHoshina from "DaichiHoshina/ai-tools"
3 ai-tools同期 - リポジトリと~/.claude/間の設定ファイル同期。to-local/from-local/diffモード。
2026-01-05
neon-database.md
0
1 export neon-database
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when working with Neon serverless PostgreSQL database. Covers database setup, CLI commands, Drizzle ORM integration, schema migrations, connection pooling, and user data storage patterns for authentication and chat history.
2026-01-05
task-management.md
0
1 export task-management
2 bastien-gallay from "bastien-gallay/cv-bastien-gallay"
3 Système de gestion de tâches avec workflows Git, analyse comparative, et priorisation intelligente. Activer ce skill quand l'utilisateur parle de tâches, backlog, analyses de CV, ou demande quelle tâche faire ensuite.
2026-01-05
financial-close-acceleration.md
0
1 export financial-close-acceleration
2 UsernameTron from "UsernameTron/ISPN-Claude-POC"
3 Month-end close automation reducing 7-day close to 4 days with automated reconciliations, multi-entity consolidation, variance analysis, and board reporting package generation
2026-01-05
system-createcli.md
0
1 export system-createcli
2 sysylvia from "sysylvia/ssylvia-website"
3 Generate production-quality TypeScript CLIs with full documentation, error handling, and best practices.Creates deterministic, type-safe command-line tools following CLI-First Architecture.USE WHEN user says "create a CLI", "build a command-line tool", "make a CLI for X", or requests CLI generation.
2026-01-05
workflow-builder.md
0
1 export workflow-builder
2 mindmorass from "mindmorass/reflex"
3 Design and implement multi-step automation workflows
2026-01-05
unsloth-datasets.md
0
1 export unsloth-datasets
2 majiayu000 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 cuioss 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 brandongalang 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 majiayu000 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 majiayu000 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 metasaver 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 YoungY620 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 metabench 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 Cygnusfear 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 majiayu000 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 majiayu000 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 vm0-ai 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 showdaiya from "showdaiya/cr-tool"
3 作業開始前に、実行可能なPlanを必ず作る(非自明な作業で使用し、選択肢比較・検証・リスク・ロールバック・チェックポイント・完了条件・cleanupを含める)。
2026-01-05
code-review.md
0
1 export code-review
2 jhlee0409 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 majiayu000 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 Takaaki-Yokoyama from "Takaaki-Yokoyama/skills"
3 プレゼンテーション作成、編集、分析。推奨:プロフェッショナルなデザインの一貫性を保つため、プレゼンテーション作成時は常に既存のテンプレートを使用してください。サポート:(1) テンプレートベースの作成(推奨)、(2) スクラッチからの作成(テンプレートが利用できない場合)、(3) 既存プレゼンテーションの修正、(4) コメントやスピーカーノートの追加
2026-01-05
create-entity.md
0
1 export create-entity
2 majiayu000 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