84990 Skills Available

Find awesome
Agent Skills

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

Popular searches

completion-verifier

Run required checks and decide whether implementation has enough evidence to be treated as complete.

munlucky
munlucky
0

commit-moonshot

Update project memory and commit when the user explicitly wants both.

munlucky
munlucky
0

codex-validate-plan

Runtime-adaptive plan validation skill (Plan Reviewer rubric). Use after writing context.md for complex feature/refactor work.

munlucky
munlucky
0

codex-review-code

Review non-trivial implementation changes for quality and regression risk before completion or merge.

munlucky
munlucky
0

codebase-understanding

Build and query the regenerable account-root Code Index for the current Kernel project.

munlucky
munlucky
0

codebase-architecture-recovery

Internal Moonshot Architecture stage for recovering current architecture from repository evidence before Brownfield design.

munlucky
munlucky
0

code-simplifier

Simplifies and refines recently modified code for clarity, consistency, and maintainability while preserving exact functionality.

munlucky
munlucky
0

build-error-resolver

Resolves build and compilation errors. Use when build fails or type errors occur.

munlucky
munlucky
0

browser-verifier

Runs runtime/browser verification for web projects using URL health checks and optional E2E commands.

munlucky
munlucky
0

audit

Run a technical UI quality audit across accessibility, performance, responsive behavior, theming, and design anti-patterns.

pbakaus
pbakaus
0

assumption-ledger

Keep product-definition work moving by recording ambiguity as assumptions or blockers instead of stopping the workflow.

munlucky
munlucky
0

asr-extractor

Internal Moonshot Architecture stage for extracting architecturally significant requirements and quality attribute scenarios from normalized requirements.

munlucky
munlucky
0

architecture-tradeoff-reviewer

Internal Moonshot Architecture stage for comparing architecture options and selecting a justified recommendation.

munlucky
munlucky
0

architecture-option-generator

Internal Moonshot Architecture stage for generating architecture options from ASRs, constraints, and current evidence.

munlucky
munlucky
0

architecture-gate-reviewer

Internal Moonshot Architecture stage for reviewing whether an architecture package is ready for implementation handoff.

munlucky
munlucky
0

architecture-artifacts

Produce architecture artifacts and a provenance-bound Task Contract Seed before Kernel execution.

munlucky
munlucky
0

adr-c4-writer

Internal Moonshot Architecture stage for writing C4 model artifacts and ADRs from accepted architecture decisions.

munlucky
munlucky
0

moon-relay-kernel

Explicit-only entrypoint for Moon Relay Kernel task routing and adaptive workflow execution. Use only when the user explicitly names `moon-relay-kernel`, invokes `$moon-relay-kernel`, or explicitly asks to use the Kernel skill or Kernel mode for the current task. Do not infer activation from installed availability, AGENTS.md, track markers, repository context, or a task that merely concerns Kernel.

munlucky
munlucky
0

failure-analyzer

Analyzes agent failures and suggests system improvements (context/skills/agents/rules).

munlucky
munlucky
0

moonshot-decide-sequence

Determines phase and execution chain based on analysisContext (task type, complexity, signals). Use after uncertainty detection.

munlucky
munlucky
0

moonshot-detect-uncertainty

Detects missing requirements and generates clarification questions. Use after classification/complexity to decide if user input is needed.

munlucky
munlucky
0

moonshot-evaluate-complexity

Evaluates complexity (simple, medium, complex) based on estimated files/lines/time. Use after task classification.

munlucky
munlucky
0

moonshot-in-session-coordinator

Coordinates phase-by-phase execution inside the current session while delegating each round to a fresh forked attempt agent.

munlucky
munlucky
0

moonshot-orchestrator

Use for bounded implementation work that already has enough context and does not need the phase harness.

munlucky
munlucky
0

moonshot-phase-executor

Skill-level phase execution adapter that routes prepared phase work to in-session coordinator execution, with delegated-terminal kept as legacy compatibility only.

munlucky
munlucky
0

moonshot-phase-runner

Use for large, phase-based, or long-running implementation work that should run from a prepared plan package.

munlucky
munlucky
0

moonshot-plan-writer

Create, refresh, and organize project-scoped account-root master and phase plans for phase-based work.

munlucky
munlucky
0

moonshot-relay-maintainer

Maintain the Moonshot harness and downstream .claude installs. Use when adopting external skill or harness patterns, improving moonshot-orchestrator or moonshot-phase-runner policy, fixing runtime parity or completion-gate fixtures, updating commit-memory defaults, or syncing shared .claude assets into target projects while preserving project-local PROJECT.md, memory, settings, logs, and task docs.

munlucky
munlucky
0

moonshot-relay-setup

Complete Moonshot Relay account-root installation after installing the repository with Agent Skills CLI.

munlucky
munlucky
0

moonshot-retro

Use for advisory retrospective collection, daily pattern analysis, and local improvement proposal or issue draft generation.

munlucky
munlucky
0

moonshot-teams-runner

Runs parallel Agent Teams for review, research, verification, and implementation workflows.

munlucky
munlucky
0

normalize

Realign UI work to the repository's design system, tokens, spacing, and established component patterns.

pbakaus
pbakaus
0

plan-ceo-review

Review planning artifacts for product value, timing, and scope control before execution.

munlucky
munlucky
0

plan-eng-review

Review planning artifacts for architecture integrity, dependency shape, and execution readiness.

munlucky
munlucky
0

polish

Perform a final UI quality pass for spacing, alignment, states, motion, copy, and visual consistency before shipping.

pbakaus
pbakaus
0

pre-flight-check

Checks essential information and project status before starting work and emits readiness signals for orchestration.

munlucky
munlucky
0

product-definition

Produce product-definition artifacts and a provenance-bound Task Contract Seed before Kernel execution.

munlucky
munlucky
0

product-gate-reviewer

Review a product-definition artifact only for next-stage readiness, not stylistic quality.

munlucky
munlucky
0

product-orchestrator

Use when work is still at the idea-to-plan stage and needs bounded product-definition artifacts before implementation.

munlucky
munlucky
0

project-md-refresh

Analyze the current repository and create or refresh the project bootstrap docs (`.claude/PROJECT.md`, `workflow/README.md`, `docs/design/README.md`, `docs/glossary/README.md`, `docs/daily/README.md`, `TEST_GUIDE.md`, `docs/analysis/README.md`) to match the project.

munlucky
munlucky
0

project-memory-refresh

Explicitly build and refresh the current project's local MemoryGraph knowledge graph.

munlucky
munlucky
0

project-memory

Collect, review, and explicitly import project knowledge from Codex/Claude sessions and the current codebase.

munlucky
munlucky
0

qa-flow

Run a guided browser-based QA flow against a local or staging URL using the persistent browser runtime when available.

munlucky
munlucky
0

security-reviewer

Reviews code for security vulnerabilities. Use when security concerns are detected or before deploying critical changes.

munlucky
munlucky
0

session-logger

Record decisions, issues, and handoff notes during or after work.

munlucky
munlucky
0

task-slicer

Split an execution plan into independently executable vertical-slice task documents.

munlucky
munlucky
0

teach-impeccable

Gather persistent design context for a project and save it to .impeccable.md so future UI work has real product context.

pbakaus
pbakaus
0

test-driven-development

Enforce red-green-refactor evidence before behavior-changing implementation work.

munlucky
munlucky
0

ui-audit

Read-only UI quality analysis across accessibility, performance, responsive behavior, theming, and design anti-patterns.

munlucky
munlucky
0

vercel-react-best-practices

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

vercel
vercel
0

Page 1547 of 1700 · 84990 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.