86183 Skills Available

Find awesome
Agent Skills

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

Popular searches

jest-testing-patterns

Use when jest testing patterns including unit tests, mocks, spies, snapshots, and assertion techniques for comprehensive test coverage.

TheBushidoCollective
TheBushidoCollective
17520

junit-extensions

Use when jUnit extensions including custom extensions, rules, and conditional test execution.

TheBushidoCollective
TheBushidoCollective
17520

junit-fundamentals

Use when jUnit fundamentals including annotations, assertions, and test lifecycle for Java testing.

TheBushidoCollective
TheBushidoCollective
17520

junit-parameterized

Use when jUnit parameterized tests with various value sources and test factories.

TheBushidoCollective
TheBushidoCollective
17520

kubernetes-manifests

Use when writing and deploying Kubernetes manifests for container orchestration.

TheBushidoCollective
TheBushidoCollective
17520

kubernetes-resources

Use when managing Kubernetes resources including deployments, services, configmaps, and secrets.

TheBushidoCollective
TheBushidoCollective
17520

kubernetes-security

Use when implementing Kubernetes security best practices including RBAC, pod security policies, and network policies.

TheBushidoCollective
TheBushidoCollective
17520

kustomize-basics

Use when customizing Kubernetes configurations without templates using Kustomize overlays and patches.

TheBushidoCollective
TheBushidoCollective
17520

kustomize-generators

Use when generating ConfigMaps and Secrets with Kustomize for Kubernetes configuration management.

TheBushidoCollective
TheBushidoCollective
17520

kustomize-overlays

Use when managing environment-specific Kubernetes configurations with Kustomize overlays and patches.

TheBushidoCollective
TheBushidoCollective
17520

maven-build-lifecycle

Use when working with Maven build phases, goals, profiles, or customizing the build process for Java projects.

TheBushidoCollective
TheBushidoCollective
17520

maven-dependency-management

Use when managing Maven dependencies, resolving dependency conflicts, configuring BOMs, or optimizing dependency trees in Java projects.

TheBushidoCollective
TheBushidoCollective
17520

maven-plugin-configuration

Use when configuring Maven plugins, setting up common plugins like compiler, surefire, jar, or creating custom plugin executions.

TheBushidoCollective
TheBushidoCollective
17520

mise-environment-management

Use when managing environment variables and project settings with Mise. Covers env configuration, direnv replacement, and per-directory settings.

TheBushidoCollective
TheBushidoCollective
17520

mise-task-configuration

Use when defining and configuring Mise tasks in mise.toml. Covers task definitions, dependencies, file tasks, and parallel execution.

TheBushidoCollective
TheBushidoCollective
17520

mise-tool-management

Use when managing development tool versions with Mise. Covers installing tools, version pinning, and replacing language-specific version managers.

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

rspec-fundamentals

Use when rSpec fundamentals including describe, context, it blocks, let, and basic matchers for BDD testing.

TheBushidoCollective
TheBushidoCollective
17520

rspec-mocking

Use when rSpec mocking with doubles, stubs, mocks, spies, and partial mocking strategies.

TheBushidoCollective
TheBushidoCollective
17520

credo-custom-checks

Use when creating custom Credo checks for project-specific code quality rules and standards in Elixir.

TheBushidoCollective
TheBushidoCollective
17520

dialyzer-analysis

Use when analyzing and fixing Dialyzer warnings and type discrepancies in Erlang/Elixir code.

TheBushidoCollective
TheBushidoCollective
17520

dialyzer-configuration

Use when configuring Dialyzer for Erlang/Elixir type checking and static analysis.

TheBushidoCollective
TheBushidoCollective
17520

debug

Investigate and diagnose issues without necessarily fixing them

TheBushidoCollective
TheBushidoCollective
17520

boy-scout-rule

Use when modifying existing files, refactoring, improving code quality, or touching legacy code by applying the Boy Scout Rule to leave code better than you found it.

TheBushidoCollective
TheBushidoCollective
17520

dialyzer-integration

Use when integrating Dialyzer into development workflows and CI/CD pipelines for Erlang/Elixir projects.

TheBushidoCollective
TheBushidoCollective
17520

eslint-configuration

Use when eSLint configuration including config files, extends, plugins, and environment setup.

TheBushidoCollective
TheBushidoCollective
17520

eslint-custom

Use when custom ESLint rules and plugins including rule development, AST traversal, and publishing.

TheBushidoCollective
TheBushidoCollective
17520

eslint-rules

Use when eSLint built-in rules including rule configuration, severity levels, and disabling strategies.

TheBushidoCollective
TheBushidoCollective
17520

markdown-documentation

Use when writing technical documentation, READMEs, or project documentation in markdown. Covers structure, conventions, and best practices.

TheBushidoCollective
TheBushidoCollective
17520

markdown-syntax-fundamentals

Use when writing or editing markdown files. Covers headings, text formatting, lists, links, images, code blocks, and blockquotes.

TheBushidoCollective
TheBushidoCollective
17520

baseline-restorer

Use when multiple fix attempts fail and you need to systematically restore to a working baseline and reimplement instead of fixing broken code.

TheBushidoCollective
TheBushidoCollective
17520

architect

Design system architecture and high-level technical strategy

TheBushidoCollective
TheBushidoCollective
17520

plugin-development

Use when creating or modifying Han plugins. Covers plugin structure, configuration, hooks, skills, and best practices.

TheBushidoCollective
TheBushidoCollective
17520

bdd-principles

Core BDD concepts, philosophy, and the Three Amigos practice

TheBushidoCollective
TheBushidoCollective
17520

markdown-tables

Use when creating or formatting tables in markdown. Covers table syntax, alignment, escaping, and best practices.

TheBushidoCollective
TheBushidoCollective
17520

Page 555 of 1724 · 86183 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.