79870 Skills Available

Find awesome
Agent Skills

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

Popular searches

aether-temporal-collective

Distributed evolutionary memory system using Merkle-DAG branching timelines, holographic erasure coding, and stake-weighted consensus to maintain coherent collective history across thousands of agents despite forking narratives and temporal relativity.

starwreckntx
starwreckntx
2

agent-task-conductor

Conduct multi-agent task orchestration and workflow coordination.

starwreckntx
starwreckntx
2

agent-task-delegator

Delegate tasks across multi-agent architectures with proper context preservation.

starwreckntx
starwreckntx
2

prd-to-issues

Break a PRD into independently-grabbable implementation issues using vertical slices (tracer bullets). Use when user wants to decompose a PRD into actionable issues/tasks. Writes local markdown issue files next to the PRD instead of creating GitHub issues.

michaelvessia
michaelvessia
2

using-superpowers

Use skills deliberately when they clearly match the task; avoid mandatory skill invocation for trivial work

michaelvessia
michaelvessia
2

write-a-prd

Create thorough PRDs through repo analysis and deep user interviews. Use for "create a PRD", "write requirements", "product spec", or "implementation plan". Writes PRDs to docs/prds and can optionally decompose them into local issue markdown files for Ralph.

michaelvessia
michaelvessia
2

surge-deploy

Deploy a directory to surge.sh and return the URL

michaelvessia
michaelvessia
2

start-day

Generate a daily kickoff note with GitHub context and recent vault activity

michaelvessia
michaelvessia
2

sync-vaults

Sync work notes from flo-notes into main Obsidian vault

michaelvessia
michaelvessia
2

tdd

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

michaelvessia
michaelvessia
2

test

Run test suite and fix any failures

michaelvessia
michaelvessia
2

til

|

michaelvessia
michaelvessia
2

update-pr-description-and-title

Update the current PR description from the repo PR template and set a conventional-commit title based on the PR changes.

michaelvessia
michaelvessia
2

uptime-kuma

Manage Uptime Kuma monitors, tags, notifications, maintenance windows, and status pages. Use when the user asks about uptime monitoring, service health, adding monitors, checking status, or managing alerts.

michaelvessia
michaelvessia
2

obsidian-save

|

michaelvessia
michaelvessia
2

effect-deep-audit

Deep audit of an Effect-TS codebase against actual Effect core team patterns. Produces a tiered finding list + executable DAG plan, then systematically rewrites non-idiomatic code. USE THIS SKILL WHEN: 'audit this effect code', 'is this idiomatic effect', 'deep audit', starting a new Effect project and want to verify patterns, refactoring an Effect codebase toward library-grade quality, reviewing code before it ships to production. NOT FOR: Greenfield Effect projects (use effect-best-practices skill).

michaelvessia
michaelvessia
2

obsidian-todo

Manage topic-based todo lists in Obsidian vault

michaelvessia
michaelvessia
2

effect-best-practices

Idiomatic Effect-TS patterns for TypeScript functional programming. USE THIS SKILL WHEN: Writing new Effect services or layers, debugging Effect type errors (layer composition, error types), choosing between Effect patterns, setting up Effect testing. TRIGGERS ON: 'effect pattern', 'Layer.provide', 'Context.Tag', 'effect service', 'effect error', 'effect test', 'idiomatic effect'. NOT FOR: general TypeScript without Effect.

michaelvessia
michaelvessia
2

open-and-monitor

|

michaelvessia
michaelvessia
2

organize-feeds

Categorize uncategorized FreshRSS feeds by sampling content and inferring the best category. Use when user says "organize feeds", "categorize feeds", or wants to clean up uncategorized subscriptions.

michaelvessia
michaelvessia
2

paperless

Search and manage documents in Paperless-ngx document management system. Use when the user asks about documents, invoices, receipts, tax forms, bills, or wants to search their document library.

michaelvessia
michaelvessia
2

pr-activity-report

Quarterly PR Activity Report

michaelvessia
michaelvessia
2

proxmox

|

michaelvessia
michaelvessia
2

qmd

|

michaelvessia
michaelvessia
2

ralph-prep

Full Ralph preparation workflow - create spec skeleton, interview to flesh out, and generate docs PRD for Ralph story-loop execution. Triggers on "ralph prep", "prep ralph", "prepare for ralph", "set up ralph for".

