Sharrmavishal/operating-kit

Portable, project-agnostic operating kit for Claude Code and Cursor. A disciplined builder and strategic-vetting persona, playbooks, subagent templates, and memory seeds. Installs with one prompt.

2Stars on the repository
10Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

code-review

01

Sharrmavishal/operating-kit

Agent Claude Code

Comprehensive pre-ship review of all changes since the last deploy or a specified commit. Walks correctness, atomicity/races, error handling, data-store hygiene, security, type safety, tests, integration, performance, observability, and any project-specific invariants. Use after any sprint and always before deploying.

2 1mo ago A 67 tokens original MIT

deploy

02

Sharrmavishal/operating-kit

Agent Claude Code

Runs tests, builds, deploys to production, verifies live, and updates the state doc with the confirmed revision. Use before any production deploy. Stops if tests fail; never ships broken code.

2 1mo ago A 41 tokens original MIT

prod-logs

03

Sharrmavishal/operating-kit

Agent Claude Code

Pulls recent production logs filtered for errors, warnings, and anomalies, a quick health check after any deploy, after a load test, or any time you want to know if something is going wrong. Treats logs as the only acceptable primary source for incident analysis.

2 1mo ago A 57 tokens original MIT

session-end

04

Sharrmavishal/operating-kit

Agent Claude Code

Run at the end of every significant work session. Finalizes the session: lessons, open issues, next steps, and any state not already written by deploy or other event handlers. Skips cleanly if nothing significant changed.

2 1mo ago A 0 tokens original MIT

session-start

05

Sharrmavishal/operating-kit

Agent Claude Code

Run at the start of every work session. Reads the canonical state doc, verifies live state, reconciles drift from external deploys or dirty shutdowns, and prints a concise briefing. Prevents stale-state mistakes.

2 1mo ago A 46 tokens original MIT