Browse Skills
44969 skills found
feature-implement.md
2
1
export
feature-implement
2
from
"escarti/agentDevPrompts"
from
"escarti/agentDevPrompts"
3
Execute plan in batches with review checkpoints - automatically loads context from Z01 research, Z02 plan, and CLAUDE.md files
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
temporal.md
2
1
export
temporal
2
from
"steveandroulakis/temporal-conductor-migration-agent"
from
"steveandroulakis/temporal-conductor-migration-agent"
3
Manage Temporal workflows: server lifecycle, worker processes, workflow execution, monitoring, and troubleshooting for Python SDK with temporal server start-dev.
2026-01-05
code-structure.md
2
1
export
code-structure
2
from
"xdg/xdg-claude"
from
"xdg/xdg-claude"
3
Extract file structure (functions, classes, exports) efficiently without reading entire files, using ast-grep, go doc, ctags, or other language-specific tools to get outlines and signatures
2026-01-05
agent-context-loader.md
2
1
export
agent-context-loader
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
PROACTIVE AUTO-LOADING: Automatically detects and loads AGENTS.md files from the current working directory when starting a session or changing directories. This skill ensures agent-specific instructions are incorporated into Claude Code's context alongside CLAUDE.md, enabling specialized agent behaviors. Triggers automatically when Claude detects it's working in a directory, when starting a new session, or when explicitly requested to "load agent context" or "check for AGENTS.md file".
2026-01-05
error-handling.md
2
1
export
error-handling
2
from
"cosmix/claude-code-setup"
from
"cosmix/claude-code-setup"
3
Comprehensive error handling patterns and strategies. Use when implementing exception handling, error recovery, retry logic, circuit breakers, fallback mechanisms, or designing error hierarchies. Triggers: error, exception, try-catch, retry, fallback, circuit breaker, error propagation, error messages.
2026-01-05
unit-test-generator.md
2
1
export
unit-test-generator
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Generates comprehensive unit tests with AAA pattern (Arrange-Act-Assert), edge cases, error scenarios, and coverage analysis. Creates test files matching source structure with complete test suites. Use for "unit testing", "test generation", "Jest tests", or "test coverage".
2026-01-05
officecrm-management.md
2
1
export
officecrm-management
2
from
"harperreed/office-admin-claude"
from
"harperreed/office-admin-claude"
3
Manage contacts, companies, deals, and relationships. Use when adding contacts, logging interactions, or working with CRM data to prevent duplicates and maintain data quality.
2026-01-05
exa-find-similar.md
2
1
export
exa-find-similar
2
from
"benjaminjackson/exa-skills"
from
"benjaminjackson/exa-skills"
3
Find web content similar to a given URL using AI-powered similarity matching. Use when you have an example page and want to discover related articles, papers, or websites with similar content, style, or topic.
2026-01-05
skill-generator.md
2
1
export
skill-generator
2
from
"jeffvincent/claude-config"
from
"jeffvincent/claude-config"
3
Create complete Claude Skills from a short brief, with templates and checks.
2026-01-05
hugo-tov-ux.md
2
1
export
hugo-tov-ux
2
from
"RogueRope/docs"
from
"RogueRope/docs"
3
UX/UI specialist auditing Hugo layouts, components, navigation, and interactions against the Tone & Voice Guide. Ensures designs embody intimacy, consent-forward principles, mystery, sensuality, and inclusive accessibility.
2026-01-05
openspec-apply.md
2
1
export
openspec-apply
2
from
"trancong12102/agentskills"
from
"trancong12102/agentskills"
3
Implement an approved OpenSpec change and keep tasks in sync. Use when building, coding, or executing an approved proposal.
2026-01-05
track-meeting.md
2
1
export
track-meeting
2
from
"eternnoir/claude-tool"
from
"eternnoir/claude-tool"
3
Create and manage structured meeting notes with automatic action item extraction and governance integration. Use when user mentions "meeting notes", "record meeting", "create meeting", "會議記錄", "standup", "retrospective", "planning", or any meeting-related keywords.
2026-01-05
jq.md
2
1
export
jq
2
from
"xdg/xdg-claude"
from
"xdg/xdg-claude"
3
Extract specific fields from JSON files efficiently using jq instead of reading entire files, saving 80-95% context.
2026-01-05
eslint-plugin.md
2
1
export
eslint-plugin
2
from
"third774/dotfiles"
from
"third774/dotfiles"
3
Author custom ESLint plugins and rules with test-driven development. Supports flat config (eslint.config.js) and legacy (.eslintrc.*) formats. Uses @typescript-eslint/rule-tester for testing. Covers problem, suggestion, and layout rules including auto-fixers.
2026-01-05
scanning-for-gdpr-compliance.md
2
1
export
scanning-for-gdpr-compliance
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to scan applications and data systems for GDPR compliance issues. It identifies potential violations related to data protection, privacy rights, consent management, and other regulatory requirements. Use this skill when the user asks to "scan for GDPR compliance", check "GDPR compliance", or audit for "data privacy". The skill leverages the `gdpr-compliance-scanner` plugin to perform a comprehensive assessment and generate a detailed report.
2026-01-05
gitignore-management.md
2
1
export
gitignore-management
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
.gitignore設計と管理スキル。機密ファイルパターン、プロジェクト固有除外、プラットフォーム別パターン、.gitignore検証手法を提供。Anchors:• Pro Git (Scott Chacon) / 適用: バージョン管理 / 目的: 除外パターンの基礎• The Pragmatic Programmer / 適用: 実践的改善 / 目的: 効率的なパターン設計• GitHub gitignore templates / 適用: 言語別テンプレート / 目的: 標準パターンTrigger:Use when designing gitignore files, adding sensitive file patterns, configuring project-specific exclusions, validating gitignore patterns, or optimizing cross-platform exclusion rules.gitignore, ignore patterns, secrets, env files, build artifacts, cache
2026-01-05
mobile-toolchain.md
2
1
export
mobile-toolchain
2
from
"phrazzld/claude-config"
from
"phrazzld/claude-config"
3
Apply modern mobile development toolchain patterns: Expo (default), React Native, Tauri for iOS/Android apps. Use when building mobile applications, choosing cross-platform frameworks, or discussing mobile architecture.
2026-01-05
commit-hooks.md
2
1
export
commit-hooks
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Git commit フック(pre-commit/commit-msg/pre-push)の設計・実装・検証を体系化するスキル。Husky と lint-staged を軸に、品質ゲートと運用ルールを整理する。Anchors:• Pro Git / 適用: Git Hooks設計 / 目的: フック運用の基礎• Clean Code / 適用: 品質ゲート設計 / 目的: コミット品質の維持• Accelerate / 適用: フィードバックループ / 目的: 継続改善Trigger:Use when designing commit hooks, integrating husky/lint-staged, enforcing commit message rules, or validating pre-push checks.commit hooks, husky, lint-staged, commit-msg, pre-commit, pre-push
2026-01-05
fix-line-endings.md
2
1
export
fix-line-endings
2
from
"ManuelKugelmann/BitBot"
from
"ManuelKugelmann/BitBot"
3
Fix CRLF (Windows) to LF (Unix) line endings in files. Use when encountering `/bin/bash: line 1: $'\r': command not found` errors.
2026-01-05
bellog-theme.md
2
1
export
bellog-theme
2
from
"whddltjdwhd/bellog"
from
"whddltjdwhd/bellog"
3
Provides theme integration guidelines and CSS variable usage patterns for the Bellog blog. Triggers when creating styled components or working with colors.
2026-01-05
skill-adapter.md
2
1
export
skill-adapter
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Analyzes existing plugins to extract their capabilities, then adapts and applies those skills to the current task. Acts as a universal skill chameleon that learns from other plugins.
2026-01-05
orchestrating-multi-agent-systems.md
2
1
export
orchestrating-multi-agent-systems
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to orchestrate multi-agent systems using the AI SDK v5. It allows Claude to set up agent handoffs, intelligent routing, and coordinated workflows across different AI providers like OpenAI, Anthropic, and Google. Use this skill when the user asks to create multi-agent systems, needs help with agent coordination, task routing, or wants to build complex workflows involving specialized agents. It is triggered by phrases like "multi-agent system", "agent orchestration", "agent handoff", "intelligent routing", or "coordinate agents".
2026-01-05
backend.md
2
1
export
backend
2
from
"rocky2431/ultra-builder-pro"
from
"rocky2431/ultra-builder-pro"
3
Multi-language backend development skill for Node.js, Python, and Go applications.This skill should be used when: designing RESTful/GraphQL APIs, optimizing database queries,implementing authentication/authorization, reviewing API security, or building microservices.
2026-01-05