Browse Skills

20307 skills found

token-economy.md
2
1 export token-economy
2 phamhung075 from "phamhung075/4genthub-hooks"
3 Apply token optimization when writing docs, changelogs, MCP tasks. Quality
2026-01-05
brokle-backend-dev.md
2
1 export brokle-backend-dev
2 brokle-ai 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 masanao-ohba 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 jeremylongshore 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 dougwithseismic 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 rayk 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 daishiman 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 jeremylongshore 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 jeremylongshore 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
skill-adapter.md
2
1 export skill-adapter
2 jeremylongshore 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
running-mutation-tests.md
2
1 export running-mutation-tests
2 jeremylongshore 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
memory-monitoring-strategies.md
2
1 export memory-monitoring-strategies
2 daishiman 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 warpcode 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 patricio0312rev 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
workers-runtime-validator.md
2
1 export workers-runtime-validator
2 hirefrank 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 DiversioTeam 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 jeremylongshore 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
managing-network-policies.md
2
1 export managing-network-policies
2 jeremylongshore 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 nekorush14 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
pm2-ecosystem-config.md
2
1 export pm2-ecosystem-config
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 PM2エコシステム設定の専門スキル。Node.jsプロセス管理のためのecosystem.config.js設計、実行モード選択、環境変数管理、パフォーマンス最適化を提供します。Anchors:• PM2 Documentation (Keymetrics) / 適用: プロセス管理設定 / 目的: 運用自動化• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: DRY原則・保守性 / 目的: 品質向上• Node.js Design Patterns (Mario Casciaro, Luciano Mammino) / 適用: スケーリング戦略 / 目的: パフォーマンス最適化Trigger:Use when configuring PM2 ecosystem.config.js, deploying Node.js applications with PM2, optimizing PM2 cluster mode, managing PM2 environment variables, or troubleshooting PM2 process issues
2026-01-05
library-research.md
2
1 export library-research
2 pwarnock from "pwarnock/liaison-toolkit"
3 Research library documentation and API references using Context7 integration. Use when users ask about libraries, frameworks, packages, APIs, or need documentation for third-party code.
2026-01-05
detecting-data-anomalies.md
2
1 export detecting-data-anomalies
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill empowers Claude to identify anomalies and outliers within datasets. It leverages the anomaly-detection-system plugin to analyze data, apply appropriate machine learning algorithms, and highlight unusual data points. Use this skill when the user requests anomaly detection, outlier analysis, or identification of unusual patterns in data. Trigger this skill when the user mentions "anomaly detection," "outlier analysis," "unusual data," or requests insights into data irregularities.
2026-01-05
workflow-orchestrator.md
2
1 export workflow-orchestrator
2 stharrold from "stharrold/yuimedi-paper-20250901"
3 Orchestrates git workflow for Python feature/release/hotfix development.Loads and coordinates other skills based on current context.Includes PR feedback handling via work-item generation.Use when:- User says "next step?" or "continue workflow"- Working in git repo with TODO_[feature|release|hotfix]_*.md files- Need to determine workflow phase and load appropriate skills- Handling PR feedback via work-itemsTriggers: next step, continue, what's next, workflow status, PR feedbackCoordinates: tech-stack-adapter, git-workflow-manager, bmad-planner,speckit-author, quality-enforcer, workflow-utilitiesContext management: Prompt user to run /context when context usageis high, then /init to reset before continuing workflow.
2026-01-05
backup-recovery.md
2
1 export backup-recovery
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 データベースバックアップ戦略、RPO/RTO設計、復旧ランブック作成、検証運用を体系化するスキル。多層防御と復旧演習を通じて、復旧準備の抜け漏れを防ぐ。Anchors:• Database Reliability Engineering / 適用: 信頼性設計 / 目的: 失敗前提の運用整理• Backup & Recovery (W. Curtis Preston) / 適用: バックアップ戦略 / 目的: 復旧可能性の担保• Site Reliability Engineering / 適用: RTO/RPO設計 / 目的: 目標と検証の整合Trigger:Use when designing backup strategies, defining RPO/RTO, drafting recovery runbooks, planning DR drills, or verifying backup readiness.backup strategy, rpo rto, recovery runbook, disaster recovery, backup validation
2026-01-05