86255 Skills Available

Find awesome
Agent Skills

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

Popular searches

mcp-client

Universal MCP client for connecting to any MCP server with progressive disclosure. Wraps MCP servers as skills to avoid context window bloat from tool definitions. Use when interacting with external MCP servers (Zapier, Sequential Thinking, GitHub, filesystem, etc.), listing available tools, or executing MCP tool calls. Triggers on requests like "connect to Zapier", "use MCP server", "list MCP tools", "call Zapier action", "use sequential thinking", or any MCP server interaction.

coleam00
coleam00
638195

sop-creator

Create runbooks, playbooks, and technical documentation for engineering teams. Use when the user wants to document a process, create a runbook, build operational docs, or formalize any repeatable technical procedure. Triggers on requests like "create a runbook for...", "document this process", "write a playbook", or any technical documentation request.

coleam00
coleam00
638195

kcli-testing

Guides testing and code quality for kcli. Use when writing tests, running linting, or validating changes before committing.

karmab
karmab
636168

kcli-configuration

Guides kcli configuration and provider setup. Use when setting up ~/.kcli/config.yml, configuring providers (KVM, AWS, GCP, Azure, etc.), or managing profiles.

karmab
karmab
636168

kcli-provider-development

Guides implementation of new virtualization providers for kcli. Use when adding support for a new cloud platform, hypervisor, or infrastructure provider.

karmab
karmab
636168

kcli-plan-authoring

Guides creation of kcli plan files for deploying VMs, networks, and infrastructure. Use when writing YAML plans with Jinja2 templating or debugging plan execution issues.

karmab
karmab
636168

kcli

Comprehensive guide for kcli usage. Use when creating VMs, deploying plans, managing clusters, or performing any kcli operations. Covers all common user workflows.

karmab
karmab
636168

kcli-vm-operations

Guides VM lifecycle operations with kcli. Use when creating, managing, or troubleshooting virtual machines across providers.

karmab
karmab
636168

kcli-cluster-deployment

Guides deployment and management of Kubernetes clusters with kcli. Use when deploying OpenShift, k3s, kubeadm, or other Kubernetes distributions.

karmab
karmab
636168

ai-development-guide

Technical decision criteria, anti-pattern detection, debugging techniques, and quality check workflow. Use when making technical decisions, detecting code smells, or performing quality assurance.

shinpr
shinpr
629100

coding-principles

Language-agnostic coding principles for maintainability, readability, and quality. Use when implementing features, refactoring code, or reviewing code quality.

shinpr
shinpr
629100

subagents-orchestration-guide

Guides subagent coordination through implementation workflows. Use when orchestrating multiple agents, managing workflow phases, or determining autonomous execution mode.

shinpr
shinpr
629100

documentation-criteria

Documentation creation criteria including PRD, ADR, Design Doc, and Work Plan requirements with templates. Use when creating or reviewing technical documents, or determining which documents are required.

shinpr
shinpr
629100

testing-principles

Language-agnostic testing principles including TDD, test quality, coverage standards, and test design patterns. Use when writing tests, designing test strategies, or reviewing test quality.

shinpr
shinpr
629100

task-analyzer

Performs metacognitive task analysis and skill selection. Use when determining task complexity, selecting appropriate skills, or estimating work scale.

shinpr
shinpr
629100

typescript-rules

React/TypeScript frontend development rules including type safety, component design, state management, and error handling. Use when implementing React components, TypeScript code, or frontend features.

shinpr
shinpr
629100

integration-e2e-testing

Integration and E2E test design principles, ROI calculation, test skeleton specification, and review criteria. Use when designing integration tests, E2E tests, or reviewing test quality.

shinpr
shinpr
629100

implementation-approach

Implementation strategy selection framework. Use when planning implementation strategy, selecting development approach, or defining verification criteria.

shinpr
shinpr
629100

recipe-add-integration-tests

Add integration/E2E tests to existing codebase using Design Docs

shinpr
shinpr
629100

recipe-build

Execute decomposed tasks in autonomous execution mode

shinpr
shinpr
629100

recipe-design

Execute from codebase analysis to design document creation

shinpr
shinpr
629100

llm-friendly-context

Clarifies inputs, outputs, success criteria, decisions, and unresolved conditions so downstream agents can execute without guessing. Use when writing or revising LLM-facing prompts, handoffs, planning artifacts, reviews, reports, or generated instructions.

shinpr
shinpr
629100

external-resource-context

Captures and persists access methods for resources outside the repository (design source, design system, API schema, IaC source, secret store) so downstream work can reach them deterministically. Use when work depends on external resources, or when the user mentions design source, design system, API schema, IaC source, secret store, or canonical source.

