Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
dev-swarm-stage-prd
Create a comprehensive Product Requirements Document defining complete product behavior, functional and non-functional requirements, and user flows. Use when starting stage 05 (prd) or when user asks to define product requirements or acceptance criteria.
X-School-Academy/ai-dev-swarm 7
-
dev-swarm-stage-personas
Create/Update detailed user personas and user stories based on market research and business requirements. Use when starting stage 02 (personas) or when user asks to create/update personas, user stories, or user journey maps.
X-School-Academy/ai-dev-swarm 7
-
dev-swarm-use-computer
Control the computer by taking screenshots, moving the mouse, clicking, and typing. Use this skill when you need to interact with GUI applications or perform actions that require visual feedback.
X-School-Academy/ai-dev-swarm 7
-
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/ai-dev-swarm 7
-
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/ai-dev-swarm 7
-
dev-swarm-python
Install and configure Python and uv. Use when setting up a Python environment.
X-School-Academy/ai-dev-swarm 7
-
dev-swarm-stage-init-ideas
Transform raw ideas into structured business requirements by clarifying the problem, defining the solution, and identifying target users. Use when starting stage 00 (init-ideas) or when user asks to define business requirements from ideas.
X-School-Academy/ai-dev-swarm 7
-
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/ai-dev-swarm 7
-
awslabs-aws-api-mcp-server-call-aws
To run an exact AWS CLI command, execute a validated `aws ...` command for direct AWS operations when you already know the precise service and parameters; use instead of suggesting commands.
X-School-Academy/ai-dev-swarm 7
-
dart-get-runtime-errors
To read recent runtime errors from a running Dart or Flutter app, fetch runtime errors after connecting to the Dart Tooling Daemon.
X-School-Academy/ai-dev-swarm 7
-
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/ai-dev-swarm 7
-
background-process-stop-process
To stop a managed background task, terminate a running process by ID to shut it down cleanly.
X-School-Academy/ai-dev-swarm 7
-
playwright-browser-network-requests
To inspect network activity since page load, list network requests to review API calls and resources.
X-School-Academy/ai-dev-swarm 7
-
playwright-browser-console-messages
To read console logs from the current page, retrieve console messages for debugging JavaScript output.
X-School-Academy/ai-dev-swarm 7
-
background-process-get-server-status
To check if the Background Process Manager is running, get the server status and confirm it is available.
X-School-Academy/ai-dev-swarm 7
-
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/ai-dev-swarm 7
-
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/ai-dev-swarm 7
-
background-process-list-processes
To see all managed background jobs, list processes so you can find their IDs, states, and names.
X-School-Academy/ai-dev-swarm 7
-
dart-pub-dev-search
To search pub.dev for relevant Dart packages, query by keywords and return download counts, topics, license, and publisher.
X-School-Academy/ai-dev-swarm 7
-
dart-create-project
To scaffold a new Dart or Flutter project, create a fresh project structure and starter files.
X-School-Academy/ai-dev-swarm 7
-
dart-analyze-files
To run static analysis across a Dart or Flutter project, analyze files to find compile and lint errors.
X-School-Academy/ai-dev-swarm 7
-
dart-remove-roots
To remove previously registered Dart project roots, revoke tool access by removing those roots.
X-School-Academy/ai-dev-swarm 7
-
dart-hover
To view hover details such as docs and types at a cursor position, get hover information for a file location.
X-School-Academy/ai-dev-swarm 7
-
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/ai-dev-swarm 7