besimple-oss

10 mods across 1 repository, 285 stars between them.

besimple-oss/broccoli

Skill Claude CodeCodex

Deploy this repository to a new Google Cloud project using the repo's existing Cloud Run, Cloud Run Jobs, Cloud SQL, Secret Manager, and Artifact Registry scripts. Use when Codex needs to interpret a generic repo setup request as a deploy, discover the active gcloud operator/account/org/billing context, fail early on…

285 4mo ago A 96 tokens original MIT

besimple-oss/broccoli

Skill Claude CodeCodex

Non-interactive wrapper: plan-sketch -> auto-pick recommended options -> plan-write -> plan-critique-loop -> implement-from-plan -> claude-simplify-wrapper -> dedup -> code-review-loop. No PR creation and no Linear comments.

285 4mo ago A 58 tokens original MIT

besimple-oss/broccoli

Skill Claude CodeCodex

Small-change wrapper: implement → run repo checks → atomic commit → run dedup (BASESHA..HEAD).

285 4mo ago A 30 tokens original MIT

code-review-loop

05

besimple-oss/broccoli

Skill Claude CodeCodex

Iterative review+fix loop for BASESHA..HEAD: generate findings, apply accepted fixes, run checks, commit, and re-review up to 3 iterations or until clean.

285 4mo ago A 40 tokens original MIT

dedup

06

besimple-oss/broccoli

Skill Claude CodeCodex

Dedupe-only pass for BASESHA..HEAD: remove duplicate code introduced by the diff or reuse existing shared utils; applies changes + commits.

285 4mo ago A 32 tokens original MIT

implement-from-plan

07

besimple-oss/broccoli

Skill Claude CodeCodex

Implement an approved plan doc step-by-step in application or systems codebases, including Node/TS, Python, and C/C++ repos (build/lint/test per step, atomic commits, progress log hygiene). Use when you have a plan/.md and want to execute it.

285 4mo ago A 60 tokens original MIT

plan-critique-loop

08

besimple-oss/broccoli

Skill Claude CodeCodex

Critique and revise an existing plan doc up to 3 iterations, using accept/reject triage and stopping early when no important feedback remains. Use when refining a plan/.md before implementation.

285 4mo ago A 45 tokens original MIT

plan-sketch

09

besimple-oss/broccoli

Skill Claude CodeCodex

Do bounded research (official docs first) and produce a high-level implementation sketch in sketch/ .md. Use when you want an approach and step ordering before implementation.

285 4mo ago A 41 tokens original MIT

plan-write

10

besimple-oss/broccoli

Skill Claude CodeCodex

Write a detailed, self-contained implementation plan to a new Markdown file under plan/. Use when you already have a sketch/requirements and want a plan doc before coding.

285 4mo ago A 36 tokens original MIT