Browse Skills
18175 skills found
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
managing-database-sharding.md
2
1
export
managing-database-sharding
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill assists with managing database sharding strategies. It is activated when the user needs to implement horizontal database sharding to scale beyond single-server limitations. The skill supports designing sharding strategies, distributing data across multiple database instances, and implementing consistent hashing, automatic rebalancing, and cross-shard query coordination. Use this skill when the user mentions "database sharding", "sharding implementation", "scale database", or "horizontal partitioning". The plugin helps design and implement sharding for high-scale applications.
2026-01-05
rag-implementer.md
2
1
export
rag-implementer
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Implement retrieval-augmented generation systems. Use when building knowledge-intensive applications, document search, Q&A systems, or need to ground LLM responses in external data. Covers embedding strategy, vector stores, retrieval pipelines, and evaluation.
2026-01-05
execplan.md
2
1
export
execplan
2
from
"tiann/execplan-skill"
from
"tiann/execplan-skill"
3
When writing complex features or significant refactors or user ask explicitly, use an ExecPlan from design to implementation.
2026-01-05
sdv-ui-layout.md
2
1
export
sdv-ui-layout
2
from
"liminalwarmth/StardewOutfitManager"
from
"liminalwarmth/StardewOutfitManager"
3
This skill should be used when the user asks to "create a menu layout", "fix UI spacing", "adjust positioning", "design a menu", or discusses UI alignment, element placement, or visual layout. Also use when working on files in the Menus/ directory or when the user mentions layout, positioning, spacing, or menu design.
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
geospatial-visualization.md
2
1
export
geospatial-visualization
2
from
"cdcore09/holoviz-claude"
from
"cdcore09/holoviz-claude"
3
Master geographic and mapping visualizations with GeoViews. Use this skill when creating interactive maps, visualizing point/polygon/line geographic data, building choropleth maps, performing spatial analysis (joins, buffers, proximity), working with coordinate reference systems, or integrating tile providers and basemaps.
2026-01-05
google-workspace.md
2
1
export
google-workspace
2
from
"getzenai/claude-plugins"
from
"getzenai/claude-plugins"
3
Full access to Google Workspace (Drive, Docs, Sheets, Slides, Calendar, Gmail) using curl and the Google APIs directly - no MCP server or additional dependencies required. Use for searching files, reading/writing documents, managing calendar events, and email operations. First check if user has authenticated, if not guide them through the OAuth flow.
2026-01-05
lcp-execplan.md
2
1
export
lcp-execplan
2
from
"YusukeShimizu/lightning-compute-protocol"
from
"YusukeShimizu/lightning-compute-protocol"
3
Create and maintain ExecPlans for complex work (design-to-implementation) following the repo's ExecPlan standard.
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-refactor-planner.md
2
1
export
frontend-refactor-planner
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Creates safe refactor plans for messy UI code including component splitting strategies, state simplification, performance optimizations, and accessibility improvements. Provides phased approach, risk assessment, and "done" criteria. Use when refactoring "legacy code", "messy components", "performance issues", or "large files".
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
exa-search.md
2
1
export
exa-search
2
from
"benjaminjackson/exa-skills"
from
"benjaminjackson/exa-skills"
3
Search the web for content matching a query with AI-powered semantic search. Use for finding relevant web pages, research papers, news articles, code repositories, or any web content by meaning rather than just keywords.
2026-01-05
usability-tester.md
2
1
export
usability-tester
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Conduct usability tests and identify UX issues through systematic observation. Use when testing user flows, validating designs, identifying friction points, or ensuring users can complete core tasks. Covers test planning, think-aloud protocol, task scenarios, and severity rating.
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
csp-lua.md
2
1
export
csp-lua
2
from
"tobi/ac-tracer"
from
"tobi/ac-tracer"
3
CSP (Custom Shaders Patch) Lua API reference for Assetto Corsa modding. Use when working with ac.*, ui.*, render.*, physics.* APIs or any CSP Lua code.
2026-01-05
writing-plans.md
2
1
export
writing-plans
2
from
"cipherstash/cipherpowers"
from
"cipherstash/cipherpowers"
3
Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
2026-01-05
testing-framework-helper.md
2
1
export
testing-framework-helper
2
from
"Dexploarer/hyper-forge"
from
"Dexploarer/hyper-forge"
3
Generates comprehensive test suites with unit tests, integration tests, and E2E tests for various frameworks (Jest, Pytest, Vitest, etc.). Use when writing tests.
2026-01-05
assisting-with-soc2-audit-preparation.md
2
1
export
assisting-with-soc2-audit-preparation
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill assists with SOC2 audit preparation by automating tasks related to evidence gathering and documentation. It leverages the soc2-audit-helper plugin to generate reports, identify potential compliance gaps, and suggest remediation steps. Use this skill when the user requests help with "SOC2 audit", "compliance check", "security controls", "audit preparation", or "evidence gathering" related to SOC2. It streamlines the initial stages of SOC2 compliance, focusing on automated data collection and preliminary analysis.
2026-01-05
feedmob-brand-guidelines.md
2
1
export
feedmob-brand-guidelines
2
from
"feed-mob/claude-code-marketplace"
from
"feed-mob/claude-code-marketplace"
3
Generate FeedMob-branded content including reports, presentations, charts, and artifacts following official brand guidelines. Use when creating any FeedMob-branded materials.
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