74166 Skills Available

Find awesome
Agent Skills

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

Popular searches

dart-pub

To run Dart or Flutter pub commands like `pub get` or `pub add`, execute a pub command for the given roots.

X-School-Academy
X-School-Academy
73

dart-remove-roots

To remove previously registered Dart project roots, revoke tool access by removing those roots.

X-School-Academy
X-School-Academy
73

dart-resolve-workspace-symbol

To search for symbols across Dart workspaces, resolve a symbol name to find definitions or catch spelling errors.

X-School-Academy
X-School-Academy
73

dart-run-tests

To run Dart or Flutter tests with the agent-centric test runner, execute tests using this tool instead of shell `dart test` or `flutter test`.

X-School-Academy
X-School-Academy
73

dart-set-widget-selection-mode

To enable or disable widget selection mode in a running Flutter app, set selection mode after connecting to the Dart Tooling Daemon.

X-School-Academy
X-School-Academy
73

dart-signature-help

To see function or method signatures at a cursor position, get signature help for the API being called.

X-School-Academy
X-School-Academy
73

playwright-browser-click

To click a page element in the browser, perform a click on buttons, links, or controls during Playwright automation.

X-School-Academy
X-School-Academy
73

playwright-browser-close

To close the current Playwright page, close the page to end the session or free resources.

X-School-Academy
X-School-Academy
73

playwright-browser-console-messages

To read console logs from the current page, retrieve console messages for debugging JavaScript output.

X-School-Academy
X-School-Academy
73

playwright-browser-drag

To drag and drop between elements on a web page, perform a drag interaction from a source to a target.

X-School-Academy
X-School-Academy
73

playwright-browser-evaluate

To run JavaScript in the page context, evaluate an expression on the page or a specific element for inspection or manipulation.

X-School-Academy
X-School-Academy
73

playwright-browser-file-upload

To upload files through a file input, provide one or more file paths for a page file chooser.

X-School-Academy
X-School-Academy
73

playwright-browser-fill-form

To fill multiple form fields at once, set values for inputs, checkboxes, and selects in a single call.

X-School-Academy
X-School-Academy
73

playwright-browser-handle-dialog

To accept or dismiss browser dialogs like alert/confirm/prompt, handle the dialog so automation can continue.

X-School-Academy
X-School-Academy
73

playwright-browser-hover

To hover over a page element, trigger hover states such as menus or tooltips.

X-School-Academy
X-School-Academy
73

playwright-browser-install

To install the Playwright browser defined in config, run this when the browser is missing or not installed.

X-School-Academy
X-School-Academy
73

playwright-browser-navigate-back

To go back in browser history, navigate to the previous page from the current page.

X-School-Academy
X-School-Academy
73

playwright-browser-navigate

open a URL, open a web page, open web browser, or navigate the current page in the web browser to a new URL.

X-School-Academy
X-School-Academy
73

playwright-browser-network-requests

To inspect network activity since page load, list network requests to review API calls and resources.

X-School-Academy
X-School-Academy
73

playwright-browser-press-key

To press a keyboard key in the page, send a key press for shortcuts or input behavior.

X-School-Academy
X-School-Academy
73

playwright-browser-resize

To resize the browser window, change viewport size to test responsive layouts.

X-School-Academy
X-School-Academy
73

playwright-browser-run-code

To run a custom Playwright script on the page, execute a code snippet for advanced interactions.

X-School-Academy
X-School-Academy
73

playwright-browser-select-option

To choose an option in a dropdown, select one or more values in a select element.

X-School-Academy
X-School-Academy
73

playwright-browser-snapshot

To capture an accessibility snapshot of the current page, take a structured snapshot for UI inspection.

X-School-Academy
X-School-Academy
73

playwright-browser-tabs

To manage browser tabs, list, create, select, or close Playwright tabs.

X-School-Academy
X-School-Academy
73

playwright-browser-take-screenshot

To take a screenshot of a page or element, capture an image for visual verification.

X-School-Academy
X-School-Academy
73

playwright-browser-type

To type text into an editable field, enter text into inputs or textareas.

X-School-Academy
X-School-Academy
73

playwright-browser-wait-for

To wait for page state changes, wait for text to appear or disappear or for a timeout.

X-School-Academy
X-School-Academy
73

dev-swarm-code-development

Complete backlog implementation in feature-driven development. Read backlog requirements, reference implemented features, design approach, implement code, and document. Use when implementing features, changes, bug fixes, or improvements.

X-School-Academy
X-School-Academy
73

dev-swarm-code-review

Review and audit code quality, architecture, and implementation. Verify code meets design specs, find bugs, identify improvements, and create change/bug/improve backlogs. Use when reviewing completed code, auditing implementations, or ensuring quality.

