Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
playwright-browser-tabs
To manage browser tabs, list, create, select, or close Playwright tabs.
X-School-Academy/ai-dev-swarm 7
-
playwright-browser-type
To type text into an editable field, enter text into inputs or textareas.
X-School-Academy/ai-dev-swarm 7
-
dart-dart-fix
To apply automated Dart fixes, run `dart fix --apply` on the given roots to resolve suggested changes.
X-School-Academy/ai-dev-swarm 7
-
playwright-browser-take-screenshot
To take a screenshot of a page or element, capture an image for visual verification.
X-School-Academy/ai-dev-swarm 7
-
playwright-browser-resize
To resize the browser window, change viewport size to test responsive layouts.
X-School-Academy/ai-dev-swarm 7
-
playwright-browser-close
To close the current Playwright page, close the page to end the session or free resources.
X-School-Academy/ai-dev-swarm 7
-
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/ai-dev-swarm 7
-
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/ai-dev-swarm 7
-
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/ai-dev-swarm 7
-
dart-get-widget-tree
To inspect the Flutter widget tree of the running app, retrieve the widget hierarchy after connecting to the Dart Tooling Daemon.
X-School-Academy/ai-dev-swarm 7
-
context7-query-docs
To fetch up-to-date docs and code examples from Context7 for a known library, query by a resolved library ID after running resolve-library-id (max 3 calls).
X-School-Academy/ai-dev-swarm 7
-
playwright-browser-press-key
To press a keyboard key in the page, send a key press for shortcuts or input behavior.
X-School-Academy/ai-dev-swarm 7
-
playwright-browser-snapshot
To capture an accessibility snapshot of the current page, take a structured snapshot for UI inspection.
X-School-Academy/ai-dev-swarm 7
-
background-process-get-process-output
To read logs from a managed background process, fetch recent output (head or tail) for a process so you can inspect its stdout/stderr.
X-School-Academy/ai-dev-swarm 7
-
playwright-browser-run-code
To run a custom Playwright script on the page, execute a code snippet for advanced interactions.
X-School-Academy/ai-dev-swarm 7
-
dart-get-selected-widget
To find the currently selected Flutter widget in the running app, get the selected widget after connecting to the Dart Tooling Daemon.
X-School-Academy/ai-dev-swarm 7
-
dart-hot-reload
To apply latest code changes to a running Flutter app, trigger hot reload after connecting to the Dart Tooling Daemon.
X-School-Academy/ai-dev-swarm 7
-
context7-resolve-library-id
To find the Context7-compatible library ID for a package or product name, resolve the library ID before querying docs unless the user already provided an /org/project ID (max 3 calls).
X-School-Academy/ai-dev-swarm 7
-
playwright-browser-install
To install the Playwright browser defined in config, run this when the browser is missing or not installed.
X-School-Academy/ai-dev-swarm 7
-
playwright-browser-select-option
To choose an option in a dropdown, select one or more values in a select element.
X-School-Academy/ai-dev-swarm 7
-
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/ai-dev-swarm 7
-
background-process-run-command-sync
To run a short command and wait for the result, execute a synchronous shell command via the manager and return full output.
X-School-Academy/ai-dev-swarm 7
-
playwright-browser-navigate-back
To go back in browser history, navigate to the previous page from the current page.
X-School-Academy/ai-dev-swarm 7
-
dart-add-roots
To register project roots for Dart tooling access, add one or more root paths before using other Dart tools on those projects.
X-School-Academy/ai-dev-swarm 7