86184 Skills Available

Find awesome
Agent Skills

Agent-Skills.md is a agent skills marketplace, to find the right agent skills for you.

Popular searches

shfmt-configuration

Use when configuring shfmt for shell script formatting including .shfmt.toml setup, EditorConfig integration, and project-specific settings.

TheBushidoCollective
TheBushidoCollective
17520

runbooks-incident-response

Use when creating incident response procedures and on-call playbooks. Covers incident management, communication protocols, and post-mortem documentation.

TheBushidoCollective
TheBushidoCollective
17520

runbooks-structure

Use when creating structured operational runbooks for human operators. Covers runbook organization, documentation patterns, and best practices for clear operational procedures.

TheBushidoCollective
TheBushidoCollective
17520

runbooks-troubleshooting-guides

Use when creating troubleshooting guides and diagnostic procedures for operational issues. Covers problem diagnosis, root cause analysis, and systematic debugging.

TheBushidoCollective
TheBushidoCollective
17520

scratch-workspace

Use when creating temporary files, drafts, experiments, or any content that should not be committed to version control. Ensures proper placement in .claude/.scratch with gitignore configuration.

TheBushidoCollective
TheBushidoCollective
17520

sentry-alerts-issues

Use when configuring Sentry alerts, managing issues, or setting up notifications. Covers alert rules, issue triage, and integrations.

TheBushidoCollective
TheBushidoCollective
17520

sentry-error-capturing

Use when capturing and reporting errors to Sentry, adding context, or handling exceptions. Covers error boundaries, context enrichment, and fingerprinting.

TheBushidoCollective
TheBushidoCollective
17520

sentry-performance-monitoring

Use when setting up performance monitoring, distributed tracing, or profiling with Sentry. Covers transactions, spans, and performance insights.

TheBushidoCollective
TheBushidoCollective
17520

sentry-release-management

Use when managing Sentry releases, uploading source maps, or tracking deployments. Covers release health and commit association.

TheBushidoCollective
TheBushidoCollective
17520

sentry-sdk-configuration

Use when initializing Sentry in applications, configuring SDK options, or setting up integrations across different frameworks and platforms.

TheBushidoCollective
TheBushidoCollective
17520

sip-authentication-security

Use when implementing SIP authentication, security mechanisms, and encryption. Use when securing SIP servers, clients, or proxies.

TheBushidoCollective
TheBushidoCollective
17520

sip-media-negotiation

Use when handling SDP offer/answer, codec negotiation, media capabilities, and RTP session setup in SIP applications.

TheBushidoCollective
TheBushidoCollective
17520

sip-protocol-fundamentals

Use when working with SIP messages, methods, call flows, and protocol fundamentals for VoIP applications.

TheBushidoCollective
TheBushidoCollective
17520

tensorflow-data-pipelines

Create efficient data pipelines with tf.data

TheBushidoCollective
TheBushidoCollective
17520

tensorflow-model-deployment

Deploy and serve TensorFlow models

TheBushidoCollective
TheBushidoCollective
17520

tensorflow-neural-networks

Build and train neural networks with TensorFlow

TheBushidoCollective
TheBushidoCollective
17520

absinthe-resolvers

Use when implementing GraphQL resolvers with Absinthe. Covers resolver patterns, dataloader integration, batching, and error handling.

TheBushidoCollective
TheBushidoCollective
17520

absinthe-schema

Use when designing GraphQL schemas with Absinthe. Covers type definitions, interfaces, unions, enums, and schema organization patterns.

TheBushidoCollective
TheBushidoCollective
17520

absinthe-subscriptions

Use when implementing real-time GraphQL subscriptions with Absinthe. Covers Phoenix channels, PubSub, and subscription patterns.

TheBushidoCollective
TheBushidoCollective
17520

act-docker-setup

Use when configuring Docker environments for act, selecting runner images, managing container resources, or troubleshooting Docker-related issues with local GitHub Actions testing.

TheBushidoCollective
TheBushidoCollective
17520

act-local-testing

Use when testing GitHub Actions workflows locally with act. Covers act CLI usage, Docker configuration, debugging workflows, and troubleshooting common issues when running workflows on your local machine.

TheBushidoCollective
TheBushidoCollective
17520

act-workflow-syntax

Use when creating or modifying GitHub Actions workflow files. Provides guidance on workflow syntax, triggers, jobs, steps, and expressions for creating valid GitHub Actions workflows that can be tested locally with act.

TheBushidoCollective
TheBushidoCollective
17520

ansible-inventory

Use when managing hosts and groups in Ansible inventory for organizing infrastructure and applying configurations across environments.

TheBushidoCollective
TheBushidoCollective
17520

ansible-playbooks

Use when writing and organizing Ansible playbooks for automated configuration management and infrastructure orchestration.

TheBushidoCollective
TheBushidoCollective
17520

ansible-roles

Use when structuring and reusing code with Ansible roles for modular, maintainable automation and configuration management.

TheBushidoCollective
TheBushidoCollective
17520

apollo-client-patterns

Use when implementing Apollo Client patterns for queries, mutations, cache management, and local state in React applications.

TheBushidoCollective
TheBushidoCollective
17520

apollo-server-patterns

Use when building GraphQL APIs with Apollo Server requiring resolvers, data sources, schema design, and federation.