X-School-Academy
X-School-Academy
73

dev-swarm-code-test

Create and execute comprehensive tests including unit tests, integration tests, CLI tests, web/mobile UI tests, API tests, and log analysis. Find bugs, verify requirements, identify improvements, and create change/bug/improve backlogs. Use when testing implementations or ensuring quality.

X-School-Academy
X-School-Academy
73

dev-swarm-create-update-agent-skill

Create or update agent skills following the agent skill specification. Use when user asks to create a new skill or update an existing skill.

X-School-Academy
X-School-Academy
73

dev-swarm-draft-commit-message

Draft a conventional commit message when the user asks to commit, commit changes, git commit, or save changes to git. Use when user says "commit", "commit this", "commit changes", "make a commit", or similar.

X-School-Academy
X-School-Academy
73

dev-swarm-flutter-installation

Install and configure Flutter SDK. Use when setting up a Flutter development environment.

X-School-Academy
X-School-Academy
73

dev-swarm-git-merge

Perform git partial merges (checkout specific folders from another branch) and squash merges (clean single-commit integration) to selectively integrate changes across branches.

X-School-Academy
X-School-Academy
73

dev-swarm-headless-ai-agents

Run popular AI code agents (Claude Code, Codex, Gemini CLI) in headless or non-interactive mode for automation, scripting, and programmatic execution. Use when automating AI agent tasks or integrating into CI/CD pipelines.

X-School-Academy
X-School-Academy
73

dev-swarm-install-ai-code-agent

Install AI code agent CLI tools including claude-code, gemini-cli, codex, and github copilot-cli. Use when setting up AI coding assistants or when the user asks to install an AI code agent.

X-School-Academy
X-School-Academy
73

dev-swarm-mcp-server

Add and manage Model Context Protocol (MCP) servers for AI agents, including transports, scopes, and config files. Use when extending agent capabilities with new tools or data sources.

X-School-Academy
X-School-Academy
73

dev-swarm-mermaid

Create Mermaid diagrams and convert them to images. Use when needing to visualize flows, architecture, or data structures.

X-School-Academy
X-School-Academy
73

dev-swarm-nodejs

Install and configure Node.js, npm, and pnpm using nvm. Use when setting up a Node.js environment.

X-School-Academy
X-School-Academy
73

dev-swarm-npm-publish

Publish JavaScript/TypeScript packages to the npm registry with consistent metadata, versioning, and release checks. Use when preparing or executing an npm release.

X-School-Academy
X-School-Academy
73

dev-swarm-project-restore

Restore a project from 99-archive, a remote git repo, or a local codebase back to the workspace root, including reconstructing missing docs, stages, and sprints. Use when the user asks to resume work on an existing project.

X-School-Academy
X-School-Academy
73

dev-swarm-python

Install and configure Python and uv. Use when setting up a Python environment.

X-School-Academy
X-School-Academy
73

dev-swarm-refine-mcp-skill-descriptions

Review and refine MCP skill descriptions to follow the agent skill specification, and record approved overrides in dev-swarm/mcp_descriptions.yaml. Use when the user asks to update one MCP skill description, all skills from a server, or all MCP skills.

X-School-Academy
X-School-Academy
73

dev-swarm-screen-snapshot

Capture and inspect specific screen regions (e.g., mobile simulators, app windows) using a background streaming process. Use for UI debugging and troubleshooting.

X-School-Academy
X-School-Academy
73

dev-swarm-slash-commands

Create custom slash commands for popular AI agents (Claude Code, Codex, Gemini CLI). Use when user asks to create slash commands, custom commands, or reusable prompts for AI agent CLIs.

X-School-Academy
X-School-Academy
73

dev-swarm-stage-architecture

Design the complete system architecture including components, data flow, infrastructure, database schema, and API design. Use when starting stage 07 (architecture) or when user asks about system design, tech stack, or database schema.

X-School-Academy
X-School-Academy
73

dev-swarm-stage-archive

Archive the current project so the repo is ready for a brand-new project start from ideas.md. Use when user asks to archive the project or start a new project from ideas.md.

X-School-Academy
X-School-Academy
73

dev-swarm-stage-deployment

Deploy to production, configure infrastructure, set up monitoring, and prepare for launch. Use when starting stage 11 (deployment) or when user asks to deploy, go-live, or launch the product.

X-School-Academy
X-School-Academy
73

dev-swarm-stage-devops

Set up DevOps infrastructure including GitHub repositories, CI/CD pipelines, containerization, and cloud infrastructure (AWS, RunPod). Use when starting stage 09 (devops) or when user asks about CI/CD, Docker, or cloud setup.

X-School-Academy
X-School-Academy
73

Page 1026 of 1484 · 74166 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.