Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
dart-dart-format
To format Dart code consistently, run `dart format .` on the given roots to apply standard formatting.
X-School-Academy/ai-dev-swarm 7
-
background-process-start-process
To start a long-running background task, launch a managed process such as a server or watcher and keep it tracked.
X-School-Academy/ai-dev-swarm 7
-
background-process-clear-process
To remove a finished background process from the manager list, clear a stopped process after it exits so it no longer appears in listings.
X-School-Academy/ai-dev-swarm 7
-
dart-signature-help
To see function or method signatures at a cursor position, get signature help for the API being called.
X-School-Academy/ai-dev-swarm 7
-
awslabs-aws-api-mcp-server-suggest-aws-commands
To get possible AWS CLI commands from a natural-language request, suggest candidate `aws ...` commands when the exact service, operation, or syntax is unclear; use before call-aws.
X-School-Academy/ai-dev-swarm 7
-
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/ai-dev-swarm 7
-
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/ai-dev-swarm 7
-
dart-get-active-location
To get the current cursor location from the connected editor, retrieve the active location after connecting to the Dart Tooling Daemon.
X-School-Academy/ai-dev-swarm 7
-
playwright-browser-handle-dialog
To accept or dismiss browser dialogs like alert/confirm/prompt, handle the dialog so automation can continue.
X-School-Academy/ai-dev-swarm 7
-
playwright-browser-wait-for
To wait for page state changes, wait for text to appear or disappear or for a timeout.
X-School-Academy/ai-dev-swarm 7
-
dart-connect-dart-tooling-daemon
To connect to the Dart Tooling Daemon for editor/runtime data, connect using a user-provided DTD URI before using related Dart tools.
X-School-Academy/ai-dev-swarm 7
-
observable-gepa-migration
Migrate DSPy GEPA usage in DSPy from the original to gepa-observable. This makes it possible for teams to clearly review each iteration and the lineage to understand how their prompt is evolving. The repository offers a web dashboard for monitoring, but requires a custom GEPA fork that provides custom observers and LM call logging. Use when developers want to add observability to GEPA optimization.
raveeshbhalla/dspy-gepa-logger 49
-
gepa-demo
Guide users who want to optimize their LLM prompts. We will interact with them, understanding their datasets and grader requirements, and finally writing DSPy code to optimize their prompt (using a custom implementation of the GEPA algorithm).
raveeshbhalla/dspy-gepa-logger 49
-
canvas-design
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
XD3an/awesome-ai-coding-all-in-one 9
-
continuous-learning
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
XD3an/awesome-ai-coding-all-in-one 9
-
verification-loop
XD3an/awesome-ai-coding-all-in-one 9
-
coding-standards
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
XD3an/awesome-ai-coding-all-in-one 9
-
pdf
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
XD3an/awesome-ai-coding-all-in-one 9
-
code-review
Reviews code for best practices and potential issues. Use when reviewing code, checking PRs, or analyzing code quality.
XD3an/awesome-ai-coding-all-in-one 9
-
planning-with-files
Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls. Now with automatic session recovery after /clear.
XD3an/awesome-ai-coding-all-in-one 9
-
eval-harness
XD3an/awesome-ai-coding-all-in-one 9
-
docx
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
XD3an/awesome-ai-coding-all-in-one 9
-
xlsx
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
XD3an/awesome-ai-coding-all-in-one 9
-
project-guidelines-example
XD3an/awesome-ai-coding-all-in-one 9