Source

smithery/x-school-academy

60 skills · 0 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
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…
smithery/x-school-academy
0
2
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…
smithery/x-school-academy
0
3
background-process-list-processes To see all managed background jobs, list processes so you can find their IDs, states, and names.
smithery/x-school-academy
0
4
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 o…
smithery/x-school-academy
0
5
background-process-stop-process To stop a managed background task, terminate a running process by ID to shut it down cleanly.
smithery/x-school-academy
0
6
dart-add-roots To register project roots for Dart tooling access, add one or more root paths before using other Dart tools on those …
smithery/x-school-academy
0
7
dart-create-project To scaffold a new Dart or Flutter project, create a fresh project structure and starter files.
smithery/x-school-academy
0
8
dart-dart-fix To apply automated Dart fixes, run `dart fix --apply` on the given roots to resolve suggested changes.
smithery/x-school-academy
0
9
dart-get-active-location To get the current cursor location from the connected editor, retrieve the active location after connecting to the Da…
smithery/x-school-academy
0
10
dart-get-runtime-errors To read recent runtime errors from a running Dart or Flutter app, fetch runtime errors after connecting to the Dart T…
smithery/x-school-academy
0
11
dart-get-selected-widget To find the currently selected Flutter widget in the running app, get the selected widget after connecting to the Dar…
smithery/x-school-academy
0
12
dart-get-widget-tree To inspect the Flutter widget tree of the running app, retrieve the widget hierarchy after connecting to the Dart Too…
smithery/x-school-academy
0
13
dart-hover To view hover details such as docs and types at a cursor position, get hover information for a file location.
smithery/x-school-academy
0
14
dart-pub To run Dart or Flutter pub commands like `pub get` or `pub add`, execute a pub command for the given roots.
smithery/x-school-academy
0
15
dart-pub-dev-search To search pub.dev for relevant Dart packages, query by keywords and return download counts, topics, license, and publ…
smithery/x-school-academy
0
16
dart-run-tests To run Dart or Flutter tests with the agent-centric test runner, execute tests using this tool instead of shell `dart…
smithery/x-school-academy
0
17
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 …
smithery/x-school-academy
0
18
dart-signature-help To see function or method signatures at a cursor position, get signature help for the API being called.
smithery/x-school-academy
0
19
dev-swarm-code-review Review and audit code quality, architecture, and implementation. Verify code meets design specs, find bugs, identify …
smithery/x-school-academy
0
20
dev-swarm-code-test Create and execute comprehensive tests including unit tests, integration tests, CLI tests, web/mobile UI tests, API t…
smithery/x-school-academy
0
21
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 up…
smithery/x-school-academy
0
22
dev-swarm-draft-commit-message Draft a conventional commit message when the user asks to commit, commit changes, git commit, or save changes to git.…
smithery/x-school-academy
0
23
dev-swarm-headless-ai-agents Run popular AI code agents (Claude Code, Codex, Gemini CLI) in headless or non-interactive mode for automation, scrip…
smithery/x-school-academy
0
24
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…
smithery/x-school-academy
0
25
dev-swarm-mermaid Create Mermaid diagrams and convert them to images. Use when needing to visualize flows, architecture, or data struct…
smithery/x-school-academy
0
26
dev-swarm-npm-publish Publish JavaScript/TypeScript packages to the npm registry with consistent metadata, versioning, and release checks. …
smithery/x-school-academy
0
27
dev-swarm-python Install and configure Python and uv. Use when setting up a Python environment.
smithery/x-school-academy
0
28
dev-swarm-refine-mcp-skill-descriptions Review and refine MCP skill descriptions to follow the agent skill specification, and record approved overrides in de…
smithery/x-school-academy
0
29
dev-swarm-screen-snapshot Capture and inspect specific screen regions (e.g., mobile simulators, app windows) using a background streaming proce…
smithery/x-school-academy
0
30
dev-swarm-slash-commands Create custom slash commands for popular AI agents (Claude Code, Codex, Gemini CLI). Use when user asks to create sla…
smithery/x-school-academy
0
31
dev-swarm-stage-architecture Design the complete system architecture including components, data flow, infrastructure, database schema, and API des…
smithery/x-school-academy
0
32
dev-swarm-stage-archive Archive the current project so the repo is ready for a brand-new project start from ideas.md. Use when user asks to a…
smithery/x-school-academy
0
33
dev-swarm-stage-deployment Deploy to production, configure infrastructure, set up monitoring, and prepare for launch. Use when starting stage 11…
smithery/x-school-academy
0
34
dev-swarm-stage-devops Set up DevOps infrastructure including GitHub repositories, CI/CD pipelines, containerization, and cloud infrastructu…
smithery/x-school-academy
0
35
dev-swarm-stage-init-ideas Transform raw ideas into structured business requirements by clarifying the problem, defining the solution, and ident…
smithery/x-school-academy
0
36
dev-swarm-stage-mvp Define the Minimum Viable Product scope, prioritize features, and establish success criteria to deliver the smallest …
smithery/x-school-academy
0
37
dev-swarm-stage-personas Create/Update detailed user personas and user stories based on market research and business requirements. Use when st…
smithery/x-school-academy
0
38
dev-swarm-stage-prd Create a comprehensive Product Requirements Document defining complete product behavior, functional and non-functiona…
smithery/x-school-academy
0
39
dev-swarm-stage-sprints Plan and execute agile development sprints, breaking down product requirements into manageable backlogs with clear ac…
smithery/x-school-academy
0
40
dev-swarm-stage-tech-research Validate technical feasibility through proof of concepts, technology spikes, and prototypes before committing to full…
smithery/x-school-academy
0
41
dev-swarm-stage-tech-specs Create detailed technical specifications translating architecture designs into implementation-ready documents, includ…
smithery/x-school-academy
0
42
dev-swarm-stage-ux Design the user experience including visual design system, wireframes, user flows, responsive guidelines, and accessi…
smithery/x-school-academy
0
43
dev-swarm-use-computer Control the computer by taking screenshots, moving the mouse, clicking, and typing. Use this skill when you need to i…
smithery/x-school-academy
0
44
playwright-browser-click To click a page element in the browser, perform a click on buttons, links, or controls during Playwright automation.
smithery/x-school-academy
0
45
playwright-browser-close To close the current Playwright page, close the page to end the session or free resources.
smithery/x-school-academy
0
46
playwright-browser-console-messages To read console logs from the current page, retrieve console messages for debugging JavaScript output.
smithery/x-school-academy
0
47
playwright-browser-drag To drag and drop between elements on a web page, perform a drag interaction from a source to a target.
smithery/x-school-academy
0
48
playwright-browser-file-upload To upload files through a file input, provide one or more file paths for a page file chooser.
smithery/x-school-academy
0
49
playwright-browser-fill-form To fill multiple form fields at once, set values for inputs, checkboxes, and selects in a single call.
smithery/x-school-academy
0
50
playwright-browser-handle-dialog To accept or dismiss browser dialogs like alert/confirm/prompt, handle the dialog so automation can continue.
smithery/x-school-academy
0
Page 1 · 60 total Next