name stringlengths 2 64 | description stringlengths 3 1.02k ⌀ | source stringclasses 6
values | path stringclasses 198
values | url stringlengths 29 246 | author stringlengths 2 33 ⌀ |
|---|---|---|---|---|---|
vitest | Vitest unit testing patterns for TypeScript. Covers test structure, mocking, assertions, and coverage. Triggers on vitest, describe, it, expect, mock. | skillsmp.com | null | https://github.com/settlemint/agent-marketplace/tree/main/devtools/skills/vitest | settlemint |
troubleshooting | Debugging patterns for common development issues across the stack. Triggers on error, debug, fix, issue, problem, not working. | skillsmp.com | null | https://github.com/settlemint/agent-marketplace/tree/main/devtools/skills/troubleshooting | settlemint |
solidity | Solidity smart contract development with Foundry. Covers writing, testing, security, deployment, and upgrades. Triggers on .sol files, contract, pragma solidity, forge. | skillsmp.com | null | https://github.com/settlemint/agent-marketplace/tree/main/devtools/skills/solidity | settlemint |
react | React 19 components with Tailwind CSS v4, shadcn/ui, forms, tables, routing, data fetching, and i18n. Triggers on .tsx files, component, tailwind, tanstack, form, table, router. | skillsmp.com | null | https://github.com/settlemint/agent-marketplace/tree/main/devtools/skills/react | settlemint |
motion | Motion (formerly Framer Motion) for React animations. Covers transitions, gestures, layout animations, and exit animations. Triggers on motion, animate, framer. | skillsmp.com | null | https://github.com/settlemint/agent-marketplace/tree/main/devtools/skills/motion | settlemint |
turbo | Turborepo monorepo build system with task pipelines, caching, and package management. Triggers on turbo, turbo.json, monorepo. | skillsmp.com | null | https://github.com/settlemint/agent-marketplace/tree/main/devtools/skills/turbo | settlemint |
agent-architecture | Prompt-native architecture patterns, agent orchestration, iteration loops, and state management for autonomous work. | skillsmp.com | null | https://github.com/settlemint/agent-marketplace/tree/main/crew/skills/agent-architecture | settlemint |
ast-grep | AST-based code search and refactoring using ast-grep (sg). Use for structural code patterns like function calls, imports, class definitions - not just text matching. | skillsmp.com | null | https://github.com/settlemint/agent-marketplace/tree/main/crew/skills/ast-grep | settlemint |
thegraph | TheGraph subgraph development with AssemblyScript handlers, schema definitions, and Matchstick testing. Triggers on subgraph, thegraph, graphql, mapping.ts. | skillsmp.com | null | https://github.com/settlemint/agent-marketplace/tree/main/devtools/skills/thegraph | settlemint |
pino | Pino fast JSON logger for Node.js. Covers log levels, child loggers, transports, and redaction. Triggers on pino, logger, log.info, log.error. | skillsmp.com | null | https://github.com/settlemint/agent-marketplace/tree/main/devtools/skills/pino | settlemint |
zod | Zod v4 schema patterns with .meta() for OpenAPI, transforms, refinements, and custom serializers. Triggers on zod, z.object, z.string, schema, validator. | skillsmp.com | null | https://github.com/settlemint/agent-marketplace/tree/main/devtools/skills/zod | settlemint |
api | oRPC API routes with the 5-file pattern (contract, schema, router, impl, spec). Triggers on orpc, api, endpoint, router keywords. | skillsmp.com | null | https://github.com/settlemint/agent-marketplace/tree/main/devtools/skills/api | settlemint |
viem | Viem blockchain client patterns for Ethereum interactions, transactions, signing, encoding, and smart contract calls. Triggers on viem, publicClient, walletClient, chain, abi. | skillsmp.com | null | https://github.com/settlemint/agent-marketplace/tree/main/devtools/skills/viem | settlemint |
recharts | Recharts for React data visualization. Covers line, bar, area, pie charts with responsive containers and customization. Triggers on recharts, chart, LineChart, BarChart. | skillsmp.com | null | https://github.com/settlemint/agent-marketplace/tree/main/devtools/skills/recharts | settlemint |
better-auth | Better Auth authentication library for TypeScript. Covers session management, passkeys, social auth, and organization features. Triggers on better-auth, auth, session, passkey. | skillsmp.com | null | https://github.com/settlemint/agent-marketplace/tree/main/devtools/skills/better-auth | settlemint |
git | Git conventions for commits, branches, and pull requests. Conventional commit format and PR workflows. | skillsmp.com | null | https://github.com/settlemint/agent-marketplace/tree/main/crew/skills/git | settlemint |
restate | Restate durable execution for fault-tolerant services and workflows. Triggers on restate, durable, ctx.run, ctx.sleep, awakeable. | skillsmp.com | null | https://github.com/settlemint/agent-marketplace/tree/main/devtools/skills/restate | settlemint |
tanstack-start | TanStack Start full-stack React framework. Covers file-based routing, SSR, data loading, and server functions. Triggers on tanstack start, createFileRoute, loader. | skillsmp.com | null | https://github.com/settlemint/agent-marketplace/tree/main/devtools/skills/tanstack-start | settlemint |
council | Gather design feedback from AI consultants (Gemini and Codex). Use for architecture decisions, design review, or when you want multiple expert perspectives on SENTINEL development. | skillsmp.com | null | https://github.com/KvFxKaido/SENTINEL/tree/master/.claude/skills/council | KvFxKaido |
code-like-gopher | Provides Go programming expertise, including language syntax, idiomatic patterns, concurrency, and standard library usage. Use when generating, analyzing, refactoring, or reviewing Go code. | skillsmp.com | null | https://github.com/vigo/claude-skills/tree/main/code-like-gopher | vigo |
codex-review | Codex CLI(read-only)を用いて、レビュー→Claude Code修正→再レビュー(ok: true まで)を反復し収束させるレビューゲート。仕様書/SPEC/PRD/要件定義/設計、実装計画(PLANS.md等)の作成・更新直後、major step(>=5 files / 新規モジュール / 公開API / infra・config変更)完了後、および git commit / PR / merge / release 前に使用する。キーワード: Codexレビュー, codex review, レビューゲート. | skillsmp.com | null | https://github.com/lihs-ie/lambars/tree/main/.claude/skills/codex-review | lihs-ie |
research-and-implement | Researches implementation approaches using browser automation via /chrome, then implements the best solution. Use when building new features, solving unfamiliar problems, or need to find best practices before implementing. Combines learning with doing. | skillsmp.com | null | https://github.com/ioku24/autorankr/tree/main/.claude/skills/research-and-implement | ioku24 |
quick-review | Performs a fast, focused code review checking for common issues, security vulnerabilities, and best practices without over-engineering. Optimized for cost-efficiency by targeting specific concerns rather than broad exploration. | skillsmp.com | null | https://github.com/ioku24/autorankr/tree/main/.claude/skills/quick-review | ioku24 |
code-explainer | Explains code in beginner-friendly terms. Use when user asks 'what does this do', 'how does this work', 'explain this code', or needs to understand generated code. Breaks down complex code into simple explanations for learning. | skillsmp.com | null | https://github.com/ioku24/autorankr/tree/main/.claude/skills/code-explainer | ioku24 |
execute | Execute tasks with velocity and quality. Use when ready to implement after clarity and prioritization are complete. This is the fourth system in the 5-system framework. | skillsmp.com | null | https://github.com/ioku24/autorankr/tree/main/.claude/skills/5-system-framework/4.execute | ioku24 |
prioritize | Prioritize tasks and issues to determine what to work on and in what order. Use after identification, when planning work, or when unsure what to do next. This is the third system in the 5-system framework. | skillsmp.com | null | https://github.com/ioku24/autorankr/tree/main/.claude/skills/5-system-framework/3.prioritize | ioku24 |
identify | Identify friction points, bottlenecks, bugs, and technical debt. Use for audits, debugging sessions, when something feels wrong, or before major work to surface hidden issues. This is the second system in the 5-system framework. | skillsmp.com | null | https://github.com/ioku24/autorankr/tree/main/.claude/skills/5-system-framework/2.identify | ioku24 |
reset | Reset after failures, blockers, or when stuck. Use when execution hits a wall, something breaks, or we need to step back and reassess. This is the fifth system in the 5-system framework. | skillsmp.com | null | https://github.com/ioku24/autorankr/tree/main/.claude/skills/5-system-framework/5.reset | ioku24 |
init-skills | Initialize Claude skills in the current project and verify setup. Use when user says '/init-skills', 'setup skills', 'install skills', or 'add Claude skills to this project'. Can also review and verify existing skills installation. | skillsmp.com | null | https://github.com/ioku24/autorankr/tree/main/.claude/skills/init-skills | ioku24 |
stripe-integration | Implements Stripe payments correctly the first time. Handles checkout sessions, webhooks, subscriptions, and customer management following Stripe best practices. | skillsmp.com | null | https://github.com/ioku24/autorankr/tree/main/.claude/skills/stripe-integration | ioku24 |
clarity | Establish clarity before starting work. Use when beginning any significant task, when input is vague or stream-of-consciousness, or when requirements seem unclear. Handles messy voice input efficiently. This is the first system in the 5-system framework. | skillsmp.com | null | https://github.com/ioku24/autorankr/tree/main/.claude/skills/5-system-framework/1.clarity | ioku24 |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/awslabs-aws-api-mcp-server-call-aws | X-School-Academy |
background-process-get-server-status | To check if the Background Process Manager is running, get the server status and confirm it is available. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/background-process-get-server-status | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/dart-get-active-location | X-School-Academy |
dev-swarm-personas | Create/Updates detailed user personas and prioritized user stories based on target users and market research. Use when user asks to create personas, define user stories, or start Stage 2 after market research or init-ideas. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-personas | X-School-Academy |
playwright-browser-wait-for | To wait for page state changes, wait for text to appear or disappear or for a timeout. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-wait-for | X-School-Academy |
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). | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/context7-resolve-library-id | X-School-Academy |
playwright-browser-fill-form | To fill multiple form fields at once, set values for inputs, checkboxes, and selects in a single call. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-fill-form | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/dart-set-widget-selection-mode | X-School-Academy |
playwright-browser-select-option | To choose an option in a dropdown, select one or more values in a select element. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-select-option | X-School-Academy |
dart-remove-roots | To remove previously registered Dart project roots, revoke tool access by removing those roots. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/dart-remove-roots | X-School-Academy |
playwright-browser-take-screenshot | To take a screenshot of a page or element, capture an image for visual verification. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-take-screenshot | X-School-Academy |
dart-resolve-workspace-symbol | To search for symbols across Dart workspaces, resolve a symbol name to find definitions or catch spelling errors. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/dart-resolve-workspace-symbol | X-School-Academy |
dart-signature-help | To see function or method signatures at a cursor position, get signature help for the API being called. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/dart-signature-help | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-refine-mcp-skill-descriptions | X-School-Academy |
dart-dart-fix | To apply automated Dart fixes, run `dart fix --apply` on the given roots to resolve suggested changes. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/dart-dart-fix | X-School-Academy |
dart-hover | To view hover details such as docs and types at a cursor position, get hover information for a file location. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/dart-hover | X-School-Academy |
dart-create-project | To scaffold a new Dart or Flutter project, create a fresh project structure and starter files. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/dart-create-project | X-School-Academy |
playwright-browser-snapshot | To capture an accessibility snapshot of the current page, take a structured snapshot for UI inspection. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-snapshot | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-use-computer | X-School-Academy |
dart-analyze-files | To run static analysis across a Dart or Flutter project, analyze files to find compile and lint errors. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/dart-analyze-files | X-School-Academy |
dev-swarm-mvp | Define MVP scope, success metrics, and explicit out-of-scope items to focus on the smallest testable product. Use when user asks to define MVP, scope MVP, or start Stage 3 after personas. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-mvp | X-School-Academy |
background-process-stop-process | To stop a managed background task, terminate a running process by ID to shut it down cleanly. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/background-process-stop-process | X-School-Academy |
dev-swarm-deployment | Deploy application to staging/production environments, setup CD pipelines, manage cloud infrastructure, and configure monitoring. Use when user asks to deploy application, setup production environment, or configure automated deployment. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-deployment | X-School-Academy |
playwright-browser-click | To click a page element in the browser, perform a click on buttons, links, or controls during Playwright automation. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-click | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-navigate | X-School-Academy |
playwright-browser-evaluate | To run JavaScript in the page context, evaluate an expression on the page or a specific element for inspection or manipulation. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-evaluate | X-School-Academy |
dev-swarm-architecture | Design system architecture including components, data flow, and deployment boundaries. Use when user asks to design architecture, create architecture diagrams, or start Stage 6 after UX design. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-architecture | X-School-Academy |
dev-swarm-nodejs | Install and configure Node.js, npm, and pnpm using nvm. Use when setting up a Node.js environment. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-nodejs | X-School-Academy |
playwright-browser-network-requests | To inspect network activity since page load, list network requests to review API calls and resources. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-network-requests | X-School-Academy |
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). | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/context7-query-docs | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-code-development | X-School-Academy |
dev-swarm-python | Install and configure Python and uv. Use when setting up a Python environment. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-python | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/dart-get-selected-widget | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/dart-get-runtime-errors | X-School-Academy |
dart-pub-dev-search | To search pub.dev for relevant Dart packages, query by keywords and return download counts, topics, license, and publisher. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/dart-pub-dev-search | X-School-Academy |
playwright-browser-close | To close the current Playwright page, close the page to end the session or free resources. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-close | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/awslabs-aws-api-mcp-server-suggest-aws-commands | X-School-Academy |
dev-swarm-flutter-installation | Install and configure Flutter SDK. Use when setting up a Flutter development environment. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-flutter-installation | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-code-review | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-install-ai-code-agent | X-School-Academy |
playwright-browser-run-code | To run a custom Playwright script on the page, execute a code snippet for advanced interactions. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-run-code | X-School-Academy |
playwright-browser-drag | To drag and drop between elements on a web page, perform a drag interaction from a source to a target. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-drag | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-git-merge | X-School-Academy |
dev-swarm-init-ideas | Transform non-technical ideas into professional project kickoff documentation. Use when user asks to init, kickoff, or start a new project, or when ideas.md needs to be formalized into structured documentation. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-init-ideas | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/background-process-clear-process | X-School-Academy |
playwright-browser-console-messages | To read console logs from the current page, retrieve console messages for debugging JavaScript output. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-console-messages | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/background-process-run-command-sync | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-screen-snapshot | X-School-Academy |
dev-swarm-market-research | Conduct comprehensive market research and competitive analysis to validate the problem and understand the market landscape. Use when user asks to conduct market research, validate market, analyze competitors, or start Stage 1 after init-ideas. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-market-research | X-School-Academy |
dev-swarm-draft-commit-message | Draft a conventional commit message when the user asks to commit code. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-draft-commit-message | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-create-update-agent-skill | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/dart-connect-dart-tooling-daemon | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/background-process-start-process | X-School-Academy |
dev-swarm-ux | Design user experience including flows, interactions, mockups, and accessibility. Use when user asks to design UX, create mockups, or start Stage 5 after PRD. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-ux | X-School-Academy |
playwright-browser-resize | To resize the browser window, change viewport size to test responsive layouts. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-resize | X-School-Academy |
playwright-browser-tabs | To manage browser tabs, list, create, select, or close Playwright tabs. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-tabs | X-School-Academy |
playwright-browser-navigate-back | To go back in browser history, navigate to the previous page from the current page. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-navigate-back | X-School-Academy |
background-process-list-processes | To see all managed background jobs, list processes so you can find their IDs, states, and names. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/background-process-list-processes | X-School-Academy |
playwright-browser-install | To install the Playwright browser defined in config, run this when the browser is missing or not installed. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-install | X-School-Academy |
playwright-browser-type | To type text into an editable field, enter text into inputs or textareas. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-type | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-mcp-server | X-School-Academy |
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`. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/dart-run-tests | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-slash-commands | X-School-Academy |
dev-swarm-prd | Create comprehensive Product Requirements Document (PRD) defining product behavior, functional and non-functional requirements. Use when user asks to create PRD, write requirements, or start Stage 4 after MVP definition. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-prd | X-School-Academy |
playwright-browser-file-upload | To upload files through a file input, provide one or more file paths for a page file chooser. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-file-upload | X-School-Academy |
dart-pub | To run Dart or Flutter pub commands like `pub get` or `pub add`, execute a pub command for the given roots. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/dart-pub | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-code-test | X-School-Academy |
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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-project-restore | X-School-Academy |
dev-swarm-project-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. | skillsmp.com | null | https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-project-archive | X-School-Academy |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.