Wes Braga avatar

Wes Braga

Community

@wesbragagt · Nashville, TN

24Followers
|
219Public Repos
|
36Published Skills

It's not the destination but the homies we've made along the way. 🇧🇷 Brazilian, musician turned programmer.

Skills Distribution
DomainDeveloper To...Version Control & .. (30%)Agent Orchestratio.. (25%)Software Architect.. (20%)Testing & Debugging (15%)

Agent Skills by Wes Braga

Showing 36 vetted skills indexed across 1 GitHub repositories.

wesbragagtwesbragagt
1

research

Researches topics using web search via exacli and presents cited findings.

Community
Intermediate
wesbragagtwesbragagt
1

commit

Stages only task-relevant files and creates conventional git commits.

Community
Intermediate
wesbragagtwesbragagt
1

markdown-review

Opens local Markdown files in a centered tmux Glow popup for review and editing.

Community
Basic
wesbragagtwesbragagt
1

prompter

Crafts structured prompts for delegating tasks to subagents using a seven-step framework.

Community
Basic
wesbragagtwesbragagt
1

notify

Sends desktop notifications with status, tmux context, and terminal-focus actions.

Community
Basic
wesbragagtwesbragagt
1

pr-feedback

Fetch, triage, and resolve open pull request review comments using the GitHub CLI.

Community
Intermediate
wesbragagtwesbragagt
1

video

Routes video creation requests to HyperFrames renders, demo GIFs, and media workflows.

Community
Advanced
wesbragagtwesbragagt
1

deepwiki

Query GitHub repositories about code, architecture, and configuration using DeepWiki.

Community
Basic
wesbragagtwesbragagt
1

tasks

Manage spec.md and tasks.yaml task sets with status tracking and dependency queries.

Community
Intermediate
wesbragagtwesbragagt
1

learn

Generates a 20-hour structured learning plan of ten two-hour sessions for any topic.

Community
Intermediate
wesbragagtwesbragagt
1

coordinator

Orchestrate parallel git worktree agents via workmux CLI commands.

Community
Advanced
wesbragagtwesbragagt
1

grillme

Interrogates a plan or design through sequential one-at-a-time questions until shared understanding is reached.

Community
Basic
wesbragagtwesbragagt
1

memory

Store and recall durable facts and decisions using the Mnemosyne CLI.

Community
Basic
wesbragagtwesbragagt
1

merge

Commits staged changes, rebases onto the base branch, and merges via workmux.

Community
Intermediate
wesbragagtwesbragagt
1

grilldebug

Diagnose bugs through one-question-at-a-time interrogation and systematic root cause analysis.

Community
Intermediate
wesbragagtwesbragagt
1

ddd

Design software architecture using Domain-Driven Design and Hexagonal Ports & Adapters patterns.

Community
Advanced
wesbragagtwesbragagt
1

handoff

Delegates implementation tasks to a background agent in a new workmux worktree with a self-contained prompt.

Community
Intermediate
wesbragagtwesbragagt
1

exacli

Searches the web, code, and URLs through the Exa AI search API from the command line.

Community
Intermediate
wesbragagtwesbragagt
1

worktree

Dispatches tasks into new git worktrees using workmux with generated prompt files.

Community
Intermediate
wesbragagtwesbragagt
1

improve-codebase-architecture

Explores codebases to identify module-deepening refactors that improve testability and architecture.

Community
Advanced
wesbragagtwesbragagt
1

rulereview

Reviews code changes against personal rule files using a prosecute-then-defend adversarial process.

Community
Intermediate
wesbragagtwesbragagt
1

code

Executes tasks from a tasks.yaml file by orchestrating code-writer and verifier agents.

Community
Advanced
wesbragagtwesbragagt
1

to-spec

Creates implementation-ready specifications and self-contained task packets for agent-driven development.

Community
Advanced
wesbragagtwesbragagt
1

excalidraw

Create hand-drawn Excalidraw diagrams from JSON using the excalidraw-cli command-line tool.

Community
Intermediate

Frequently Asked Questions About Wes Braga

FAQPage Schema
What tasks can I accomplish with Wes Braga's skills?

You can manage git commits, rebases, merges, and pull requests; orchestrate parallel agents in worktrees; apply DDD and hexagonal architecture; run TDD cycles; review PR feedback; research topics via web search; create Excalidraw diagrams; and manage tmux sessions non-interactively.

Who are these skills designed for?

Software engineers and developers working in terminal-centric environments who use git heavily, delegate work to coding agents, practice test-driven development, and want structured architecture guidance such as Domain-Driven Design and ports-and-adapters patterns.

How do the git and PR skills work in practice?

The commit skill stages only task-relevant files, never using git add -A. The pr skill commits pending changes, creates or updates a GitHub pull request, then monitors CI checks and reports failures. The rebase skill walks through conflict resolution step by step.

What prerequisites or dependencies do these skills require?

Several skills depend on specific utilities: workmux for worktree management, tmux for terminal sessions, Glow for Markdown review, excalidraw-cli for diagrams, Mnemosyne CLI for memory, uvx with ask-deepwiki for repository Q&A, and the Exa search CLI for web research.

How do the orchestration skills coordinate multiple agents?

The coordinator skill spawns, monitors, and merges worktree agents; handoff delegates tasks to a fresh background agent with a self-contained prompt; the code skill executes tasks.yaml by orchestrating code-writer agents; and adreview runs adversarial review dialogues between sibling agents.