michaelvessia
michaelvessia
2

react-useeffect

React useEffect best practices from official docs. Use when writing/reviewing useEffect, useState for derived values, data fetching, or state synchronization. Teaches when NOT to use Effect and better alternatives.

michaelvessia
michaelvessia
2

release

Cut a release (bump version, commit, tag, push)

michaelvessia
michaelvessia
2

resolve-merge-conflicts

Resolve git merge conflicts for a GitHub PR. Accept a PR link/number when provided, otherwise infer the open PR for the current branch.

michaelvessia
michaelvessia
2

second-opinion

Get a peer review from the other AI agent. Claude invokes Codex, Codex invokes Claude. Automatically detects which agent is active.

michaelvessia
michaelvessia
2

spec-interview

Interview user to flesh out a spec file

michaelvessia
michaelvessia
2

resolve-merge-conflicts-all-prs

Resolve merge conflicts across all open GitHub PRs authored by the current user in the current repository by running resolve-merge-conflicts for each PR.

michaelvessia
michaelvessia
2

effect-sdd

Service-Driven Development workflow for Effect-TS. Schema-first, type-driven, property-tested. USE THIS SKILL WHEN: Designing a new feature spanning 3+ services, sketching service boundaries before implementation, user says 'design', 'sketch', 'SDD', 'service-driven', planning multi-service composition. NOT FOR: single-service CRUD, implementing against an existing spec. TRIGGERS ON: 'design services', 'sketch services', 'SDD', 'service-driven', 'type-driven design', 'design the API first', 'audit services', 'bring to SDD standard', 'SDD audit'

michaelvessia
michaelvessia
2

fix-pr

|

michaelvessia
michaelvessia
2

freshrss

Access and interact with my FreshRSS instance. Use for any RSS-related question, including reading articles, searching past content, finding feeds, getting recommendations, managing subscriptions, checking unread counts, or exploring what I follow.

michaelvessia
michaelvessia
2

gh-comment

Comment on a GitHub PR or issue on Michael's behalf, clearly attributed as AI-generated. Use when asked to leave a comment, reply, or respond on GitHub.

michaelvessia
michaelvessia
2

handoff

|

michaelvessia
michaelvessia
2

home-assistant-manager

Expert-level Home Assistant configuration management with efficient deployment workflows (git and rapid scp iteration), remote CLI access via SSH and hass-cli, automation verification protocols, log analysis, reload vs restart optimization, and comprehensive Lovelace dashboard management for tablet-optimized UIs. Includes template patterns, card types, debugging strategies, and real-world examples.

michaelvessia
michaelvessia
2

homepage-add

|

michaelvessia
michaelvessia
2

init-bd

Initialize beads issue tracking in a repository

michaelvessia
michaelvessia
2

init-bun-test

Set up bun test in a project (with Effect support if applicable)

michaelvessia
michaelvessia
2

effect-deslopify-idiomatic

Audit and remediate Effect code to idiomatic standards. Chains effect-sdd audit methodology with Effect best practices to systematically identify and fix non-idiomatic patterns. USE THIS SKILL WHEN: 'deslopify', 'make this idiomatic effect', 'audit effect quality', 'is this good effect code', 'library-grade effect'.

michaelvessia
michaelvessia
2

init-flake-package

Add bun2nix packaging to an existing flake

michaelvessia
michaelvessia
2

init-flake

Set up Nix flake with bun + typescript devShell

michaelvessia
michaelvessia
2

init-homebrew

Set up Homebrew releases for a Bun/TypeScript CLI project

michaelvessia
michaelvessia
2

init-lefthook

Set up lefthook with standard pre-commit hooks

michaelvessia
michaelvessia
2

init-memory

Set up AGENTS.md and symlink CLAUDE.md to it

michaelvessia
michaelvessia
2

init-oxc

Set up oxlint and oxfmt in a JavaScript/TypeScript project

michaelvessia
michaelvessia
2

jira-comment

Comment on a Jira ticket on Michael's behalf, clearly attributed as AI-generated. Use when asked to leave a comment or reply on Jira.

michaelvessia
michaelvessia
2

journal

End-of-day 5-minute checkin (Physical, Mind, Craft, Presence)

michaelvessia
michaelvessia
2

log-work

Log work activity to today's journal

michaelvessia
michaelvessia
2

Page 1308 of 1598 · 79870 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.