← All creators

bravros

Organization

Free, public, host-neutral agent toolkit. Deliver skills across Claude Code, Gemini CLI, and other agent hosts.

37 indexed · 0 Featured · 2 stars · avg score 75
Prolific

Categories

Indexed Skills (37)

AI & Automation Listed

prune-merged

Safely prune already-merged branches (local + remote) with 7-day tombstone recovery. Manual-only — nothing auto-triggers it. Invoke via `/prune-merged`.

2 Updated today
bravros
AI & Automation Listed

recon

Turn a bug report or a feature request into ONE reviewed .planning dossier folder ready for /orchestrate. Use on `/recon <problem or feature>`, `/recon --worktree`, or `/recon B-NNNN` to promote a backlog item.

2 Updated today
bravros
AI & Automation Listed

start

EXPLICIT-INVOCATION ONLY — trigger only when the user types /start. Initializes a new project with stack-aware CLAUDE.md, .bravros.yml, .gitignore, and base structure. Do NOT trigger on natural-language phrases like init or setup without the slash.

2 Updated today
bravros
AI & Automation Listed

address-pr

Fetch PR review comments, implement the fixes, and push.

2 Updated today
bravros
AI & Automation Listed

auto-pr

Fully autonomous SDLC pipeline — plan to PR, zero user intervention. Invoke via /auto-pr.

2 Updated today
bravros
AI & Automation Listed

backlog

Capture, list, and promote pre-planning ideas. Use `/backlog` to add, view, promote, complete, or drop ideas before planning.

2 Updated today
bravros
AI & Automation Listed

batch-merge-prs

Verify N PRs, address review feedback, ordered-merge to the staging branch (never main), close linked issues/backlog per merge, then hand off the full test suite. Use on /batch-merge-prs.

2 Updated today
bravros
Code & Development Listed

commit

Commit staged changes with emoji+type conventions and formatting.

2 Updated today
bravros
AI & Automation Listed

finish

Complete a feature — merge the approved PR, record plan completion, route the homolog→main decision. Use on `/finish` or "finish the feature".

2 Updated today
bravros
AI & Automation Listed

git-this

Bootstrap a private GitHub repo for the current folder and wire the origin remote. Invoke via /git-this.

2 Updated today
bravros
AI & Automation Listed

graphify-status

Report knowledge-graph label coverage across every graphify-enabled project on this machine — communities, labels, and how many nodes still render as "Community NN". Use on `/graphify-status`, or when asked which graphs are stale, unlabelled, or degraded.

2 Updated today
bravros
AI & Automation Listed

graphify-this-project

Set up a graphify knowledge graph for the current project — in-project committed graph.json, AST extraction + external labelling, tracked refresh hooks, union-merge driver, user-scoped MCP query surface. Use on `/graphify-this-project`.

2 Updated today
bravros
AI & Automation Listed

hotfix

Emergency hotfix deploy — commit, push homolog, PR to main, merge now. Use on `/hotfix <description>`.

2 Updated today
bravros
AI & Automation Listed

orchestrate

Orchestrate implementation from a .planning dossier folder — subagents write the code, the session reads, dispatches by model tier, verifies diffs, and commits per phase. Use on /orchestrate [folder] or "implement from this .planning folder".

2 Updated today
bravros
AI & Automation Listed

pr-review

Post @claude review comment on the current PR and ask what's next. Use on `/pr-review` to trigger the GitHub Actions review workflow.

2 Updated today
bravros
AI & Automation Listed

pr

Create a Pull Request with plan context and base branch detection.

2 Updated today
bravros
AI & Automation Listed

promote

Fast `homolog → main` merge for committed, pushed work. Trigger — `/promote`. Requires out-of-band token minted via `bravros promote unlock` from a separate terminal — Claude cannot mint it.

2 Updated today
bravros
AI & Automation Listed

ship

Commit and push changes in one step with safety checks.

2 Updated today
bravros
AI & Automation Listed

triage-sweep

Read-only drain of a stale issue + backlog queue — dedup, classify each item vs LIVE code (already-done / partial / superseded / no-longer-needed / open / human-only), adversarially verify every close, then apply closes/cancels serially. Use on /triage-sweep.

2 Updated today
bravros
AI & Automation Listed

advise-project-approach

