Skip to main content
Run any Skill in Manus
with one click
coder
GitHub creator profile

coder

Repository-level view of 37 collected skills across 9 GitHub repositories.

skills collected
37
repositories
9
updated
2026-07-17
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

generate-readme-screenshots
software-quality-assurance-analysts-and-testers

Regenerate high-resolution README screenshots from Storybook stories. Use this skill when visual diffs are detected in any story under "Docs/README Screenshots", or when story data/layout changes require updated documentation assets. Triggers on: visual regressions in readme screenshot stories, changes to App.readmeScreenshots.stories.tsx, changes to mockFactory.ts that affect screenshot stories, or explicit user request to update README images.

2026-07-17
dogfood
software-quality-assurance-analysts-and-testers

Systematically explore and test a web application to find bugs, UX issues, and other problems. Use when asked to "dogfood", "QA", "exploratory test", "find issues", "bug hunt", "test this app/site/platform", or review the quality of a web application. Produces a structured report with full reproduction evidence -- step-by-step screenshots, repro videos, and detailed repro steps for every issue -- so findings can be handed directly to the responsible teams.

2026-06-26
dev-desktop-sandbox
software-developers

Run isolated mux desktop (Electron) instances (temp MUX_ROOT + free ports)

2026-06-26
dev-server-sandbox
software-developers

Run multiple isolated mux dev-server instances (temp MUX_ROOT + free ports)

2026-06-26
tbench
software-developers

Terminal-Bench integration for Mux agent benchmarking and failure analysis

2026-06-26
pull-requests
software-developers

Guidelines for creating and managing Pull Requests in this repo

2026-05-19
tests
software-quality-assurance-analysts-and-testers

Testing doctrine, commands, and test layout conventions

2026-03-14
electron
software-developers

Automate Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify, etc.) using agent-browser via Chrome DevTools Protocol. Use when the user needs to interact with an Electron app, automate a desktop app, connect to a running app, control a native app, or test an Electron application. Triggers include "automate Slack app", "control VS Code", "interact with Discord app", "test this Electron app", "connect to desktop app", or any task requiring automation of a native Electron application.

2026-03-12
Showing top 8 of 10 collected skills in this repository.
doc-check
software-developers

Checks if code changes require documentation updates

2026-07-08
write-docs
software-developers

Authoring workflow and guardrails for writing, moving, or restructuring Coder documentation under docs/. Points at the canonical content guidelines and prose style guide, then walks research, routing, Diátaxis mode, structure, pedagogy, and validation. Counterpart to the doc-check skill, which reviews changes for documentation needs.

2026-07-08
dogfood
software-quality-assurance-analysts-and-testers

Run a Coder PR dogfood instance: inspect PR context, check out the right branch or stack, start Coder with scripts/develop.sh using agent-safe dev-instance practices, validate the changed functionality with UI evidence when needed, and report findings.

2026-05-20
pull-requests
software-developers

Guide for creating, updating, and following up on pull requests in the Coder repository. Use when asked to open a PR, update a PR, rewrite a PR description, or follow up on CI/check failures.

2026-05-11
coder-agents-review
software-quality-assurance-analysts-and-testers

Use this skill when a repository already has an open pull request and you need to run the Coder Agents Review loop: request review with `/coder-agents-review` when needed, wait for feedback from the `coder-agents-review` GitHub app, fix issues, and repeat until the app comments `approved`.

2026-05-11
deep-review
software-quality-assurance-analysts-and-testers

Multi-reviewer code review. Spawns domain-specific reviewers in parallel, cross-checks findings, posts a single structured GitHub review.

2026-04-10
refine-plan
software-developers

Iteratively refine development plans using TDD methodology. Ensures plans are clear, actionable, and include red-green-refactor cycles with proper test coverage.

2026-03-24
code-review
software-quality-assurance-analysts-and-testers

Reviews code changes for bugs, security issues, and quality problems

2026-02-02
dogfood-tui
software-quality-assurance-analysts-and-testers

Structured TUI dogfooding and QA workflow using agent-tty. Use for exploratory testing, bug hunting, release-readiness validation, and UX review of terminal applications.

2026-06-23
agent-tty
software-developers

Terminal and TUI automation CLI for AI agents. Use when the user needs to create a terminal session, run a command in a terminal, automate an interactive CLI or TUI, wait for terminal output, capture a TUI screenshot, export a terminal recording, or test a CLI workflow with reviewable artifacts.

2026-06-23
tdd
software-quality-assurance-analysts-and-testers

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

2026-06-22
agent-tty
software-developers

Terminal and TUI automation CLI for AI agents. Use when the user needs to create a terminal session, run a command in a terminal, automate an interactive CLI or TUI, wait for terminal output, capture a TUI screenshot, export a terminal recording, or test a CLI workflow with reviewable artifacts.

2026-06-06
release-maintainer
software-developers

Internal maintainer SOP for version bumps, release PRs, tagging, publishing, and post-publish verification in this repository.

2026-04-24
eval-guide
data-scientists-152051

Guide for running statistically meaningful agent-tty evals with trials, parallelism, and A/B comparison. Covers non-determinism baseline, recommended sample sizes, and result interpretation.

2026-04-19
agent-terminal
network-and-computer-systems-administrators

Terminal and TUI automation CLI for AI agents. Use when the user needs to create a terminal session, run a command in a terminal, automate an interactive CLI or TUI, wait for terminal output, capture a TUI screenshot, export a terminal recording, or test a CLI workflow with reviewable artifacts.

2026-03-28
setup
network-and-computer-systems-administrators

Install, deploy, or bootstrap a new Coder (coder/coder) deployment end-to-end. Use for first-time setup on Docker, Kubernetes/Helm, a VM, cloud, HTTPS/domain setup, creating the first admin, pushing a starter template, or building the first workspace. Do not use for upgrades, debugging an existing deployment, editing an existing template, or configuring OAuth/OIDC on a running deployment.

2026-06-25
templates
software-developers

Create, edit, push, or version a Coder template. Use for requests like "scaffold a Docker template", "build a Kubernetes template", "add a coder_parameter for the Git repo URL", "push my template to this Coder deployment", "update the existing aws-linux template to add JetBrains", or "deprecate this template version". Do not use for installing or upgrading Coder itself (use the setup skill), adding a single module to a template that already builds (use the modules skill), or authoring custom Terraform providers unrelated to Coder.

2026-06-03
modules
software-developers

Add a Coder module from registry.coder.com/modules to an existing Coder template, or update one that is already there. Use for requests like "add the Cursor IDE to my template", "give workspaces JetBrains access", "set up code-server", "wire in dotfiles", "install Claude Code in this template", or "pin module versions". Do not use for installing or upgrading Coder itself (use the setup skill), authoring a brand-new template from scratch (use the templates skill), or publishing a custom module to the registry.

2026-05-26
Showing 9 of 9 repositories
All repositories loaded