Browse Skills
44969 skills found
brokle-backend-dev.md
2
1
export
brokle-backend-dev
2
from
"brokle-ai/brokle"
from
"brokle-ai/brokle"
3
Use this skill when developing, implementing, or modifying Go backend code for the Brokle platform. This includes creating services, repositories, handlers, domain entities, API endpoints, middleware, workers, or any other Go backend components. Invoke this skill at the start of backend development tasks.
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
consider.md
2
1
export
consider
2
from
"rayk/lucid-toolkit"
from
"rayk/lucid-toolkit"
3
Selects and applies mental models for structured problem analysis. Triggers when user asks "why", "what if", "how should we", needs systematic problem-solving, or mentions analyzing a situation. MUST BE USED when comparing options, making decisions, or evaluating trade-offs.
2026-01-05
cryptographic-practices.md
2
1
export
cryptographic-practices
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
暗号化・ハッシュ・CSPRNG・鍵管理の実装を安全に進めるためのスキル。要件整理から設計、実装、監査までの一連フローを提供する。Anchors:• Applied Cryptography / 適用: アルゴリズム選定と強度判断 / 目的: 標準準拠の基礎固め• Web Application Security / 適用: 脅威モデリング / 目的: 実装リスクの明確化• NIST SP 800-57 / 適用: 鍵管理 / 目的: ライフサイクル設計Trigger:Use when implementing cryptographic functions, selecting algorithms, generating secure random values, managing encryption keys, or auditing crypto implementations.cryptographic practices, crypto implementation, key management, csprng, algorithm selection
2026-01-05
generating-test-reports.md
2
1
export
generating-test-reports
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill generates comprehensive test reports with coverage metrics, trends, and stakeholder-friendly formats (HTML, PDF, JSON). It aggregates test results from various frameworks, calculates key metrics (coverage, pass rate, duration), and performs trend analysis. Use this skill when the user requests a test report, coverage analysis, failure analysis, or historical comparisons of test runs. Trigger terms include "test report", "coverage report", "testing trends", "failure analysis", and "historical test data".
2026-01-05
designing-database-schemas.md
2
1
export
designing-database-schemas
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to design and visualize database schemas. It leverages normalization guidance (1NF through BCNF), relationship mapping, and ERD generation to create efficient and well-structured databases. Use this skill when the user requests to "design a database schema", "create a database model", "generate an ERD", "normalize a database", or needs help with "database design best practices". The skill is triggered by terms like "database schema", "ERD diagram", "database normalization", and "relational database design".
2026-01-05
writing-commit-messages.md
2
1
export
writing-commit-messages
2
from
"tenzir/claude-plugins"
from
"tenzir/claude-plugins"
3
Write git commit messages for Tenzir repositories. Use when committing changes, running git commit, drafting commit messages, detecting staged changes, or asking about commit format and subject lines.
2026-01-05
few-shot-learning-patterns.md
2
1
export
few-shot-learning-patterns
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Few-Shot Learning(少数例示学習)のパターンとベストプラクティスを提供するスキル。効果的な例示の設計、構造化、配置により、AIの出力品質を大幅に向上させます。• The Pragmatic Programmer / 適用: 例示パターン設計の品質基準 / 目的: 実践的改善と一貫性維持• Few-Shot戦略 / 適用: 段階的複雑度設計と最適shot数決定 / 目的: AIの学習効率最大化Trigger:Use when you need to design effective example patterns for AI learning, standardize output formats, or improve task performance beyond zero-shot capabilities. Keywords: few-shot, examples, prompting, output consistency, pattern learning.
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. Activates when you request "skill adapter" functionality.
2026-01-05
skill-name.md
2
1
export
skill-name
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Clear description of what this skill does and when Claude should use it. Be specific about triggers - include the functionality AND when to activate. Example: "Extract text from PDFs and fill forms. Use when working with PDF files, document processing, or form automation."
2026-01-05
running-mutation-tests.md
2
1
export
running-mutation-tests
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to validate test suite quality by performing mutation testing. It is triggered when the user asks to run mutation tests, analyze test effectiveness, or improve test coverage. The skill introduces code mutations, runs tests against the mutated code, and reports on the "survival rate" of the mutations, indicating the effectiveness of the test suite. Use this skill when the user requests to assess the quality of their tests using mutation testing techniques. Specific trigger terms include "mutation testing", "test effectiveness", "mutation score", and "surviving mutants".
2026-01-05
spec-validation.md
2
1
export
spec-validation
2
from
"jmanhype/speckit"
from
"jmanhype/speckit"
3
Validates specification quality for technology-agnosticism, testability, and completeness. Automatically invoked when reviewing specs, checking requirements, or before transitioning from specify to plan phase.
2026-01-05
memory-monitoring-strategies.md
2
1
export
memory-monitoring-strategies
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Node.jsアプリケーションのメモリ監視とリーク検出パターン。PM2、V8ヒープ分析、メモリプロファイリングを活用した効率的メモリ管理を提供。Anchors:• Observability Engineering / 適用: メモリメトリクスとアラート / 目的: 本番監視• Systems Performance / 適用: ヒープ分析とプロファイリング / 目的: メモリ最適化• Node.js Documentation / 適用: process.memoryUsage、V8ヒープ統計 / 目的: API活用Trigger:Use when setting up memory monitoring, investigating memory leaks, configuring PM2 memory limits,analyzing heap dumps, or designing production memory alerting strategies.
2026-01-05
quality-engineering.md
2
1
export
quality-engineering
2
from
"warpcode/dotfiles"
from
"warpcode/dotfiles"
3
Domain specialist for code quality assessment, maintainability, complexity analysis, code smells detection, anti-patterns identification, and code style enforcement. Scope: code review methodologies, naming conventions, coding standards, technical debt management. Excludes: database design, API design, infrastructure, performance, security, deployment/CI/CD. Triggers: "quality", "code quality", "code health", "smell", "code smell", "anti-pattern", "complexity", "cyclomatic complexity", "maintainability", "naming", "naming convention", "style", "code style", "linting", "technical debt", "debt", "refactoring", "refactor", "review", "code review".
2026-01-05
project-scaffolder.md
2
1
export
project-scaffolder
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Generates complete starter repositories for various tech stacks (Next.js, Vite, Nest, FastAPI, etc.) with best-practice conventions, folder structure, baseline code, configs, scripts, and setup documentation. Use when users request to "scaffold a project", "create a starter repo", "initialize a new project", or specify a tech stack to begin with.
2026-01-05
requirement-validator.md
2
1
export
requirement-validator
2
from
"EdanStarfire/claudecode_webui"
from
"EdanStarfire/claudecode_webui"
3
Analyze task descriptions and requirements for completeness, clarity, and implementability. Use when evaluating if a task has sufficient detail to begin implementation or if clarification is needed.
2026-01-05
workers-runtime-validator.md
2
1
export
workers-runtime-validator
2
from
"hirefrank/hirefrank-marketplace"
from
"hirefrank/hirefrank-marketplace"
3
Automatically validates Cloudflare Workers runtime compatibility during development, preventing Node.js API usage and ensuring proper Workers patterns
2026-01-05
backend-pr-workflow.md
2
1
export
backend-pr-workflow
2
from
"DiversioTeam/agent-skills-marketplace"
from
"DiversioTeam/agent-skills-marketplace"
3
Pedantic Diversio backend dev workflow Skill that enforces ClickUp-linked branch/PR naming, PR hygiene, safe Django migrations, and downtime-safe schema changes for Django4Lyfe-style backends.
2026-01-05
generating-database-documentation.md
2
1
export
generating-database-documentation
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to automatically generate comprehensive documentation for existing database schemas using the database-documentation-gen plugin. It is triggered when the user requests database documentation, ERD diagrams, or a data dictionary. The plugin supports multiple database engines and generates documentation that includes ERD diagrams, table relationships, column descriptions, indexes, triggers, stored procedures, and interactive HTML documentation. Use this skill when you need to document existing database schemas for team onboarding, architectural reviews, or data governance purposes. The trigger terms include "database documentation", "ERD diagram", "data dictionary", and `/db-docs`.
2026-01-05
test-fixing.md
2
1
export
test-fixing
2
from
"kivilaid/plugin-marketplace"
from
"kivilaid/plugin-marketplace"
3
Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to make tests pass. Activates on phrases like "fix the tests", "tests are failing", or "make the test suite green".
2026-01-05
managing-network-policies.md
2
1
export
managing-network-policies
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to manage Kubernetes network policies and firewall rules. It allows Claude to generate configurations and setup code based on specific requirements and infrastructure. Use this skill when the user requests to create, modify, or analyze network policies for Kubernetes, or when the user mentions "network-policy", "firewall rules", or "Kubernetes security". This skill is useful for implementing best practices and production-ready configurations for network security in a Kubernetes environment.
2026-01-05
rails-error-handling.md
2
1
export
rails-error-handling
2
from
"nekorush14/dotfiles"
from
"nekorush14/dotfiles"
3
Implement comprehensive error handling with specific rescue blocks, structured error responses, and proper logging. Use when handling exceptions, implementing error recovery, or building robust error handling strategies.
2026-01-05