77433 Skills Available

Find awesome
Agent Skills

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

Popular searches

safety_validation

Validate changes against .agentignore before commit.

CheekyCodexConjurer
CheekyCodexConjurer
0

shadow_coder

Build parallel architectures safely without breaking current behavior.

CheekyCodexConjurer
CheekyCodexConjurer
0

size_guard

Enforce line budgets and rotate or split large context files.

CheekyCodexConjurer
CheekyCodexConjurer
0

skills_auditor

Detect incorrectly installed skills and report issues.

CheekyCodexConjurer
CheekyCodexConjurer
0

Create Strategy (LEAN)

Use this skill when you need to add a new LEAN QCAlgorithm strategy in Python.

CheekyCodexConjurer
CheekyCodexConjurer
0

Create UI Component

Use this skill when creating a new React UI component. It provides a consistent Lumina-style template.

CheekyCodexConjurer
CheekyCodexConjurer
0

cupertino-ui-consistency

Maintain Cupertino + Lumina visual consistency for the AERA frontend. Use when creating or modifying UI, CSS/tokens, layouts, components, menus/overlays, tables, charts, or interaction states in this repo.

CheekyCodexConjurer
CheekyCodexConjurer
0

frontend-design-lumina

Design or redesign frontend interfaces in quant-lab with high-quality, production-ready UI/UX while preserving Lumina identity. Use when the user asks for UI polish, visual redesign, page/layout revamp, dashboard/chart UX improvements, interaction quality upgrades, or anti-generic "AI-looking" frontend output.

CheekyCodexConjurer
CheekyCodexConjurer
0

Plan Task (Architectural)

Use when the user asks for a plan or the task is complex/ambiguous. Enforces AGENTS.md workflow and encourages loading other relevant skills.

CheekyCodexConjurer
CheekyCodexConjurer
0

Refactor/Slice File

Use this skill when a file exceeds ~350 lines (target) / approaches the 500-line hard cap, or has mixed responsibilities (UI + Logic + Types).

CheekyCodexConjurer
CheekyCodexConjurer
0

Sync Documentation

Use this skill at the end of a task to ensure documentation matches the code.

CheekyCodexConjurer
CheekyCodexConjurer
0

ast_injection

Use AST-aware edits to reduce syntax errors and maintain structure.

CheekyCodexConjurer
CheekyCodexConjurer
0

brave-search

Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.

Nsttt
Nsttt
0

create-cli

>

Nsttt
Nsttt
0

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

Nsttt
Nsttt
0

instruments-profiling

Use when profiling native macOS or iOS apps with Instruments/xctrace. Covers correct binary selection, CLI arguments, exports, and common gotchas.

Nsttt
Nsttt
0

markdown-converter

Convert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analysis.

Nsttt
Nsttt
0

nano-banana-pro

Generate/edit images with Nano Banana Pro (Gemini 3 Pro Image). Use for image create/modify requests incl. edits. Supports text-to-image + image-to-image; 1K/2K/4K; use --input-image.

Nsttt
Nsttt
0

obsidian-daily-dump

Create one Obsidian note per Codex session in a dedicated vault folder and include a backlink to today's daily note. Use when asked to dump session context, log work done, or archive session knowledge in Obsidian.

Nsttt
Nsttt
0

openai-image-gen

Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.

Nsttt
Nsttt
0

oracle

Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.

Nsttt
Nsttt
0

video-transcript-downloader

Download videos, audio, subtitles, and clean paragraph-style transcripts from YouTube and any other yt-dlp supported site. Use when asked to “download this video”, “save this clip”, “rip audio”, “get subtitles”, “get transcript”, or to troubleshoot yt-dlp/ffmpeg and formats/playlists.

Nsttt
Nsttt
0

python-env-uv

Setup and manage Python environments using uv. Initialize projects, create virtual environments, install packages, and manage dependencies with pyproject.toml. Use when setting up new Python projects or managing dependencies.

meo-mumu
meo-mumu
0

acceptance-test

Use when writing acceptance tests or adding scenarios to spec.yaml. Defines Given/When/Then format and acceptance test patterns.

craigtkhill
craigtkhill
0

create-skill

Use when creating or modifying skills. Defines skill file structure, naming conventions, and integration patterns.

