Skip to main content
Execute qualquer Skill no Manus
com um clique
coder
Perfil de criador do GitHub

coder

Visão por repositório de 37 skills coletadas em 9 repositórios do GitHub.

skills coletadas
37
repositórios
9
atualizado
2026-07-17
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

generate-readme-screenshots
Analistas de garantia de qualidade de software e testadores

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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

2026-06-26
dev-server-sandbox
Desenvolvedores de software

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

2026-06-26
tbench
Desenvolvedores de software

Terminal-Bench integration for Mux agent benchmarking and failure analysis

2026-06-26
pull-requests
Desenvolvedores de software

Guidelines for creating and managing Pull Requests in this repo

2026-05-19
tests
Analistas de garantia de qualidade de software e testadores

Testing doctrine, commands, and test layout conventions

2026-03-14
electron
Desenvolvedores de software

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
Mostrando as 8 principais de 10 skills coletadas neste repositório.
doc-check
Desenvolvedores de software

Checks if code changes require documentation updates

2026-07-08
write-docs
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Analistas de garantia de qualidade de software e testadores

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

2026-04-10
refine-plan
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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

2026-02-02
dogfood-tui
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-04-24
eval-guide
Cientistas de dados

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
Administradores de redes e sistemas de computador

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
Administradores de redes e sistemas de computador

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Mostrando 9 de 9 repositórios
Todos os repositórios foram exibidos