Browse Skills

44969 skills found

homebrew-publish.md
2
1 export homebrew-publish
2 regenrek from "regenrek/agent-skills"
3 Publish CLIs/TUIs to Homebrew via a personal tap. Use when asked to create or manage a Homebrew tap repo, generate or update formulae, compute sha256, test installs, or ship new releases for Go, Rust, Node/TypeScript, Python, or prebuilt binaries.
2026-01-05
research.md
2
1 export research
2 poemswe from "poemswe/co-researcher"
3 Start a research project with intelligent agent orchestration
2026-01-05
unit-testing.md
2
1 export unit-testing
2 wmeints from "wmeints/promptyard"
3 Use this skill to write or modify unit-tests in the application for non-component files.
2026-01-05
brainstorming.md
2
1 export brainstorming
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
2026-01-05
running-integration-tests.md
2
1 export running-integration-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to run and manage integration test suites. It automates environment setup, database seeding, service orchestration, and cleanup. Use this skill when the user asks to "run integration tests", "execute integration tests", or any command that implies running integration tests for a project, including specifying particular test suites or options like code coverage. It is triggered by phrases such as "/run-integration", "/rit", or requests mentioning "integration tests". The plugin handles database creation, migrations, seeding, and dependent service management.
2026-01-05
monitoring-database-health.md
2
1 export monitoring-database-health
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to monitor database health using real-time metrics, predictive alerts, and automated remediation. It's designed for production-grade database health monitoring for PostgreSQL and MySQL, detecting performance degradation, resource exhaustion, and replication issues. Use this skill when the user requests to monitor database health, check database performance, receive database alerts, or automate database remediation. The skill is triggered by phrases like "check database health", "monitor database performance", "database health check", or "/health-check".
2026-01-05
caching-strategist.md
2
1 export caching-strategist
2 patricio0312rev from "patricio0312rev/skillset"
3 Defines caching strategies with cache keys, TTL values, invalidation triggers, consistency patterns, and correctness checklist. Provides code examples for Redis, CDN, and application-level caching. Use when implementing "caching", "performance optimization", "cache strategy", or "Redis caching".
2026-01-05
gns3-lab-automation.md
2
1 export gns3-lab-automation
2 ChistokhinSV from "ChistokhinSV/gns3-mcp"
3 GNS3 network lab operations including topology management, device configuration via console, and troubleshooting workflows for routers and switches
2026-01-05
architecture-decision-recorder.md
2
1 export architecture-decision-recorder
2 Dexploarer from "Dexploarer/hyper-forge"
3 Create and manage Architecture Decision Records (ADRs) for documenting important architectural decisions, tradeoffs, and rationale.
2026-01-05
bel-move-mail-to-archive.md
2
1 export bel-move-mail-to-archive
2 bennoloeffler from "bennoloeffler/bassi"
3 This skill should be used when moving a single email message to the Archive folder in Microsoft 365 Mail. It provides a clean interface to move one specific email using its messageId without polluting the context window. Use this skill when processing bulk archive operations, moving spam emails, or any workflow requiring reliable one-email-at-a-time moves to Archive.
2026-01-05
i18n-translator.md
2
1 export i18n-translator
2 mjanv from "mjanv/premiere-ecoute"
3 Internationalization specialist for Phoenix/Elixir applications. Use when you need to extract hardcoded strings and replace them with gettext calls, manage translation files (POT/PO), or provide translations for French and Italian. Handles templates (.heex), controllers, LiveViews, error messages, and UI text.
2026-01-05
alerting-dashboard-builder.md
2
1 export alerting-dashboard-builder
2 patricio0312rev from "patricio0312rev/skillset"
3 Creates SLO-based alerts and operational dashboards with key charts, alert thresholds, and runbook links. Use for "alerting", "dashboards", "SLO", or "monitoring".
2026-01-05
react-conventions.md
2
1 export react-conventions
2 benaor from "benaor/claude-config"
3 React and React Native coding conventions with TypeScript. Use this skill when creating components, writing hooks, or reviewing React/React Native code. Enforces naming conventions, component structure, typing patterns, accessibility, and performance best practices.
2026-01-05
api-contract-design.md
2
1 export api-contract-design
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 RESTful APIの設計と互換性管理を行うためのスキル。APIバージョニング、Breaking Changes対応、スキーマ設計を含む。**Anchors**:• RESTful Web APIs(Leonard Richardson)/ 適用: API設計全般 / 目的: リソース指向設計の原則の習得• OpenAPI 3.1 仕様(OpenAPI Initiative)/ 適用: API契約設計 / 目的: 標準的なAPI仕様定義• JSON Schema(IETF)/ 適用: スキーマ設計 / 目的: バリデーションルールの明確化**Triggers**: API設計やAPIスキーマの定義が必要な時、バージョニング戦略を策定する時、Breaking Changes対応が必要な時、後方互換性を確保する時に使用
2026-01-05
orchestrating-deployment-pipelines.md
2
1 export orchestrating-deployment-pipelines
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill orchestrates complex, multi-stage deployment pipelines. It generates production-ready configurations and setup code based on user-specified requirements and infrastructure. Use this skill when the user asks to create a deployment pipeline, generate CI/CD configurations, or needs help with automating software deployments. Trigger terms include "deployment pipeline", "CI/CD", "automate deployment", "pipeline configuration", and "deployment orchestration".
2026-01-05
webapp-testing.md
2
1 export webapp-testing
2 Tencent from "Tencent/awesome-devbuddy"
3 使用 Playwright 与本地 Web 应用交互与测试的工具包。支持验证前端功能、调试 UI 行为、捕获浏览器截图以及查看浏览器日志。
2026-01-05
generating-test-data.md
2
1 export generating-test-data
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to generate realistic test data for software development. It uses the test-data-generator plugin to create users, products, orders, and custom schemas for comprehensive testing. Use this skill when you need to populate databases, simulate user behavior, or create fixtures for automated tests. Trigger phrases include "generate test data", "create fake users", "populate database", "generate product data", "create test orders", or "generate data based on schema". This skill is especially useful for populating testing environments or creating sample data for demonstrations.
2026-01-05
typescript-implementation.md
2
1 export typescript-implementation
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-angular"
3 Implement TypeScript patterns, convert JavaScript to TypeScript, add type annotations, create generics, implement decorators, and enforce strict type safety in Angular projects.
2026-01-05
run-tests.md
2
1 export run-tests
2 andres-ortizl from "andres-ortizl/dotfiles"
3 Run the test suite for anyformat-backend services using Docker Compose. Use when you need to validate code changes, debug failing tests, or verify that implementations work correctly before committing.
2026-01-05
check-bash.md
2
1 export check-bash
2 ManuelKugelmann from "ManuelKugelmann/BitBot"
3 Check bash script syntax without executing. Use before committing bash scripts or when verifying syntax correctness.
2026-01-05
development-guidelines.md
2
1 export development-guidelines
2 inchan from "inchan/zettel-memory"
3 This skill provides guidance on applying SOLID, DRY, KISS, YAGNI, and TDD principles to the ai-cli-syncer Rust project. Should be invoked when planning features, implementing code, reviewing changes, or refactoring to ensure adherence to established design principles and test-driven development practices.
2026-01-05
fullstory-stable-selectors.md
2
1 export fullstory-stable-selectors
2 fullstorydev from "fullstorydev/fs-skills"
3 Framework-agnostic guide for implementing stable, semantic selectors in any web application. Solves the dynamic class name problem caused by CSS-in-JS, CSS Modules, and build tools. Includes patterns for React, Angular, Vue, Svelte, Next.js, Astro, and more. Future-proofed for Computer User Agents (CUA) and AI-powered automation tools. Provides TypeScript patterns, naming taxonomies, and enterprise-scale conventions.
2026-01-05
doc-to-vector-dataset-generator.md
2
1 export doc-to-vector-dataset-generator
2 patricio0312rev from "patricio0312rev/skillset"
3 Converts documents into clean, chunked datasets suitable for embeddings and vector search. Produces chunked JSONL files with metadata, deduplication logic, and quality checks. Use when preparing "training data", "vector datasets", "document processing", or "embedding data".
2026-01-05
pre-pr-checklist.md
2
1 export pre-pr-checklist
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Validate documentation requirements before creating a PR. Checks for scratchpad entries, CHANGELOG updates, tests, and plan files based on change type. Use before creating pull requests to ensure all documentation gates are satisfied.
2026-01-05