← all publishers

X-School-Academy

@x-school-academy source repo

)}

42 published skills

  1. Playwright Browser Evaluate · x-school-academy
    To run JavaScript in the page context, evaluate an expression on the page or a specific element for inspection or manipulation.
    0
    installs
  2. Playwright Browser Navigate · x-school-academy
    open a URL, open a web page, open web browser, or navigate the current page in the web browser to a new URL.
    0
    installs
  3. Playwright Browser Run Code · x-school-academy
    To run a custom Playwright script on the page, execute a code snippet for advanced interactions.
    0
    installs
  4. Playwright Browser Snapshot · x-school-academy
    To capture an accessibility snapshot of the current page, take a structured snapshot for UI inspection.
    0
    installs
  5. Playwright Browser Wait For · x-school-academy
    To wait for page state changes, wait for text to appear or disappear or for a timeout.
    0
    installs
  6. Playwright Browser Fill Form · x-school-academy
    To fill multiple form fields at once, set values for inputs, checkboxes, and selects in a single call.
    0
    installs
  7. Playwright Browser Press Key · x-school-academy
    To press a keyboard key in the page, send a key press for shortcuts or input behavior.
    0
    installs
  8. Playwright Browser File Upload · x-school-academy
    To upload files through a file input, provide one or more file paths for a page file chooser.
    0
    installs
  9. Playwright Browser Handle Dialog · x-school-academy
    To accept or dismiss browser dialogs like alert/confirm/prompt, handle the dialog so automation can continue.
    0
    installs
  10. Playwright Browser Navigate Back · x-school-academy
    To go back in browser history, navigate to the previous page from the current page.
    0
    installs
  11. Playwright Browser Select Option · x-school-academy
    To choose an option in a dropdown, select one or more values in a select element.
    0
    installs
  12. Playwright Browser Take Screenshot · x-school-academy
    To take a screenshot of a page or element, capture an image for visual verification.
    0
    installs
  13. Playwright Browser Console Messages · x-school-academy
    To read console logs from the current page, retrieve console messages for debugging JavaScript output.
    0
    installs
  14. Playwright Browser Network Requests · x-school-academy
    To inspect network activity since page load, list network requests to review API calls and resources.
    0
    installs
  15. Dev Swarm Stage Sprints · x-school-academy
    Plan and execute agile development sprints, breaking down product requirements into manageable backlogs with clear acceptance criteria and test plans. Use when starting stage 10 (sprints) or when user asks about sprint planning or backlog creation.
    0
    installs
  16. Dev Swarm Stage Personas · x-school-academy
    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.
    0
    installs
  17. Dev Swarm Project Restore · x-school-academy bundle
    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.
    0
    installs
  18. Dev Swarm Code Development · x-school-academy
    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.
    0
    installs
  19. Dev Swarm Stage Deployment · x-school-academy
    Deploy to production, configure infrastructure, set up monitoring, and prepare for launch. Use when starting stage 11 (deployment) or when user asks to deploy, go-live, or launch the product.
    0
    installs
  20. Dev Swarm Stage Init Ideas · x-school-academy
    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.
    0
    installs
  21. Dev Swarm Stage Tech Specs · x-school-academy bundle
    Create detailed technical specifications translating architecture designs into implementation-ready documents, including API specs, database migrations, and testing strategies. Use when starting stage 08 (tech-specs) or when user asks about technical specifications or OpenAPI docs.
    0
    installs
  22. Playwright Browser Drag · x-school-academy
    To drag and drop between elements on a web page, perform a drag interaction from a source to a target.
    0
    installs
  23. Playwright Browser Tabs · x-school-academy
    To manage browser tabs, list, create, select, or close Playwright tabs.
    0
    installs
  24. Playwright Browser Type · x-school-academy
    To type text into an editable field, enter text into inputs or textareas.
    0
    installs
  25. Playwright Browser Click · x-school-academy
    To click a page element in the browser, perform a click on buttons, links, or controls during Playwright automation.
    0
    installs
  26. Playwright Browser Close · x-school-academy
    To close the current Playwright page, close the page to end the session or free resources.
    0
    installs
  27. Playwright Browser Hover · x-school-academy
    To hover over a page element, trigger hover states such as menus or tooltips.
    0
    installs
  28. Dev Swarm Headless AI Agents · x-school-academy bundle
    Run popular AI code agents (Claude Code, Codex, Gemini CLI) in headless or non-interactive mode for automation, scripting, and programmatic execution. Use when automating AI agent tasks or integrating into CI/CD pipelines.
    0
    installs
  29. Playwright Browser Resize · x-school-academy
    To resize the browser window, change viewport size to test responsive layouts.
    0
    installs
  30. Dev Swarm Stage Tech Research · x-school-academy
    Validate technical feasibility through proof of concepts, technology spikes, and prototypes before committing to full development. Use when starting stage 04 (tech-research) or when user asks to validate technical assumptions or create PoCs.
    0
    installs
  31. Playwright Browser Install · x-school-academy
    To install the Playwright browser defined in config, run this when the browser is missing or not installed.
    0
    installs
  32. Dev Swarm Draft Commit Message · x-school-academy
    Draft a conventional commit message when the user asks to commit, commit changes, git commit, or save changes to git. Use when user says "commit", "commit this", "commit changes", "make a commit", or similar.
    0
    installs
  33. Dart Pub · x-school-academy
    To run Dart or Flutter pub commands like `pub get` or `pub add`, execute a pub command for the given roots.
    0
    installs
  34. Dev Swarm Nodejs · x-school-academy
    Install and configure Node.js, npm, and pnpm using nvm. Use when setting up a Node.js environment.
    0
    installs
  35. Dev Swarm Python · x-school-academy
    Install and configure Python and uv. Use when setting up a Python environment.
    0
    installs
  36. Dev Swarm Code Test · x-school-academy
    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.
    0
    installs
  37. Dev Swarm Git Merge · x-school-academy
    Perform git partial merges (checkout specific folders from another branch) and squash merges (clean single-commit integration) to selectively integrate changes across branches.
    0
    installs
  38. Dev Swarm Stage Mvp · x-school-academy
    Define the Minimum Viable Product scope, prioritize features, and establish success criteria to deliver the smallest testable product. Use when starting stage 03 (mvp) or when user asks to define MVP scope or prioritize features.
    0
    installs
  39. Dev Swarm Stage Prd · x-school-academy
    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.
    0
    installs
  40. Dev Swarm Code Review · x-school-academy
    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.
    0
    installs
  41. Dev Swarm Stage Devops · x-school-academy
    Set up DevOps infrastructure including GitHub repositories, CI/CD pipelines, containerization, and cloud infrastructure (AWS, RunPod). Use when starting stage 09 (devops) or when user asks about CI/CD, Docker, or cloud setup.
    0
    installs
  42. Dev Swarm Stage Archive · x-school-academy bundle
    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.
    0
    installs