Browse Skills
17720 skills found
file-exclusion-patterns.md
2
1
export
file-exclusion-patterns
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
ファイル監視システムにおける効率的な除外パターン設計の専門知識。.gitignore互換のglob pattern、プラットフォーム固有の一時ファイル除外、パフォーマンス最適化のための早期除外戦略を提供。Anchors:• The Pragmatic Programmer / 適用: ファイル監視・パターン設計 / 目的: 実用的な除外戦略とglob構文の習得• Software Engineering at Google / 適用: パフォーマンス最適化・クロスプラットフォーム対応 / 目的: 早期除外戦略とOS間の統一設定• Refactoring / 適用: パターンの保守性 / 目的: 重複を排除し明確な意図を持つ設計Trigger:Use when designing file exclusion patterns, optimizing .gitignore files, improving file watching performance, or implementing cross-platform exclusion rules.Keywords: gitignore, glob pattern, file watching, chokidar, build optimization, node_modules, platform-specific, .DS_Store, Thumbs.db, performance tuning
2026-01-05
workflow-templates.md
2
1
export
workflow-templates
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
GitHub Actionsワークフローテンプレートの専門スキル。組織標準テンプレート、スターターワークフロー設計を提供します。Anchors:- Continuous Delivery(Jez Humble)/ 適用: CI/CDパイプライン設計 / 目的: 継続的デリバリー実現- GitHub Actions Documentation(GitHub公式)/ 適用: ワークフロー構文 / 目的: 標準準拠- GitHub Actions starter-workflows / 適用: テンプレートベース / 目的: ベストプラクティス適用Trigger:ワークフローテンプレート選定時、CIパイプライン構築時、CDパイプライン構築時、ワークフロー最適化時に使用
2026-01-05
load-test-scenario-builder.md
2
1
export
load-test-scenario-builder
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Creates comprehensive load test plans with realistic scenarios, traffic models, k6 scripts, and success criteria. Use for "load testing", "performance testing", "capacity validation", or "stress testing".
2026-01-05
conducting-chaos-engineering.md
2
1
export
conducting-chaos-engineering
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to design and execute chaos engineering experiments to test system resilience. It is used when the user requests help with failure injection, latency simulation, resource exhaustion testing, or resilience validation. The skill is triggered by discussions of chaos experiments (GameDays), failure injection strategies, resilience testing, and validation of recovery mechanisms like circuit breakers and retry logic. It leverages tools like Chaos Mesh, Gremlin, Toxiproxy, and AWS FIS to simulate real-world failures and assess system behavior.
2026-01-05
skill-builder.md
2
1
export
skill-builder
2
from
"phrazzld/claude-config"
from
"phrazzld/claude-config"
3
Create new Claude Code skills from procedural knowledge. Invoke PROACTIVELY when:- Discovering a reusable workflow pattern worth preserving- User asks to "capture this as a skill" or "make this reusable"- Recognizing institutional knowledge that should persist- After solving a problem in a novel way worth repeating- Noticing repeated patterns across sessionsAUTONOMOUS: Create skills proactively, then inform user what was created.
2026-01-05
router-template.md
2
1
export
router-template
2
from
"Bbeierle12/Skill-MCP-Claude"
from
"Bbeierle12/Skill-MCP-Claude"
3
Template for creating router skills. Use as a starting point when building a new router that dispatches to multiple specialized skills. Copy and customize for your domain.
2026-01-05
adhd-advisor.md
2
1
export
adhd-advisor
2
from
"warpcode/dotfiles"
from
"warpcode/dotfiles"
3
Break down personal tasks into 15-30 minute ADHD-friendly steps using Pomodoro, done criteria, and focus locks. Scope: technical coding tasks, real-world tasks (projects, events). Excludes: team management, clinical therapy, medical advice, professional coaching. Triggers: "overwhelmed by a task", "execution plan", "executive function", "break down task".
2026-01-05
caching-strategies-gha.md
2
1
export
caching-strategies-gha
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
GitHub Actions のキャッシュ戦略を設計し、キー設計、パス選定、ヒット率改善、10GB制限管理を行うスキル。actions/cache の最適化、依存キャッシュの分割、Dockerレイヤー連携などを体系化する。Anchors:• The Pragmatic Programmer / 適用: 実践的改善 / 目的: 反復的な最適化• Continuous Delivery / 適用: パイプライン最適化 / 目的: 実行時間の短縮• Site Reliability Engineering / 適用: キャパシティ管理 / 目的: キャッシュ制限の管理Trigger:Use when optimizing GitHub Actions cache performance, designing cache keys/paths, reducing CI build time, or managing cache size limits.
2026-01-05
go-nil-pointer.md
2
1
export
go-nil-pointer
2
from
"JamesPrial/claudefiles"
from
"JamesPrial/claudefiles"
3
Pointer receiver nil safety - methods can be called on nil
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
test-writer.md
2
1
export
test-writer
2
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
3
Test generation expertise for Python (pytest) and TypeScript (Jest). Use when writing new tests, improving coverage, or creating test fixtures. Ensures comprehensive coverage including edge cases, error scenarios, and integration tests.
2026-01-05
git-commit-composer.md
2
1
export
git-commit-composer
2
from
"EdanStarfire/claudecode_webui"
from
"EdanStarfire/claudecode_webui"
3
Create well-formatted semantic commit messages following project conventions. Use when committing changes to ensure consistent, descriptive commit history.
2026-01-05
git-absorb.md
2
1
export
git-absorb
2
from
"dashed/claude-marketplace"
from
"dashed/claude-marketplace"
3
Automatically fold uncommitted changes into appropriate commits on a feature branch. Use when applying review feedback, fixing bugs in feature branches, or maintaining atomic commit history without manual interactive rebasing. Particularly useful for making corrections to recent commits without creating messy "fixes" commits.
2026-01-05
add-language.md
2
1
export
add-language
2
from
"bartolli/codanna-profiles"
from
"bartolli/codanna-profiles"
3
Guide for implementing a new language parser in Codanna. Use when adding language support, implementing parsers, or extending language capabilities. Covers the six-file architecture (mod.rs, definition.rs, parser.rs, behavior.rs, resolution.rs, audit.rs), trait implementation patterns, resolution scope design, and integration workflow. Triggers on requests to add language support, implement new parser, extend language capabilities, or create language implementation.
2026-01-05
encrypting-and-decrypting-data.md
2
1
export
encrypting-and-decrypting-data
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to encrypt and decrypt data using various algorithms provided by the encryption-tool plugin. It should be used when the user requests to "encrypt data", "decrypt a file", "generate an encrypted file", or needs to secure sensitive information. This skill supports various encryption methods and ensures data confidentiality. It is triggered by requests related to data encryption, decryption, or general data security needs.
2026-01-05
rpg-toolkit-development.md
2
1
export
rpg-toolkit-development
2
from
"KirkDiggler/rpg-toolkit"
from
"KirkDiggler/rpg-toolkit"
3
Use this skill when working on rpg-toolkit codebase - provides architecture patterns, testing guidelines, error handling, and D&D 5e combat mechanics knowledge
2026-01-05
orchestrating-test-workflows.md
2
1
export
orchestrating-test-workflows
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to orchestrate complex test workflows using the test-orchestrator plugin. It allows Claude to define test execution graphs with dependencies, execute tests in parallel, and intelligently select tests to run based on code changes. Use this skill when a user requests test orchestration, dependency management for tests, parallel test execution, smart test selection, or CI/CD integration for testing. Trigger terms include "orchestrate tests", "test workflow", "parallel testing", "smart test selection", "test dependencies", and "/orchestrate".
2026-01-05
react-component-generator.md
2
1
export
react-component-generator
2
from
"Dexploarer/hyper-forge"
from
"Dexploarer/hyper-forge"
3
Generates modern React components with TypeScript, hooks, proper props typing, and best practices. Use when creating React components or scaffolding UI elements.
2026-01-05
generating-compliance-reports.md
2
1
export
generating-compliance-reports
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to generate compliance reports based on various security standards and frameworks. It leverages the compliance-report-generator plugin to automate the report creation process. Use this skill when a user requests a "compliance report", "security audit report", or needs documentation for "regulatory compliance". The skill is particularly useful for generating reports related to standards like PCI DSS, HIPAA, SOC 2, or ISO 27001. It can also assist with documenting adherence to specific security policies.
2026-01-05
deploying-machine-learning-models.md
2
1
export
deploying-machine-learning-models
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to deploy machine learning models to production environments. It automates the deployment workflow, implements best practices for serving models, optimizes performance, and handles potential errors. Use this skill when the user requests to deploy a model, serve a model via an API, or put a trained model into a production environment. The skill is triggered by requests containing terms like "deploy model," "productionize model," "serve model," or "model deployment."
2026-01-05
pokemon-green-ko.md
2
1
export
pokemon-green-ko
2
from
"dev-jelly/pokemon-skills"
from
"dev-jelly/pokemon-skills"
3
포켓몬 그린 버전 텍스트 RPG. 1세대 151마리 포켓몬, 165개 기술, 관동 지방 완전 재현. 한국어 전용. 사용자가 '포켓몬', '피카츄', '전투', '체육관', '야생', '도감', '새 게임', '이어하기' 등의 키워드를 사용할 때 활성화됩니다. (project)
2026-01-05
fixture-generator.md
2
1
export
fixture-generator
2
from
"masanao-ohba/claude-manifests"
from
"masanao-ohba/claude-manifests"
3
Generates CakePHP test fixtures from migration files, ensuring schema consistency and following project conventions including Configure::read usage
2026-01-05
generating-unit-tests.md
2
1
export
generating-unit-tests
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to automatically generate comprehensive unit tests from source code. It is triggered when the user requests unit tests, test cases, or test suites for specific files or code snippets. The skill supports multiple testing frameworks including Jest, pytest, JUnit, and others, intelligently detecting the appropriate framework or using one specified by the user. Use this skill when the user asks to "generate tests", "create unit tests", or uses the shortcut "gut" followed by a file path.
2026-01-05
feature-orchestrator.md
2
1
export
feature-orchestrator
2
from
"dougwithseismic/dotoro-ads"
from
"dougwithseismic/dotoro-ads"
3
Multi-feature autonomous builder. Takes a list of features, generates TODO docs in parallel, detects dependencies, creates a master tracking doc, then executes each feature through TDD → Code Review → PR Review workflow. Designed for long autonomous sessions with self-continuation. Use when building multiple related features or a complete project phase.
2026-01-05