Research and advise how a software project should be built — stack selection, architecture, operating-cost tradeoffs, and real-world comparables. Use on `/advise-project-approach` or when asked for project strategy, stack choice, or an architecture/repo critique.

2 Updated today
bravros
AI & Automation Listed

after-merge

Generate an after-merge.md operational deploy checklist for homolog-to-main aggregate releases. Use when the user mentions deploying multiple PRs to production, needs a post-merge runbook, or asks what to do after merging to main.

2 Updated today
bravros
AI & Automation Listed

laravel-cloud-ready

Prepare a Laravel app for Laravel Cloud — SQS FIFO message groups, edge-cacheable public pages, Horizon removal. Use on `/laravel-cloud-ready`, or when a deploy hits MissingParameter MessageGroupId.

2 Updated today
bravros
AI & Automation Listed

onepass

Store, read, inject, and rotate secrets via the 1Password CLI (op). Enforces op:// references so secrets never touch env files. Use when the user mentions 1Password, op:// secrets, credential rotation, or safe secret injection into code.

2 Updated today
bravros
AI & Automation Listed

pest5-upgrade

Upgrade a PHP/Laravel repo from Pest 4 to Pest 5 and turn on Test Impact Analysis (TIA) so local full runs only re-execute the tests a change can reach. Use this whenever someone mentions upgrading Pest, moving to Pest 5, `pestphp/pest ^5`, Test Impact Analysis, `--tia`, "why is my test suite so slow", speeding up a slow PHP test suite, `Tia mode requires Pest tests`, `WorkerCrashedException` after enabling TIA, converting PHPUnit class-style tests to Pest, or setting up a TIA baseline — even if they don't say "Pest 5" outright. Also use it when a Pest/PHPUnit dependency bump has broken tests and they need help attributing the fallout.

2 Updated today
bravros
AI & Automation Listed

scout

Investigate a defect with graphify and code references, then certify the root cause with runtime proof. Never modifies code. Runs standalone on `/scout <bug>`, or as the defect arm of `/recon`.

2 Updated today
bravros
AI & Automation Listed

fixture-model-req

A test fixture skill for verifying Claude model reference stripping in converted output. Triggers on "/fixture-model-req" or "run fixture".

2 Updated today
bravros
AI & Automation Listed

push

Push current branch to remote with branch safety checks.

2 Updated today
bravros
AI & Automation Listed

verify-install

Health-check the Bravros SDLC install — skill drift, config, hooks, toolchain — and optionally repair it. Use on `/verify-install`, or `--auto` from a SessionStart hook.

2 Updated today
bravros
AI & Automation Listed

context

Scan project and generate/audit CLAUDE.md files with stack auto-detection and Context7 docs. Use when the user says /context, generate context, audit CLAUDE.md, update project instructions, or needs AI context files refreshed.

2 Updated today
bravros
AI & Automation Listed

doctor-plus

Runs Claude Code's built-in /doctor health check, then audits the workspace against Anthropic's 6 then-and-now context-engineering shifts (rules��judgement, examples→interfaces, progressive disclosure, one-home instructions, auto-memory, rich references). Reports first, fixes only on approval. Use on /doctor-plus or "context checkup".

2 Updated today
bravros
AI & Automation Listed

interview-me

Stress-test a plan or design via a round-by-round interview — ask the whole frontier of independent questions each round until every branch of the decision tree is locked. Use on `/interview-me`, "interview me", or when the user signals doubt about a plan.

2 Updated today
bravros
AI & Automation Listed

local-review

Run a local PR review without the @claude GitHub Action.

2 Updated today
bravros
AI & Automation Listed

premium-website

Eliminates generic AI slop from React/Next.js frontends with premium typography, color calibration, and motion choreography. Triggers on /premium-website or requests for anti-slop design.

2 Updated today
bravros
AI & Automation Listed

worktree

Create, destroy, list or sync git worktrees for any project — Herd link+TLS, .env isolation, optional DB clone. Use on `/worktree`.

2 Updated today
bravros
AI & Automation Listed

quick

Quick task execution without a full plan — just do it and commit.

2 Updated today
bravros
AI & Automation Listed

update-hooks

Update git hooks in an existing project to the latest version from ~/.agent_config/templates.

2 Updated today
bravros
AI & Automation Listed

workflow-sync

Sync an existing project with the latest workflow setup — hooks, GitHub Action, and DB sync template.

2 Updated today
bravros

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.