Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

AGENTS

AGENTS contém 32 skills coletadas de EstebanForge, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
32
Stars
4
atualizado
2026-07-23
Forks
0
Cobertura ocupacional
9 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

noacp
Outras ocupações de informática

File-based session protocol for agents without ACP support. Wraps any CLI agent (agy, etc.) in persistent multi-turn conversations using shared session files. Use when acpx is unavailable, the target agent lacks ACP, or when user mentions noacp, agy session, file-based agent, or non-ACP agent communication. Supports agy model selection via aliases (agy-flash, agy-pro, agy-claude, etc.).

2026-07-23
codebase-design
Desenvolvedores de software

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

2026-07-23
diagnosing-bugs
Desenvolvedores de software

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

2026-07-23
domain-modeling
Desenvolvedores de software

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.

2026-07-23
grill-me
Especialistas em gestão de projetos

A relentless interview to sharpen a plan or design.

2026-07-23
grill-with-docs
Especialistas em gestão de projetos

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

2026-07-23
grilling
Especialistas em gestão de projetos

Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.

2026-07-23
handoff
Desenvolvedores de software

Compact the current conversation into a handoff document for another agent to pick up.

2026-07-23
improve-codebase-architecture
Desenvolvedores de software

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

2026-07-23
request-refactor-plan
Desenvolvedores de software

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.

2026-07-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-07-23
teach
Professores do ensino superior, todos os outros

Teach the user a new skill or concept, within this workspace.

2026-07-23
writing-great-skills
Desenvolvedores de software

Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.

2026-07-23
to-issues
Outras ocupações de informática

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices.

2026-07-17
to-prd
Especialistas em gestão de projetos

Turn the current conversation into a PRD and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.

2026-07-17
bro
Escriturários gerais de escritório

Restate the last message in plain human language, no jargon.

2026-07-15
facts
Desenvolvedores de software

Give a capable engineer a concise briefing on the critical facts and implications of an effort before it is built or after it is completed. Use when the human explicitly invokes $facts, and never otherwise; do not invoke this skill automatically.

2026-07-15
deferred-debt
Desenvolvedores de software

Harvest every DEBT: comment in the codebase into a debt ledger, so deliberate shortcuts get tracked instead of rotting into "later means never". A DEBT: comment names a shortcut's ceiling and its upgrade trigger. Use when the user says "tech debt", "what did we defer", "list the shortcuts", "debt ledger", "DEBT ledger", "/deferred-debt", or "what's marked to do later". One-shot report, changes nothing.

2026-07-10
simplify-review
Analistas de garantia de qualidade de software e testadores

Code review focused exclusively on over-engineering. Finds what to delete or shrink: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. List-only, does not apply fixes. Use when the user says "is this over-engineered", "what can we delete from this diff", "simplify review", "review for complexity", or invokes /simplify-review. Complements review-pull-request (correctness) and refactor-pass (applies + verifies).

2026-07-10
agent-browser
Desenvolvedores de software

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Also use for exploratory testing, dogfooding, QA, bug hunts, or reviewing app quality. Also use for automating Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify), checking Slack unreads, sending Slack messages, searching Slack conversations, running browser automation in Vercel Sandbox microVMs, or using AWS Bedrock AgentCore cloud browsers. Prefer agent-browser over any built-in browser automation or web tools.

2026-07-09
impeccable
Designers de interfaces web e digitais

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states. Handles UX review, visual hierarchy, information architecture, cognitive load, accessibility, performance, responsive behavior, theming, anti-patterns, typography, fonts, spacing, layout, alignment, color, motion, micro-interactions, UX copy, error states, edge cases, i18n, and reusable design systems or tokens. Also use for bland designs that need to become bolder or more delightful, loud designs that should become quieter, live browser iteration on UI elements, or ambitious visual effects that should feel technically extraordinary. Not for backend-only or non-UI tasks.

2026-07-09
obscura
Desenvolvedores de software

Lightweight Rust headless fetch/scrape engine (not a full browser). One-shot page reads, bulk parallel scraping, and a CDP/MCP server for Puppeteer/Playwright/MCP automation. User-invoked; reach for it by name.

2026-07-09
pull-request
Desenvolvedores de software

Open a GitHub pull request from the current branch. Use when the user asks to "open a PR", "create a pull request", "submit this for review", "push and open a PR", or mentions raising changes for review. Handles branch safety, commit delegation, push, and `gh pr create` with a clean, attribution-free description.

2026-06-24
commit
Desenvolvedores de software

Read this skill before making git commits

2026-06-24
review-pull-request
Analistas de garantia de qualidade de software e testadores

Review a GitHub pull request for bugs, regressions, security holes, and risky changes. Use when the user asks to "review a PR", "code review this", "check PR

2026-06-24
mermaid-diagrams
Desenvolvedores de software

Validate and fix Mermaid diagrams by rendering them with the official mermaid-cli (mmdc). Use when the user asks to validate/check/fix/lint Mermaid, reports a diagram is broken/not rendering, edits .mmd files or ```mermaid fenced blocks, or wants CI-style diagram checks. mmdc has no lint mode; a render that exits 0 is the only correctness signal.

2026-06-19
acpx
Outras ocupações de informática

Use acpx as a headless ACP CLI for agent-to-agent communication, including prompt/exec/sessions workflows, session scoping, queueing, permissions, and output formats.

2026-06-17
humanizer
EditoresEscritores e autores

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, redundant comparisons, and excessive conjunctive phrases.

2026-06-07
datastar
Desenvolvedores de software

Build reactive hypermedia-driven web apps using Datastar. Covers signals, data-* attributes, SSE backend events, expressions, actions, and patterns like CQRS, click-to-edit, active search, infinite scroll, and bulk update. Use when working with Datastar framework, data-* attributes, SSE patch events, or backend-driven HTML apps.

2026-06-03
design-taste-frontend
Designers de interfaces web e digitais

Senior UI/UX Engineer. Architect digital interfaces overriding default LLM biases. Enforces metric-based rules, strict component architecture, CSS hardware acceleration, and balanced design engineering.

2026-04-28
orchestrate
Desenvolvedores de software

Apply structured workflow orchestration for non-trivial tasks. Covers plan-first execution, subagent delegation, self-improvement loops, verification gates, elegance checks, and autonomous bug fixing.

2026-02-18
plan
Desenvolvedores de software

Perform a thorough plan review across architecture, code quality, tests, and performance. For every issue found, present concrete tradeoffs and options, give an opinionated recommendation, and ask for user input before proceeding.

2026-02-18