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-setupSkills in this plugin
- ▌ reflect · samyakjhaveriGenerates a structured post-task reflection capturing surprises, patterns, prompt improvements, and gotchas, writing it to a markdown file without modifying project rules.
- ▌ unknowns · samyakjhaveri bundleSurface and clarify unknowns before prompting, log deviations during implementation, and verify understanding after, using HTML artifacts that pair prompts with outputs.
- ▌ sam-handoff · samyakjhaveriWrites 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.
- ▌ codex-review · samyakjhaveriRuns 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.
- ▌ codex-plan-review · samyakjhaveriRuns 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.
- ▌ bootstrap-cc-setup · samyakjhaveri bundleBootstraps 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.