smithery/neversight

bruhs

Opinionated development lifecycle - spawn projects, cook features, yeet to ship

Installation

$ npx skills add smithery/neversight --skill bruhs

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,431 B
  • docs SUMMARY.md 92 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

bruhs - Complete Development Lifecycle

When invoked, ask the user which command to run:

What do you want to do?
○ spawn - Create new project or add to monorepo
○ claim - Claim existing project for bruhs
○ cook - Plan + Build a feature end-to-end
○ yeet - Ship: Linear ticket → Branch → Commit → PR
○ peep - Address PR review comments and merge
○ dip - Clean up after merge and switch to base branch
○ slop - Clean up AI slop (senior engineer code review)

Present these options interactively, then follow the corresponding command file:

  • spawn → Read and follow commands/spawn.md
  • claim → Read and follow commands/claim.md
  • cook → Read and follow commands/cook.md
  • yeet → Read and follow commands/yeet.md
  • peep → Read and follow commands/peep.md
  • dip → Read and follow commands/dip.md
  • slop → Read and follow commands/slop.md

Quick Access

Users can also specify directly:

  • /bruhs spawn or /bruhs spawn <name>
  • /bruhs claim
  • /bruhs cook or /bruhs cook <feature>
  • /bruhs yeet
  • /bruhs peep or /bruhs peep <PR#> or /bruhs peep <TICKET-ID>
  • /bruhs dip
  • /bruhs slop or /bruhs slop <path> or /bruhs slop --fix

If an argument is provided, skip the selection and go directly to that command.