Browse Skills
17720 skills found
tool-function-schema-designer.md
2
1
export
tool-function-schema-designer
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Designs robust function/tool calling schemas for LLMs with JSON schemas, validation strategies, typed interfaces, and example calls. Use when implementing "function calling", "tool use", "LLM tools", or "agent actions".
2026-01-05
lcp-git-commit.md
2
1
export
lcp-git-commit
2
from
"YusukeShimizu/lightning-compute-protocol"
from
"YusukeShimizu/lightning-compute-protocol"
3
When asked to commit, write clear git commit messages (50/72, present tense, subsystem prefixes like go-lcpd:).
2026-01-05
code-formatting.md
2
1
export
code-formatting
2
from
"tizee/dotfiles"
from
"tizee/dotfiles"
3
Provides code formatting best practices and granular edit operation guidelines. Use when formatting code, making edits to files, or when determining the proper approach for code modifications. Emphasizes using external formatting tools and breaking down large modifications into atomic, sequential edits for reliability.
2026-01-05
building-automl-pipelines.md
2
1
export
building-automl-pipelines
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill empowers Claude to build AutoML pipelines using the automl-pipeline-builder plugin. It is triggered when the user requests the creation of an automated machine learning pipeline, specifies the use of AutoML techniques, or asks for assistance in automating the machine learning model building process. The skill analyzes the context, generates code for the ML task, includes data validation and error handling, provides performance metrics, and saves artifacts with documentation. Use this skill when the user explicitly asks to "build automl pipeline", "create automated ml pipeline", or needs help with "automating machine learning workflows".
2026-01-05
docker-version-validation.md
2
1
export
docker-version-validation
2
from
"lsst-sqre/squareone"
from
"lsst-sqre/squareone"
3
Validates that version strings in Dockerfiles match package.json dependencies and constraints.Use when updating Docker base images, Node.js versions, pnpm versions, turbo versions, or othertool versions in Dockerfiles. Ensures consistency between Dockerfile versions and package.jsonengines, devDependencies, and packageManager fields. Automatically runs on pre-commit forDockerfile changes and in CI pipeline. Trigger keywords: Dockerfile, Docker version, Node version,pnpm version, turbo version, version mismatch, version sync, Docker update.
2026-01-05
overnight-development.md
2
1
export
overnight-development
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Automates software development overnight using Git hooks to enforce test-driven development (TDD).This skill should be used when Claude needs to build new features, refactor existing code, or fix bugs autonomously,ensuring all changes are fully tested and meet specified quality standards. Use when the user mentions "overnight development","autonomous coding", or asks about TDD workflows and Git hooks. This skill leverages Git hooks to block commits until all tests pass,enforcing a rigorous TDD process and ensuring high-quality, production-ready code.
2026-01-05
testing-automation.md
2
1
export
testing-automation
2
from
"pwarnock/liaison-toolkit"
from
"pwarnock/liaison-toolkit"
3
Testing patterns with Bun test runner, coverage thresholds, mocking, and CI/CD integration. Use when writing tests, organizing test files, or setting up quality gates.
2026-01-05
tracking-resource-usage.md
2
1
export
tracking-resource-usage
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to track and optimize resource usage across an application stack. It is activated when the user requests insights into resource consumption, performance bottlenecks, or cost optimization opportunities. The skill uses the resource-usage-tracker plugin to monitor CPU, memory, disk I/O, network I/O, file descriptors, database connections, and thread/process counts. Use this skill when the user mentions "resource usage", "performance optimization", "cost optimization", "track resources", or "right-sizing".
2026-01-05
marp-image-generator.md
2
1
export
marp-image-generator
2
from
"Ryunosuke-Tanaka-sti/claude_and_blog_seminar"
from
"Ryunosuke-Tanaka-sti/claude_and_blog_seminar"
3
Generate optimized images for Marp slides using Playwright MCP with theme-matching color palettes and guideline-compliant sizes
2026-01-05
api-documentation.md
2
1
export
api-documentation
2
from
"cosmix/claude-code-setup"
from
"cosmix/claude-code-setup"
3
Document REST APIs with OpenAPI/Swagger specifications, endpoint documentation, authentication, error handling, and SDK guides. Use for API reference docs, Swagger specs, and client library documentation. Triggers: api docs, openapi, swagger, endpoint documentation, rest api, api reference, sdk documentation, api specification, document api, api endpoints.
2026-01-05
docusaurus-plugin-dev.md
2
1
export
docusaurus-plugin-dev
2
from
"mcclowes/docusaurus-plugin-cookie-consent"
from
"mcclowes/docusaurus-plugin-cookie-consent"
3
Helps develop and build Docusaurus plugins using this starter template
2026-01-05
frontend-testing.md
2
1
export
frontend-testing
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Comprehensive frontend testing strategy encompassing component tests, visual regression, accessibility, and E2E testing for modern web applications using Vitest, React Testing Library, Playwright, and Storybook.Anchors:• Test-Driven Development: By Example (Kent Beck) / Apply: Red-Green-Refactor cycle / Purpose: Guide test-first development workflow• Testing Library Guiding Principles / Apply: Query priorities and user-centric testing / Purpose: Ensure tests resemble user behavior• WCAG 2.1 AA Standards / Apply: Automated accessibility testing / Purpose: Ensure inclusive UI componentsTrigger:Use when implementing or improving frontend tests, setting up test infrastructure, debugging failing tests, improving test coverage, or establishing testing best practices for React/Next.js applications.vitest, react testing library, playwright, storybook, component test, e2e test, visual regression, accessibility testing, test coverage, mock service worker
2026-01-05
changelog.md
2
1
export
changelog
2
from
"sakuro/dotfiles"
from
"sakuro/dotfiles"
3
Generates changelog entries from commits since the last release. Use when the user wants to update CHANGELOG.md, add changelog entries, or document changes.
2026-01-05
electron-architecture.md
2
1
export
electron-architecture
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Electronデスクトップアプリケーションのアーキテクチャ設計を専門とするスキル。Main/Renderer/Preloadプロセスの責務分離、型安全なIPC通信設計、セキュリティ設定を支援する。Anchors:• Clean Architecture (Robert C. Martin) / 適用: 依存関係ルール / 目的: プロセス間の責務分離• Electron公式ドキュメント / 適用: プロセスモデル / 目的: セキュアな設計パターン• TypeScript / 適用: 型安全なIPC設計 / 目的: エンドツーエンドの型安全性Trigger:Use when designing Electron architecture, implementing IPC communication, configuring security settings, or separating Main/Renderer responsibilities.electron, ipc, main process, renderer, preload, contextIsolation, contextBridge
2026-01-05
claude-compass-best-practices.md
2
1
export
claude-compass-best-practices
2
from
"AizenvoltPrime/claude-compass"
from
"AizenvoltPrime/claude-compass"
3
Enforce Claude Compass development standards and best practices. This skill should be used when writing or modifying code in the Claude Compass repository, including parsers, database migrations, graph builders, MCP tools, and core services. It ensures adherence to code quality principles, proper error handling, self-documenting code, and established architectural patterns.
2026-01-05
check-codex.md
2
1
export
check-codex
2
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
3
Check for pending Codex (GitHub AI) feedback on current branch's PR. Use to review and address AI suggestions before merge. This is the rate-limiting step before merge.
2026-01-05
csharp-xml-docs.md
2
1
export
csharp-xml-docs
2
from
"creator-hian/claude-code-plugins"
from
"creator-hian/claude-code-plugins"
3
C# XML documentation with on-demand Haiku→Expert Review→Final workflow. Flexible Korean/English language support. Use when documenting C# APIs, properties, methods, classes, and interfaces.
2026-01-05
training-machine-learning-models.md
2
1
export
training-machine-learning-models
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill trains machine learning models using automated workflows. It analyzes datasets, selects appropriate model types (classification, regression, etc.), configures training parameters, trains the model with cross-validation, generates performance metrics, and saves the trained model artifact. Use this skill when the user requests to "train" a model, needs to evaluate a dataset for machine learning purposes, or wants to optimize model performance. The skill supports common frameworks like scikit-learn.
2026-01-05
systematic-debugger.md
2
1
export
systematic-debugger
2
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
3
Systematic debugging skill for complex issues. Use when encountering bugs, test failures, or unexpected behavior. Enforces explore-plan-debug-fix workflow to prevent premature fixes.
2026-01-05
plan-management.md
2
1
export
plan-management
2
from
"andyngdz/exogen_backend"
from
"andyngdz/exogen_backend"
3
Use when exiting plan mode - where to save implementation plans
2026-01-05
linux-fundamentals-skill.md
2
1
export
linux-fundamentals-skill
2
from
"pluginagentmarketplace/custom-plugin-devops"
from
"pluginagentmarketplace/custom-plugin-devops"
3
Complete Linux administration skill covering process management, filesystem, permissions, package management, users, bash scripting, and system monitoring.
2026-01-05
background-job.md
2
1
export
background-job
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use when creating recurring jobs, scheduled tasks, or batch processing operations.
2026-01-05
backend-models.md
2
1
export
backend-models
2
from
"adigunners/adigunners.github.io"
from
"adigunners/adigunners.github.io"
3
Define and validate data structures used throughout the static website, ensuring JavaScript modules and HTML templates work with consistent and well-defined data models. Use this skill when designing data shapes, creating type definitions, or documenting expected data properties.
2026-01-05
searching-web.md
2
1
export
searching-web
2
from
"trancong12102/agentskills"
from
"trancong12102/agentskills"
3
Searches web, library documentation, GitHub repositories, code examples, and fetches URL content via subagent. Use when asking "how to", "what is", "find", "search", "explain", "look up", or "fetch"; when needing docs for any library/framework; when researching GitHub repos; when finding code patterns or current news; or when extracting content from a URL.
2026-01-05