Browse Skills
17720 skills found
gitlab.md
2
1
export
gitlab
2
from
"bendrucker/claude"
from
"bendrucker/claude"
3
GitLab workflow best practices and glab CLI usage. Use when working with GitLab repositories, merge requests, issues, pipelines, or GitLab API interactions.
2026-01-05
time-formatter.md
2
1
export
time-formatter
2
from
"bennoloeffler/bassi"
from
"bennoloeffler/bassi"
3
Automatically detect time/date mentions in user messages and convert them tomultiple timezones or formats. Use when user mentions times, dates, or asksabout timezone conversions. Examples: "15:00 Berlin time", "What time is 3 PM EST in Tokyo?","Convert 2025-01-15 10:00 CET to PST".
2026-01-05
generating-infrastructure-as-code.md
2
1
export
generating-infrastructure-as-code
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to generate Infrastructure as Code (IaC) configurations. It uses the infrastructure-as-code-generator plugin to create production-ready IaC for Terraform, CloudFormation, Pulumi, ARM Templates, and CDK. Use this skill when the user requests IaC configurations for cloud infrastructure, specifying the platform (e.g., Terraform, CloudFormation) and cloud provider (e.g., AWS, Azure, GCP), or when the user needs help automating infrastructure deployment. Trigger terms include: "generate IaC", "create Terraform", "CloudFormation template", "Pulumi program", "infrastructure code".
2026-01-05
interface-segregation.md
2
1
export
interface-segregation
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
SOLID原則のインターフェース分離原則(ISP)を専門とするスキル。クライアントが使用しないメソッドへの依存を強制しない設計を実現する。Anchors:• 『アジャイルソフトウェア開発の奥義』(Robert C. Martin) / 適用: ISP原則の定義と実践 / 目的: クライアント固有インターフェース設計• 『Refactoring』(Martin Fowler) / 適用: Extract Interface, Decompose Interface / 目的: 段階的な分離リファクタリング• 『Test-Driven Development』(Kent Beck) / 適用: Simple Design, テスト容易性評価 / 目的: 設計品質検証Trigger:Use when detecting fat interfaces, segregating bloated interfaces, designing role-based interfaces,analyzing ISP violations, refactoring interfaces, implementing interface composition patterns,IWorkflowExecutor, IValidatable, IRetryable, empty implementation, exception throwing, conditional implementation.
2026-01-05
skill-installer.md
2
1
export
skill-installer
2
from
"akiojin/gwt"
from
"akiojin/gwt"
3
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
2026-01-05
agentdb-state-manager.md
2
1
export
agentdb-state-manager
2
from
"stharrold/yuimedi-paper-20250901"
from
"stharrold/yuimedi-paper-20250901"
3
Persistent state management using AgentDB (DuckDB) for workflow analytics and checkpoints.Provides read-only analytics cache synchronized from TODO_*.md files, enabling:- Complex dependency graph queries- Historical workflow metrics- Context checkpoint storage/recovery- State transition analysisUse when: Data gathering and analysis for workflow state trackingTriggers: "analyze workflow", "query state", "checkpoint", "workflow metrics"
2026-01-05
tracking-model-versions.md
2
1
export
tracking-model-versions
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to track and manage AI/ML model versions using the model-versioning-tracker plugin. It should be used when the user asks to manage model versions, track model lineage, log model performance, or implement version control for AI/ML models. Use this skill when the user mentions "track versions", "model registry", "MLflow", or requests assistance with AI/ML model deployment and management. This skill facilitates the implementation of best practices for model versioning, automation of model workflows, and performance optimization.
2026-01-05
following-conventions.md
2
1
export
following-conventions
2
from
"tenzir/claude-plugins"
from
"tenzir/claude-plugins"
3
C++ coding conventions. Use when editing .cpp/.hpp files or asking about C++ style.
2026-01-05
mcp-orchestration.md
2
1
export
mcp-orchestration
2
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
3
Tool discovery, routing, chaining, error handling, and composition for the 34+ MCP scheduling tools. Use when orchestrating complex multi-tool workflows, handling MCP errors, or discovering available capabilities.
2026-01-05
research-synthesis.md
2
1
export
research-synthesis
2
from
"sirkirby/open-agent-kit"
from
"sirkirby/open-agent-kit"
3
Synthesize research findings for OAK planning using the oak.plan-research workflow. Use when consolidating findings from codebase exploration, comparing approaches, or creating research/*.md documents.
2026-01-05
code-formatter-installer.md
2
1
export
code-formatter-installer
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Installs and configures Prettier, ESLint, EditorConfig, and other code quality tools to enforce consistent code style across the team. Generates config files, npm scripts, editor settings recommendations, and CI integration suggestions. Use when users request "setup prettier", "add eslint", "configure code formatting", or "enforce code style".
2026-01-05
tool-security.md
2
1
export
tool-security
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
MCPツールとAPI統合のセキュリティ設計を体系化するスキル。脅威整理、制御設計、設定検証を通じて安全なツール運用を支援する。Anchors:• Web Application Security / 適用: 脅威モデリング / 目的: 攻撃面の整理• OWASP ASVS / 適用: セキュリティ要件 / 目的: 制御の網羅性Trigger:Use when designing tool security controls, validating security configs, or reviewing secrets handling.tool security, threat modeling, config validation
2026-01-05
generating-test-data.md
2
1
export
generating-test-data
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to generate realistic test data for software development. It uses the test-data-generator plugin to create users, products, orders, and custom schemas for comprehensive testing. Use this skill when you need to populate databases, simulate user behavior, or create fixtures for automated tests. Trigger phrases include "generate test data", "create fake users", "populate database", "generate product data", "create test orders", or "generate data based on schema". This skill is especially useful for populating testing environments or creating sample data for demonstrations.
2026-01-05
artifacts-builder.md
2
1
export
artifacts-builder
2
from
"AizenvoltPrime/claude-compass"
from
"AizenvoltPrime/claude-compass"
3
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
2026-01-05
workflow-security.md
2
1
export
workflow-security
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
GitHub Actionsワークフローセキュリティの専門スキル。権限最小化、シークレット保護、サプライチェーン攻撃対策を提供します。Anchors:- GitHub Actions Security Hardening(GitHub公式)/ 適用: ワークフロー権限・シークレット保護 / 目的: 安全な自動化- OWASP CI/CD Security(OWASP)/ 適用: サプライチェーン対策 / 目的: 脆弱性防止- Principle of Least Privilege / 適用: 権限設計全般 / 目的: 攻撃面最小化Trigger:ワークフロー権限監査時、シークレット漏洩対策時、サプライチェーン攻撃対策時、PRワークフロー設計時に使用
2026-01-05
page-layout-builder.md
2
1
export
page-layout-builder
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Generates complete page layouts and shells for common patterns (dashboard, authentication, settings, CRUD pages) with consistent navigation, layout components, routing structure, and state management placeholders. Use when building "new page", "dashboard layout", "auth pages", or "admin panel structure".
2026-01-05
skill-creator.md
2
1
export
skill-creator
2
from
"raphaelmansuy/k8s-agent-stack"
from
"raphaelmansuy/k8s-agent-stack"
3
Guide for creating effective Claude Skills for the AgentStack Sovereign Platform. Use this skill when creating new skills, updating existing skills, or learning skill design patterns. Triggers on requests like "create a new skill", "build a skill for X", "skill design", "skill template", or "extend Claude's capabilities".
2026-01-05
type-safety-guardian.md
2
1
export
type-safety-guardian
2
from
"Dexploarer/hyper-forge"
from
"Dexploarer/hyper-forge"
3
Autonomously enforces TypeScript strict typing standards (ADR-0006)
2026-01-05
video-clipper.md
2
1
export
video-clipper
2
from
"jeffvincent/claude-config"
from
"jeffvincent/claude-config"
3
Create video clips from chapter timestamps using ffmpeg. Use when given a video file and timestamps/chapters to split into separate clips.
2026-01-05
creating-quality-gates.md
2
1
export
creating-quality-gates
2
from
"cipherstash/cipherpowers"
from
"cipherstash/cipherpowers"
3
Establish workflow boundary checklists with clear pass/fail criteria and escalation procedures
2026-01-05
gmailarchiver-patterns.md
2
1
export
gmailarchiver-patterns
2
from
"tumma72/GMailArchiver"
from
"tumma72/GMailArchiver"
3
GMailArchiver architecture, layer patterns, and component design. Use when working with cli, core, data, connectors, or shared layers, or understanding component dependencies. Triggers on: architecture, layer, pattern, component, cli layer, core layer, data layer, SOLID, dependency, contract.
2026-01-05
conventional-commits.md
2
1
export
conventional-commits
2
from
"dashed/claude-marketplace"
from
"dashed/claude-marketplace"
3
Format git commit messages following Conventional Commits 1.0.0 specification. Use when the user asks to commit changes, create a git commit, or mentions committing code. Ensures consistent, semantic commit messages that support automated changelog generation and semantic versioning.
2026-01-05
merge-pr.md
2
1
export
merge-pr
2
from
"sakuro/dotfiles"
from
"sakuro/dotfiles"
3
Safely merges GitHub pull requests using gh CLI. Use when the user wants to merge a PR, merge a pull request, or complete code review.
2026-01-05
gitwhat.md
2
1
export
gitwhat
2
from
"regenrek/agent-skills"
from
"regenrek/agent-skills"
3
Concise git workspace snapshot for the current directory. Use when asked to show current branch, cwd, repo root, whether the current directory is a worktree, local dirty status, or whether other worktrees have uncommitted changes.
2026-01-05