shinpr
shinpr
629100

recipe-front-adjust

Adjust an already-implemented UI in-session with verification against the design source

shinpr
shinpr
629100

recipe-diagnose

Investigate problem, verify findings, and derive solutions

shinpr
shinpr
629100

recipe-front-review

Design Doc compliance and security validation with optional auto-fixes

shinpr
shinpr
629100

recipe-front-plan

Create frontend work plan from design document and obtain plan approval

shinpr
shinpr
629100

recipe-fullstack-implement

Orchestrate full-cycle implementation across backend and frontend layers

shinpr
shinpr
629100

recipe-front-build

Execute frontend implementation in autonomous execution mode

shinpr
shinpr
629100

recipe-implement

Orchestrate the complete implementation lifecycle from requirements to deployment

shinpr
shinpr
629100

recipe-front-design

Execute from codebase analysis to frontend design document creation

shinpr
shinpr
629100

recipe-fullstack-build

Execute decomposed fullstack tasks with layer-aware agent routing

shinpr
shinpr
629100

recipe-review

Design Doc compliance and security validation with optional auto-fixes

shinpr
shinpr
629100

test-implement

Test implementation patterns and conventions. Use when implementing unit tests, integration tests, or E2E tests, including RTL+Vitest+MSW component testing and Playwright E2E testing.

shinpr
shinpr
629100

recipe-reverse-engineer

Generate PRD and Design Docs from existing codebase through discovery, generation, verification, and review workflow

shinpr
shinpr
629100

recipe-task

Execute tasks following appropriate rules with rule-advisor metacognition

shinpr
shinpr
629100

recipe-update-doc

Update existing design documents (Design Doc / PRD / ADR) with review

shinpr
shinpr
629100

recipe-plan

Create work plan from design document and obtain plan approval

shinpr
shinpr
629100

recipe-prepare-implementation

Verifies the work plan is implementable end-to-end and resolves verification-lane / fixture / E2E-environment gaps before the build phase begins. Use when "implement-ready/verification readiness/lane setup/E2E environment missing" is mentioned, or before any build phase begins on a work plan whose readiness has not been preflight-checked.

shinpr
shinpr
629100

skill-name

Clear description of what this skill does and when to use it. Include trigger keywords and contexts inline, e.g. "Use when user wants to X, Y, or Z."

resciencelab
resciencelab
62669

compose-navigation

Implement navigation in Jetpack Compose using Navigation Compose. Use when asked to set up navigation, pass arguments between screens, handle deep links, or structure multi-screen apps.

new-silvermoon
new-silvermoon
62561

coil-compose

Expert guidance on using Coil for image loading in Jetpack Compose. Use this when asked about loading images from URLs, handling image states, or optimizing image performance in Compose.

new-silvermoon
new-silvermoon
62561

android-accessibility

Expert checklist and prompts for auditing and fixing Android accessibility issues, especially in Jetpack Compose.

new-silvermoon
new-silvermoon
62561

android-testing

Comprehensive testing strategy involving Unit, Integration, Hilt, and Screenshot tests.

new-silvermoon
new-silvermoon
62561

android-emulator-skill

Production-ready scripts for Android app testing, building, and automation. Provides semantic UI navigation, build automation, log monitoring, and emulator lifecycle management. Optimized for AI agents with minimal token output.

new-silvermoon
new-silvermoon
62561

gradle-build-performance

Debug and optimize Android/Gradle build performance. Use when builds are slow, investigating CI/CD performance, analyzing build scans, or identifying compilation bottlenecks.

new-silvermoon
new-silvermoon
62561

compose-performance-audit

Audit and improve Jetpack Compose runtime performance from code review and architecture. Use when asked to diagnose slow rendering, janky scrolling, excessive recompositions, or performance issues in Compose UI.

new-silvermoon
new-silvermoon
62561

kotlin-concurrency-expert

Kotlin Coroutines review and remediation for Android. Use when asked to review concurrency usage, fix coroutine-related bugs, improve thread safety, or resolve lifecycle issues in Kotlin/Android code.

new-silvermoon
new-silvermoon
62561

xml-to-compose-migration

Convert Android XML layouts to Jetpack Compose. Use when asked to migrate Views to Compose, convert XML to Composables, or modernize UI from View system to Compose.

new-silvermoon
new-silvermoon
62561

rxjava-to-coroutines-migration

Guide and execute the migration of asynchronous code from RxJava to Kotlin Coroutines and Flow. Use this skill when a user asks to convert RxJava (Observables, Singles, Completables, Subjects) to Coroutines (suspend functions, Flows, StateFlows).

new-silvermoon
new-silvermoon
62561

Page 361 of 1726 · 86255 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.