85376 Skills Available

Find awesome
Agent Skills

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

Popular searches

protobuf-design

Protocol Buffers and Interface Definition Languages for service contracts

melodic-software
melodic-software
417

openapi-design

Contract-first REST API design with OpenAPI 3.1 specification

melodic-software
melodic-software
417

asyncapi-design

Event-driven API specification with AsyncAPI 3.0 for message-based architectures

melodic-software
melodic-software
417

api-contract

Generate OpenAPI, AsyncAPI, or Protobuf contract from requirements. Use for contract-first API development.

melodic-software
melodic-software
417

saga-patterns

Distributed transaction patterns using orchestration and choreography

melodic-software
melodic-software
417

event-storming-advanced

Deep dive Event Storming beyond big picture

melodic-software
melodic-software
417

event-sourcing-design

Event sourcing patterns and design decisions

melodic-software
melodic-software
417

event-modeling

Adam Dymitruk's Event Modeling methodology with swimlanes

melodic-software
melodic-software
417

cqrs-architecture

CQRS pattern implementation and query optimization

melodic-software
melodic-software
417

zachman-analyze

Analyze from Zachman perspective (row: planner/owner/designer/builder/subcontractor/user, column: what/how/where/who/when/why)

melodic-software
melodic-software
417

zachman-analysis

Apply Zachman Framework perspective analysis with honest limitations. Analyze architecture from specific row/column perspectives.

melodic-software
melodic-software
417

wardley-mapping

Wardley Mapping for strategic positioning and situational awareness. Covers value chain mapping, evolution stages, landscape analysis, gameplay patterns, and strategic decision-making. Use for technology strategy, competitive analysis, and architectural investment decisions.

melodic-software
melodic-software
417

togaf-phase

Get guidance for TOGAF ADM phase (preliminary, A-H, requirements)

melodic-software
melodic-software
417

togaf-guidance

Guide users through TOGAF ADM phases with context-aware advice. Use when applying TOGAF methodology or understanding ADM phase activities.

melodic-software
melodic-software
417

bash-aliases

Manage git and Claude Code bash aliases. Run without flags for interactive wizard.

melodic-software
melodic-software
417

git-config

Comprehensive Git configuration guide covering global settings, aliases, performance tuning, credential management, maintenance, .gitattributes, clone shortcuts, and troubleshooting. Use when configuring Git beyond basic setup, optimizing Git performance, setting up aliases, managing credentials (GitHub CLI, Windows Credential Manager), configuring line ending strategy, setting up .gitattributes, enabling Git maintenance, or troubleshooting configuration issues. Cross-platform guidance for Windows, macOS, and Linux.

melodic-software
melodic-software
417

git-hooks

Central authority on git hook implementations, modern best practices, and tooling for .NET/C#, JavaScript/TypeScript, Python, and polyglot repositories. Covers framework selection (Husky.Net, lefthook, Husky, pre-commit), setup workflows, Conventional Commits, semantic versioning, secret scanning (gitleaks, TruffleHog), performance optimization, CI/CD integration, testing strategies, and team collaboration patterns. Adaptive to project scale from solo developers to enterprise teams. Use for setting up git hooks, configuring pre-commit/commit-msg/pre-push hooks, integrating dotnet format/dotnet test, ESLint/Prettier, Black/Ruff/mypy, commitlint, choosing between frameworks, optimizing hook performance, enforcing code quality, automating testing, and troubleshooting hook issues.

melodic-software
melodic-software
417

git-identity

Multi-identity Git configuration with directory-scoped isolation. Sets up per-directory user email, GPG signing keys, and SSH keys using includeIf conditional includes. Use when configuring work vs personal Git identities, fixing "Unverified" commits from email/GPG key mismatch, setting up multiple GitHub accounts on one machine, auditing identity isolation, or troubleshooting includeIf, GPG key selection, or SSH key routing issues.

melodic-software
melodic-software
417

github-issues

Query and search GitHub issues using gh CLI with web fallback. Supports filtering by labels, state, assignees, and full-text search. Use when troubleshooting errors, checking if an issue is already reported, or finding workarounds.

melodic-software
melodic-software
417

broadcast-event

Design WebSocket event broadcasting for ADW observability. Use when streaming workflow events to external dashboards or monitoring systems.

melodic-software
melodic-software
417

audit-layer

Audit a codebase for agentic layer coverage and identify investment opportunities. Use to assess agentic maturity and find gaps.

melodic-software
melodic-software
417

analyze-prompt