TheBushidoCollective
TheBushidoCollective
17520

blueprints-maintenance

Use after modifying existing systems to update blueprint documentation. Read blueprints before changes, update after. Prevents documentation drift.

TheBushidoCollective
TheBushidoCollective
17520

blueprints-organization

Use when managing blueprints directory structure and avoiding duplication. Always search existing blueprints before creating to prevent duplicate documentation. Handles naming conventions and cross-references.

TheBushidoCollective
TheBushidoCollective
17520

blueprints-writing

Use when creating or updating technical blueprint documentation for new features, API changes, or architectural modifications. Always search existing blueprints first to avoid duplication, then write with proper structure.

TheBushidoCollective
TheBushidoCollective
17520

create-blueprint

Research a specific system and create or update its blueprints/ documentation

TheBushidoCollective
TheBushidoCollective
17520

generate-blueprints

Deeply research all systems and create or update blueprints/ documentation for the entire codebase

TheBushidoCollective
TheBushidoCollective
17520

bun-bundler

Use when bundling JavaScript/TypeScript code with Bun's fast bundler. Covers building for different targets, tree-shaking, code splitting, and optimization strategies.

TheBushidoCollective
TheBushidoCollective
17520

bun-package-manager

Use when managing dependencies with Bun's package manager. Covers installing packages, workspaces, lockfiles, and migrating from npm/yarn/pnpm to Bun.

TheBushidoCollective
TheBushidoCollective
17520

mocha-assertions

Use when assertion libraries for Mocha including Chai with expect, should, and assert styles.

TheBushidoCollective
TheBushidoCollective
17520

mocha-configuration

Use when mocha configuration including reporters, config files, plugins, and CI integration.

TheBushidoCollective
TheBushidoCollective
17520

mocha-fundamentals

Use when mocha test structure, hooks, and async testing patterns for JavaScript testing.

TheBushidoCollective
TheBushidoCollective
17520

playwright-bdd-configuration

Use when configuring Playwright BDD projects, setting up defineBddConfig(), configuring feature and step file paths, and integrating with Playwright config.

TheBushidoCollective
TheBushidoCollective
17520

playwright-bdd-gherkin-syntax

Use when writing Gherkin feature files, using Scenario Outline with Examples, applying tags for test organization, and leveraging Background sections for shared setup.

TheBushidoCollective
TheBushidoCollective
17520

playwright-bdd-step-definitions

Use when creating step definitions with Given, When, Then, using createBdd() for step functions, implementing Page Object Model patterns, and sharing fixtures between steps.

TheBushidoCollective
TheBushidoCollective
17520

playwright-fixtures-and-hooks

Use when managing test state and infrastructure with reusable Playwright fixtures and lifecycle hooks for efficient test setup and teardown.

TheBushidoCollective
TheBushidoCollective
17520

playwright-page-object-model

Use when creating page objects or refactoring Playwright tests for better maintainability with Page Object Model patterns.

TheBushidoCollective
TheBushidoCollective
17520

playwright-test-architecture

Use when setting up Playwright test projects and organizing test suites with proper configuration and project structure.

TheBushidoCollective
TheBushidoCollective
17520

pulumi-basics

Use when writing infrastructure-as-code with Pulumi using programming languages for cloud resource provisioning.

TheBushidoCollective
TheBushidoCollective
17520

pulumi-components

Use when building reusable infrastructure components with Pulumi for modular, composable cloud resources.

TheBushidoCollective
TheBushidoCollective
17520

pulumi-stacks

Use when managing multiple environments with Pulumi stacks for development, staging, and production deployments.

TheBushidoCollective
TheBushidoCollective
17520

pytest-advanced

Use when advanced Pytest features including markers, custom assertions, hooks, and coverage configuration.

TheBushidoCollective
TheBushidoCollective
17520

pytest-fixtures

Use when pytest fixtures, conftest files, parametrize decorators, and fixture scopes for comprehensive test setup.

TheBushidoCollective
TheBushidoCollective
17520

pytest-plugins

Use when pytest plugin ecosystem including pytest-cov, pytest-mock, and custom plugin development.

TheBushidoCollective
TheBushidoCollective
17520

rspec-advanced

Use when advanced RSpec features including custom matchers, shared examples, metadata, and hooks.

TheBushidoCollective
TheBushidoCollective
17520

Page 550 of 1724 · 86184 results

Adoption

Agent Skills are supported by leading AI development tools.

FAQ

Frequently asked questions about Agent Skills.

01

What are Agent Skills?

Agent Skills are reusable, production-ready capability packs for AI agents. Each skill lives in its own folder and is described by a SKILL.md file with metadata and instructions.

02

What does this agent-skills.md site do?

Agent Skills is a curated directory that indexes skill repositories and lets you browse, preview, and download skills in a consistent format.

03

Where are skills stored in a repo?

By default, the site scans the skills/ folder. You can also submit a URL that points directly to a specific skills folder.

04

What is required inside SKILL.md?

SKILL.md must include YAML frontmatter with at least name and description. The body contains the actual guidance and steps for the agent.

05

How can I submit a repo?

Click Submit in the header and paste a GitHub URL that points to a skills folder. We’ll parse it and add any valid skills to the directory.