← all plugins

Sam Cc Setup

by @samyakjhaveri · plugin · 6 skills

Portable core of Sam's Claude Code setup: native pre-commit hook enforcement (sentinel gate retired 2026-08-14), on-demand /validate, generic review agents, cross-model Codex review skills, and a /bootstrap-cc-setup skill that writes the always-loaded rules layer plugins cannot ship. For repos NOT bootstrapped by the Loam Copier template - a Loam-rendered project already carries most of this in .c

Install the whole plugin (CLI)
npx skillmds add samyakjhaveri/reflect npx skillmds add samyakjhaveri/unknowns npx skillmds add samyakjhaveri/sam-handoff npx skillmds add samyakjhaveri/codex-review npx skillmds add samyakjhaveri/codex-plan-review npx skillmds add samyakjhaveri/bootstrap-cc-setup
⬇ Download

Skills in this plugin

  1. reflect · samyakjhaveri
    Generates a structured post-task reflection capturing surprises, patterns, prompt improvements, and gotchas, writing it to a markdown file without modifying project rules.
    0
    repo stars
  2. unknowns · samyakjhaveri bundle
    Surface and clarify unknowns before prompting, log deviations during implementation, and verify understanding after, using HTML artifacts that pair prompts with outputs.
    0
    repo stars
  3. sam-handoff · samyakjhaveri
    Writes or updates a HANDOFF.md file in the project root to capture goal, progress, and next steps for a fresh agent to continue in-progress work.
    0
    repo stars
  4. codex-review · samyakjhaveri
    Runs the current git diff through the Codex CLI for an independent, read-only second-opinion review, then triages findings back into the session for Claude to apply fixes.
    0
    repo stars
  5. codex-plan-review · samyakjhaveri
    Runs a plan file through the Codex CLI as an independent adversarial reviewer, then folds accepted findings back into the plan. Read-only sandbox; Codex never edits.
    0
    repo stars
  6. bootstrap-cc-setup · samyakjhaveri bundle
    Bootstraps the always-loaded rules layer for a new repository: writes a CLAUDE.md skeleton and a workflow.md model-notes rule, and optionally installs a native git pre-commit hook. Skips repos already rendered by the Loam Copier template.
    0
    repo stars