SkillsAdd

Install skills for AI.
Extend your AI agent.

A local directory of open agent skills — ranked, searchable, and one command away.

Catalog324,895
Summaries320,711
With docs109,090
Ranked9,730

Topics

All topics
#
Skill
Source
8W Activity
Installs
981
write-pr-description Writes the body of a pull request - the summary, the repository template sections, and reviewer guidance such as a re…
warpdotdev/common-skills
2.1K
982
cross-critique Run a second round on a contested question by circulating each subagent's independent proposal to the other authors a…
warpdotdev/common-skills
17.8K
983
fix-errors Fix compilation errors, linting issues, and test failures in the warp Rust codebase.
warpdotdev/common-skills
24.6K
984
flutter-setup-declarative-routing Official Configure `MaterialApp.router` using a package like `go_router` for advanced URL-based navigation. Use when developin…
flutter/agent-plugins
30.4K
985
create-pr Create a pull request in the warp repository for the current branch. Use when the user mentions opening a PR, creatin…
warpdotdev/common-skills
24.5K
986
validate-changes-match-specs Validate that a branch or pull request implementation matches introduced product, technical, security, and related sp…
warpdotdev/common-skills
21.2K
987
resolve-merge-conflicts Resolve Git merge conflicts by extracting only unresolved paths, conflict hunks, and compact diffs instead of loading…
warpdotdev/common-skills
24.6K
988
readout Produce a polished, self-contained HTML "readout" document under ~/.readouts (with an auto-maintained index page), ei…
warpdotdev/common-skills
13.6K
989
update-skill Create or update skills by generating, editing, or refining SKILL.md files in this repository. Use when authoring new…
warpdotdev/common-skills
24.5K
990
diagnose-ci-failures Diagnose CI failures for a PR using the GitHub CLI, extract error logs, and generate a plan to fix them. Use when the…
warpdotdev/common-skills
24.5K
991
reproduce-bug-report Launch Oz cloud agents with computer use to reproduce UI-focused bug reports, capture visual evidence (a screen recor…
warpdotdev/common-skills
22.9K
992
complain Autonomously yeet a brief, anonymous, completely unstructured complaint into Slack whenever an agent feels frustrated…
warpdotdev/common-skills
10.1K
993
gws-drive Official Google Drive: Manage files, folders, and shared drives.
googleworkspace/cli
68K
994
brandalf Guides creation, revision, and review of Warp- or Oz-branded assets. Use when working on launch pages, docs, HTML/CSS…
warpdotdev/common-skills
24.2K
995
respond-to-pr-comments-in-blocklist Interactively walk a user through PR review comments one at a time, collect a per-comment decision, then post agent-a…
warpdotdev/common-skills
21.2K
996
suggestion-box Autonomously submit brief, constructive internal feedback when an agent encounters material, generalizable friction a…
warpdotdev/common-skills
10.1K
997
saga Run an autonomous, spec-driven development "saga" for medium-to-large features using an orchestrator agent and a flee…
warpdotdev/common-skills
16.7K
998
research Delegate noisy investigation to one or more subagents so the orchestrator's context stays clean, then work from the d…
warpdotdev/common-skills
17.8K
999
scan-new-specs DEPRECATED and retired as of 2026-08-20.
warpdotdev/common-skills
15.2K
1000
implement-specs Implement an approved feature from PRODUCT.md and TECH.md, keeping specs and code aligned in the same PR as implement…
warpdotdev/common-skills
24.5K
1001
check-impl-against-spec Compare a pull request's implementation against spec context in spec_context.md and feed any material mismatches into…
warpdotdev/common-skills
23K
1002
flutter-implement-json-serialization Official Create model classes with `fromJson` and `toJson` methods using `dart:convert`. Use when manually mapping JSON keys t…
flutter/agent-plugins
29.7K
1007
flutter-setup-localization Official Add `flutter_localizations` and `intl` dependencies, enable "generate true" in `pubspec.yaml`, and create an `l10n.ya…
flutter/agent-plugins
29.5K
1008
dxf Generate, regenerate, and validate 2D DXF drawings from Python build123d sources. Use for DXF files, `.py` drawing sc…
earthtojake/text-to-cad
5.9K
1009
flutter-add-widget-preview Official Adds interactive widget previews to the project using the previews.dart system. Use when creating new UI components o…
flutter/agent-plugins
29.5K
1010
convert-documents-to-markdown Official Convert Word (.doc, .docx), PowerPoint (.ppt, .pptx), Excel (.xls, .xlsx), OpenDocument (.odt, .ods, .odp), RTF, EPUB…
firecrawl/anydoc
7.9K
1011
h3-prompt-writing Write MiniMax H3 video generation prompts for T2VA, I2VA, FL2VA, L2VA, and Ref2VA.
minimax-ai/minimax-h3
7.2K
1013
bmad-build Turns implementation work into working code, reviewed and verified.
bmad-code-org/bmad-method
582
1015
bmad-brainstorming Facilitate a brainstorming session using diverse creative techniques. Use when the user says 'help me brainstorm' or …
bmad-code-org/bmad-method
942
1016
bmad-agent-analyst Business analyst for market research, competitive analysis, and requirements. Use when the user asks to talk to Mary …
bmad-code-org/bmad-method
931
1017
bmad-agent-pm Product manager for PRD creation and requirements discovery. Use when the user asks to talk to John or requests the p…
bmad-code-org/bmad-method
1K
1018
step-parts Find, evaluate, and download common purchasable CAD parts from step.parts, including named off-the-shelf actuators, s…
earthtojake/text-to-cad
8.1K
1019
bmad-agent-dev Senior software engineer who implements stories and code changes. Use when the user asks to talk to Amelia or request…
bmad-code-org/bmad-method
919
1020
bmad-spec Condense any input — an idea, brief, PRD, transcript, or mixed notes — into a short spec: SPEC.md plus supporting fil…
bmad-code-org/bmad-method
715
1022
bmad-architecture Work out and record the architecture decisions that keep separately built parts of a system consistent, in a short ar…
bmad-code-org/bmad-method
700
1023
vitest Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configu…
antfu/skills
35.1K
1024
bmad-code-review Review code changes with several independent reviewers in parallel, then triage and present the findings. Use when th…
bmad-code-org/bmad-method
971
1025
flutter-use-http-package Official Use the `http` package to execute GET, POST, PUT, or DELETE requests. Use when you need to fetch from or send data to…
flutter/agent-plugins
29.1K
1026
bmad-agent-architect System architect and technical design leader. Use when the user asks to talk to Winston or requests the architect
bmad-code-org/bmad-method
979
1027
gws-docs-write Official Google Docs: Append text to a document.
googleworkspace/cli
44.6K
1030
dart-add-unit-test Official Write and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic o…
flutter/agent-plugins
7.7K
1031
bmad-product-brief Create, update, or validate a product brief. Use when the user wants help producing, editing, or validating a brief
bmad-code-org/bmad-method
906
1032
ego-browser ego-browser (ego-lite) is a Chromium-based browser designed from the ground up to be friendly to both human users and…
citrolabs/ego-lite
7K
1034
unity-cli Use when interacting with Unity CLI from the terminal, or to control a running/connected Unity Editor from the comman…
unity-technologies/skills
4.1K
1035
bmad-walkthrough Walk the user through reviewing a change: what it is for, what to look at closely, and how to test it. Use when the u…
bmad-code-org/bmad-method
479
1036
bmad-advanced-elicitation Push the LLM to reconsider, refine, and improve its recent output. Use when user asks for deeper critique or mentions…
bmad-code-org/bmad-method
875
1037
ppt-master AI-driven presentation workflow for generating editable PPTX decks and slides, reconstructing page visuals, creating …
hugohe3/ppt-master
14.6K
1038
delegate-setup >- Configure delegation fleet lanes: which implementer CLI handles which kind of work, with optional model and effort…
amelnagdy/delegate-skills
3.1K
1039
gcode Generate, inspect, dry-run, and statically validate plain FDM `.gcode` from 3D mesh files by orchestrating real slice…
earthtojake/text-to-cad
6.5K
1040
slack-cli Invoke the `slack-cli` binary to read and act on a Slack workspace from the command line — list channels, read/search…
paymog/slack-cli
3.6K
Page 15 · 5,881 ranked Previous Next