craigtkhill
craigtkhill
0

evaluation

Use when creating or updating agent evaluation suites. Defines eval structure, rubrics, and validation patterns.

craigtkhill
craigtkhill
0

install-dependencies

Use when adding project dependencies. Defines dependency management rules and language-specific patterns.

craigtkhill
craigtkhill
0

test-driven-development

Use when writing tests or implementing code. Defines RED-GREEN-REFACTOR cycle and test execution workflow.

craigtkhill
craigtkhill
0

spec-test-driven-development

Use when user requests new features or functionality. Defines complete workflow from specification through testing to implementation.

craigtkhill
craigtkhill
0

specifying-requirements

Use when writing or updating spec.yaml files. Defines requirement format and user story structure.

craigtkhill
craigtkhill
0

pre-commit-hooks

Use when running pre-commit hooks manually (e.g. before committing or after implementing). This project uses prek, not pre-commit. Defines the correct commands for running hooks.

craigtkhill
craigtkhill
0

update-dependencies

Use when updating existing pinned dependencies. Defines unpin-resolve-repin workflow with test verification and rollback on failure.

craigtkhill
craigtkhill
0

write-commit-message

Use when creating git commits. Defines conventional commit format and message structure guidelines.

craigtkhill
craigtkhill
0

refactoring-code

Use during REFACTOR phase of TDD (after GREEN), when logic is duplicated, or when locality of behavior is violated. Defines search-first workflow, duplication detection, locality principles, and safe refactoring practices.

craigtkhill
craigtkhill
0

toolbox-uuid

Create a UUID (Universally Unique Identifier).

chaddm
chaddm
0

launch-opencode

Launch an instance of OpenCode in a specified directory, run a prompt using the task-runner agent, and return the result. Uses bash to execute the command.

chaddm
chaddm
0

math

Compute a value from a Python math expression string.

chaddm
chaddm
0

weather

Return information about the weather for a given location.

chaddm
chaddm
0

creating-skills

Use this skill when creating new Claude Code skills, editing existing skills, converting sub-agents to skills, or helping users build custom automation workflows. This includes designing skill structures, writing SKILL.md files, organizing supporting files, creating skill templates, and setting up hooks for skill automation. Trigger keywords: create skill, new skill, build skill, make skill, skill for, automate with skill, convert to skill, skill template.

webmasterarbez
webmasterarbez
01

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

bchewy
bchewy
0

claude-skill-sync

Copy or sync Claude skills from ~/.claude/skills into ~/.codex/skills so they are available in Codex. Use when asked to import, migrate, copy, or sync Claude skills, or when moving skills between Claude and Codex with optional repeatable sync.

bchewy
bchewy
0

generating-commits

Generates Conventional Commits messages, then commits changes. Use when the user says "commit", "git commit", or asks to commit changes, wants to create a commit, or when work is complete and ready to commit.

sabertazimi
sabertazimi
0

generating-handoff-context

Generates comprehensive context summaries for async team handoffs. Use when user says "create handoff", "handoff summary", "I'm leaving for the day", or needs to pass work to another team member.

frntfinancial
frntfinancial
0

generating-morning-notes

Generates daily crypto morning note from both analysis scripts. Use when user asks for "morning notes", "morning note", or "daily report".

frntfinancial
frntfinancial
0

Start/Stop App

Start or stop the user-management FastAPI app. Use when you need to tun or kill the dev server.

merlinsaw
merlinsaw
0

Database Migration

Executes database migrations using the postgres MCP server. Use when applying schema changes, running migrations, or updating databese structure.

merlinsaw
merlinsaw
0

discovery-pack

Complete project discovery workflow using Jobs-to-be-Done, Amazon PR/FAQ, ADR, and Lean Startup validation. Transforms ambiguous ideas into structured specifications ready for implementation. Activate when user mentions "discovery", "requirements discovery", "project framing", "validate assumptions", "JTBD analysis", or before starting implementation of unclear ideas.

nsalvacao
nsalvacao
0

dispatching-parallel-agents

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

jssee
jssee
0

executing-tickets

Use to implement tickets created by writing-tickets skill

jssee
jssee
0

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code

jssee
jssee
0

Page 1524 of 1549 · 77433 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.