Analyze existing prompt and suggest improvements using the Seven Levels framework

melodic-software
melodic-software
417

agentic-layer-audit

Audit codebase for agentic layer coverage and identify gaps. Use when assessing agentic layer maturity, identifying investment opportunities, or evaluating primitive coverage.

melodic-software
melodic-software
417

agentic-layer-assessment

Assess agentic layer maturity using the 12-grade classification system (Class 1-3). Use when evaluating codebase readiness, identifying next upgrade steps, or tracking progress toward the Codebase Singularity.

melodic-software
melodic-software
417

agentic-kpi-tracking

Track and measure agentic coding KPIs for ZTE progression. Use when measuring workflow effectiveness, tracking Size/Attempts/Streak/Presence metrics, or assessing readiness for autonomous operation.

melodic-software
melodic-software
417

install-worktree

Set up isolated Git worktree environment for parallel agent execution. Use when parallelizing agents across branches.

melodic-software
melodic-software
417

mock-interview

Run an interactive system design mock interview - simulates a real interview with problem statement, follow-ups, and structured feedback

melodic-software
melodic-software
417

ml-pipeline

Design an ML system for a problem

melodic-software
melodic-software
417

ml-inference-optimization

ML inference latency optimization, model compression, distillation, caching strategies, and edge deployment patterns. Use when optimizing inference performance, reducing model size, or deploying ML at the edge.

melodic-software
melodic-software
417

docs-as-code

Documentation pipeline automation and docs-as-code workflows

melodic-software
melodic-software
417

onboarding-docs

Developer onboarding documentation and learning paths

melodic-software
melodic-software
417

rfc-process

Request for Comments (RFC) process for technical proposals

melodic-software
melodic-software
417

runbook-creation

Operational runbook templates for incident response and procedures

melodic-software
melodic-software
417

build

Smart .NET build with fuzzy project matching and optional --fix for MCP-driven error resolution

melodic-software
melodic-software
417

clean

Recursively clean bin/obj folders with optional package cache and artifacts cleanup

melodic-software
melodic-software
417

coverage-report

Generate test coverage reports with HTML visualization and threshold enforcement

melodic-software
melodic-software
417

template-engineering

Guide creation of meta-prompt templates that encode engineering workflows into reusable, scalable units. Use when creating slash commands that generate plans, designing workflow templates, or encoding team best practices into agentic prompts.

melodic-software
melodic-software
417

template-meta-prompt-creation

Create Level 6 template meta-prompts that generate other prompts. Use when building prompt generators, designing high-leverage meta-prompts, or creating templates that scaffold other prompts.

melodic-software
melodic-software
417

test-e2e

Execute end-to-end test specification and report results. Use after implementation to validate user journeys before review.

melodic-software
melodic-software
417

test-suite-setup

Set up test validation commands for any project type. Use when configuring test runners, setting up validation commands for a new project, or enabling closed-loop agent workflows.

melodic-software
melodic-software
417

test

Run project test suite and report results in structured JSON format. Use to validate implementation before commit or review.

melodic-software
melodic-software
417

tool-design

Create custom tools using the @tool decorator for domain-specific agents. Use when building agent-specific tools, implementing MCP servers, or creating in-memory tools with the Agent SDK.

melodic-software
melodic-software
417

tools

List all available Claude Code tools with their parameters and capabilities. Use to understand current tool availability before starting a task.

melodic-software
melodic-software
417

track-kpis

Calculate and update agentic coding KPIs to measure ZTE progression. Use after completing an ADW cycle to track metrics.

melodic-software
melodic-software
417

upgrade-prompt

Upgrade an existing prompt to a higher level. Use when a prompt needs more advanced capabilities (control flow, delegation, etc.).

melodic-software
melodic-software
417

validate-workflow

Validate AI Developer Workflow step outputs and contracts. Use when verifying workflow step completeness before proceeding.

melodic-software
melodic-software
417

zte-progression

Guide progression from In-Loop to Out-Loop to Zero-Touch Engineering. Use when assessing agentic maturity, planning ZTE progression, or identifying requirements for autonomous operation.

melodic-software
melodic-software
417

cognitive-load-assessment

Measure and manage team cognitive load

melodic-software
melodic-software
417

cognitive-load

Assess and optimize team cognitive load using cognitive load theory. Use for team health analysis and workload optimization.

melodic-software
melodic-software
417

interaction-patterns

Team interaction modes and their evolution over time

melodic-software
melodic-software
417

Page 830 of 1708 · 85376 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.