Browse Skills
17720 skills found
github-actions-ci.md
2
1
export
github-actions-ci
2
from
"MrPointer/dotfiles"
from
"MrPointer/dotfiles"
3
GitHub Actions CI/CD guide for the dotfiles repository. Use when creating or modifying GitHub Actions workflows, adding CI/CD pipelines, setting up build/test automation, configuring matrix builds, working with artifacts, implementing E2E tests in containers, or troubleshooting workflow issues. Covers workflow patterns, security best practices, caching strategies, and multi-platform testing.
2026-01-05
comparing-database-schemas.md
2
1
export
comparing-database-schemas
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill leverages the database-diff-tool plugin to compare database schemas, generate migration scripts, and provide rollback procedures. It is triggered when the user requests database schema comparisons, migration script generation, or database synchronization. Use this skill when asked to identify differences between database schemas (PostgreSQL or MySQL), create safe migration scripts with transaction safety, validate changes before deployment, or generate rollback procedures. The skill is activated by requests involving terms like "database diff", "schema comparison", "generate migration script", "database synchronization", or `/db-diff`.
2026-01-05
cli-development.md
2
1
export
cli-development
2
from
"pwarnock/liaison-toolkit"
from
"pwarnock/liaison-toolkit"
3
CLI development patterns with Commander.js, argument parsing, and user experience best practices. Use when creating commands, handling options, formatting output, or building CLI tools.
2026-01-05
commit-message-style.md
2
1
export
commit-message-style
2
from
"phrazzld/claude-config"
from
"phrazzld/claude-config"
3
Apply commit message style: conventional commits format (type: subject), imperative mood, <50 char subject, explain why in body. Use when writing commits, reviewing commit messages, or discussing git history.
2026-01-05
code-review.md
2
1
export
code-review
2
from
"letta-ai/letta-code-action"
from
"letta-ai/letta-code-action"
3
Skill for handling PR code reviews. Use when triggered by a PR review comment, review request, or when asked to review code changes. Provides workflow for reading review comments, understanding feedback, and iterating on changes.
2026-01-05
dev-environment-bootstrapper.md
2
1
export
dev-environment-bootstrapper
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Standardizes development environment setup across machines by generating tool version configs (Node, Python, Ruby), package manager configs (pnpm, Volta, asdf, mise), environment variable templates, and setup scripts with onboarding documentation. Use when users need to "setup dev environment", "standardize tooling", "configure version managers", or "create onboarding scripts".
2026-01-05
managing-skills.md
2
1
export
managing-skills
2
from
"mikekelly/promode"
from
"mikekelly/promode"
3
Install, update, list, and remove Claude Code skills. Supports GitHub repositories (user/repo), GitHub subdirectory URLs (github.com/user/repo/tree/branch/path), and .skill zip files. Use when user wants to install, add, download, update, sync, list, remove, uninstall, or delete skills.
2026-01-05
dev-explore.md
2
1
export
dev-explore
2
from
"mpazaryna/claude-toolkit"
from
"mpazaryna/claude-toolkit"
3
Explore and understand codebases with interconnected documentation. Use when onboarding to a new project, exporting docs for external LLM tools, or generating portfolio artifacts.
2026-01-05
command-structure-fundamentals.md
2
1
export
command-structure-fundamentals
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Claude Code スラッシュコマンドの基本構造(YAML frontmatter/本文パターン/ファイル構造)を整理し、最小構成と設計判断を支援するスキル。frontmatter設計、本文パターン、配置ルールを一貫して整理する。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: 構造設計の実務 / 目的: コマンド構造の再現性確保• 18-skills.md 仕様 / 適用: スキル構造の整合 / 目的: frontmatter規約の統一Trigger:Use when designing slash command structure, defining YAML frontmatter fields, or establishing consistent command composition patterns.command structure, YAML frontmatter, command composition, minimal command template
2026-01-05
vertex-ai-media-master.md
2
1
export
vertex-ai-media-master
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns.**TRIGGER PHRASES:**- "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign"- "imagen", "video understanding", "multimodal", "content generation", "media assets"**AUTO-INVOKES FOR:**- Video processing and understanding (up to 6 hours)- Audio generation and transcription- Image generation with Imagen 4- Marketing campaign automation- Social media content creation- Ad creative generation- Multimodal content workflows
2026-01-05
test-reporting-triage-skill.md
2
1
export
test-reporting-triage-skill
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Automatically categorizes test failures, suggests responsible owners, and provides common fix checklists. Generates actionable test reports with failure analysis. Use for "test reporting", "failure triage", "test analysis", or "test automation".
2026-01-05
squared-package.md
2
1
export
squared-package
2
from
"lsst-sqre/squareone"
from
"lsst-sqre/squareone"
3
Critical architecture knowledge for the squared component library package. Use this skill when working on squared package components, troubleshooting build/transpilation issues, or setting up apps to consume squared. Covers the NO BUILD STEP architecture, CSS Modules-only styling requirement, Next.js transpilation configuration, direct TypeScript source exports, and testing infrastructure.
2026-01-05
oauth2-flows.md
2
1
export
oauth2-flows
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
OAuth 2.0認可フローの実装パターンとセキュリティベストプラクティス。Authorization Code Flow、PKCE、Refresh Token Flowの正確な実装を提供。Web/SPA/モバイルアプリでの安全な認可フロー実装を支援。Anchors:• OAuth 2.0 Simplified (Aaron Parecki) / 適用: 認可フロー全般 / 目的: RFC準拠の正確な実装• Web Application Security (Andrew Hoffman) / 適用: セキュリティ設計 / 目的: 脅威モデリングと対策• RFC 6749 (OAuth 2.0 Framework) / 適用: プロトコル仕様 / 目的: 標準準拠の担保Trigger:Use when implementing OAuth 2.0 authentication, configuring authorization flows, integrating with OAuth providers, implementing PKCE for SPAs, or managing token lifecycle.oauth2, authorization code, pkce, access token, refresh token, oauth provider, google auth, github oauth
2026-01-05
hyperfleet-architecture.md
2
1
export
hyperfleet-architecture
2
from
"openshift-hyperfleet/hyperfleet-claude-plugins"
from
"openshift-hyperfleet/hyperfleet-claude-plugins"
3
Answers questions about HyperFleet architecture, design patterns, versioning strategies, cluster lifecycle, event-driven architecture, adapter framework, and git workflow by fetching docs from the openshift-hyperfleet/architecture GitHub repository.
2026-01-05
command-creator.md
2
1
export
command-creator
2
from
"HTRamsey/claude-config"
from
"HTRamsey/claude-config"
3
Create slash commands (/command). Use when creating files in ~/.claude/commands/ or .claude/commands/, when user asks to "create a command", "add a slash command", "make /something", or when defining new /workflows.
2026-01-05
writing-for-llms.md
2
1
export
writing-for-llms
2
from
"carmentacollective/carmenta"
from
"carmentacollective/carmenta"
3
Writing SKILL.md, .claude/commands/*.md, Task tool prompts, systemPrompt variables, prompt templates, few-shot examples, agent instructions. Content where the reader is an LLM.
2026-01-05
drizzle-migration.md
2
1
export
drizzle-migration
2
from
"Dexploarer/hyper-forge"
from
"Dexploarer/hyper-forge"
3
Execute the proper Drizzle Kit workflow for database schema migrations in asset-forge. Use this when the user asks to create a database migration, update the database schema, or when schema changes need to be applied to the database.
2026-01-05
playwright-testing.md
2
1
export
playwright-testing
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Playwrightによるブラウザ自動化テストの実装技術。安定した待機戦略、適切なセレクタ選択、効率的なテスト設計を提供します。Anchors:• Test-Driven Development: By Example (Kent Beck) / 適用: Red-Green-Refactorサイクル / 目的: テスト設計と実装フロー• Playwright Best Practices / 適用: セレクタ戦略・待機パターン / 目的: フレーキーテスト防止Trigger:Use when implementing E2E tests, browser automation, fixing flaky tests, selecting Playwright selectors, optimizing wait strategies, or designing cross-browser test suites.E2E testing, browser automation, Playwright selectors, flaky test debugging, test wait strategies, accessibility testing
2026-01-05
git-directory-management.md
2
1
export
git-directory-management
2
from
"boneskull/claude-plugins"
from
"boneskull/claude-plugins"
3
Manage git-tracked directories correctly - never create .gitkeep files in directories that will immediately contain tracked files
2026-01-05
conventional-commit.md
2
1
export
conventional-commit
2
from
"trancong12102/agentskills"
from
"trancong12102/agentskills"
3
Generates commit messages following Conventional Commits 1.0.0 specification. Use when committing changes, staging files, creating commits, or when user says "commit", "git commit", or asks for a commit message.
2026-01-05
mcp-builder.md
2
1
export
mcp-builder
2
from
"AizenvoltPrime/claude-compass"
from
"AizenvoltPrime/claude-compass"
3
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
2026-01-05
tmux.md
2
1
export
tmux
2
from
"dashed/claude-marketplace"
from
"dashed/claude-marketplace"
3
Remote control tmux sessions for interactive CLIs (python, gdb, git add -p, etc.) by sending keystrokes and scraping pane output. Use when debugging applications, running interactive REPLs (Python, gdb, ipdb, psql, mysql, node), automating terminal workflows, interactive git commands (git add -p, git stash -p, git rebase -i), or when user mentions tmux, debugging, or interactive shells.
2026-01-05
test-coverage.md
2
1
export
test-coverage
2
from
"mehdic/bazinga"
from
"mehdic/bazinga"
3
Generate comprehensive test coverage reports when reviewing code. Identifies untested code paths and low-coverage areas. Supports Python (pytest-cov), JavaScript (jest), Go (go test -cover), Java (JaCoCo). Use when reviewing tests or before approving code changes.
2026-01-05
jj.md
2
1
export
jj
2
from
"dashed/claude-marketplace"
from
"dashed/claude-marketplace"
3
Jujutsu (jj) version control system - a Git-compatible VCS with novel features. Use when working with jj repositories, managing stacked/dependent commits, needing automatic rebasing with first-class conflict handling, using revsets to select commits, or wanting enhanced Git workflows. Triggers on mentions of 'jj', 'jujutsu', change IDs, operation log, or jj-specific commands.
2026-01-05