naimkatiman

65 mods across 1 repository, 7 stars between them.

naimkatiman/continuous-improvement

Command

Parallel multi-agent readiness gate — fan blind reviewers across performance, security, UI/UX, test coverage, and simplicity, each grounding findings in real code/logs/live data, then reconcile into one deduplicated, severity-ranked punch-list. Reports only; never fixes, merges, or deploys.

7 7d ago A 65 tokens original MIT

recall

27

naimkatiman/continuous-improvement

Command

Search past tool-call observations with BM25 ranking to answer "have I seen this before?" before re-deriving a fix or repeating a mistake. Enforces Law 1 (Research Before Executing).

7 7d ago A 44 tokens original MIT

reconcile

28

naimkatiman/continuous-improvement

Command

Establish git ground truth (branch, status, stashes, worktrees, ahead/behind) before any mutation, halt on protected or destructive operations, then carry the known-good state through a single-concern commit, a push, an open PR, and — after the PR merges — a fast-forward of the default branch. Enforces Law 1 (Research…

7 7d ago A 80 tokens original MIT

release-train

29

naimkatiman/continuous-improvement

Command

Autonomous multi-PR release train — plan stacked single-concern PRs, open each on its own branch, monitor CI, rebase on conflicts, and ship in dependency order while you sleep. Driven by report.html horizon item 'Autonomous Multi-PR Release Trains'.

7 7d ago A 60 tokens original MIT

roast

30

naimkatiman/continuous-improvement

Command

Convene a 5-persona adversarial council (Contrarian, Expansionist, Logician, Researcher, Buyer) to pressure-test an idea, then deliver one GO / RESHAPE / KILL verdict plus the cheapest 48-hour test to de-risk it. Enforces Law 1 (Research Before Executing).

7 7d ago A 69 tokens original MIT

seven-laws

31

naimkatiman/continuous-improvement

Command

Brand-aligned alias for /continuous-improvement. Reflect on the current session, analyze observations for patterns, and show instinct status under the 7 Laws of AI Agent Discipline.

7 7d ago A 38 tokens original MIT

ship

32

naimkatiman/continuous-improvement

Command

Compatibility entry point for the native ship skill. Passes one defect request through unchanged.

7 7d ago A 19 tokens original MIT

simplicity-review

33

naimkatiman/continuous-improvement

Command

Review the current diff for over-engineering — flag code that could reuse an existing file, a stdlib or native feature, or fewer lines — and report GO/TRIM findings without touching code. Enforces Law 4 (Verify Before Reporting).

7 7d ago A 53 tokens original MIT

superpowers

34

naimkatiman/continuous-improvement

Command

Law activator and dispatcher — route the task to the right Law-aligned specialist across continuous-improvement and four vendored upstream skill libraries (Obra superpowers, addy-agent-skills, ruflo-swarm, oh-my-claudecode).

7 7d ago A 55 tokens original MIT

swarm

35

naimkatiman/continuous-improvement

Command

Fan out N parallel sub-agents on isolated worktrees with a shared contract test, produce a comparison report. Driven by report.html horizon item 'Parallel Provider-Migration Agents' — pick winners from real evidence instead of discovering tier limits in production.

7 7d ago A 52 tokens original MIT

verify-install

36

naimkatiman/continuous-improvement

Command

Walk the post-install verification in one shot — confirm slash commands loaded, the gateguard runtime hook fires, and observation capture is recording — then print a single ✓ wired / ✗ missing line.

7 7d ago A 44 tokens original MIT

naimkatiman/continuous-improvement

Plugin Claude Code

The persistent-memory and runtime-discipline layer for Claude Code. It remembers the corrections you already gave, grounds every edit in real facts before it lands, and — through the Mulahazah engine — turns each fix into a reusable instinct, so a lesson learned once is applied automatically next time with no…

7 7d ago A tokens not measured original MIT

PreToolUse

39

naimkatiman/continuous-improvement

Hook

Runs before the agent uses a tool for Bash tool calls, executing gateguard.mjs, companion-preference.mjs and hook-pack.mjs via node (3 commands). From naimkatiman/continuous-improvement.

7 7d ago A tokens not measured copy · 55% MIT

UserPromptSubmit

41

naimkatiman/continuous-improvement

Hook

Runs when you submit a prompt, before the agent sees it, executing route-prompt.mjs and recall-briefing.mjs via node (2 commands). From naimkatiman/continuous-improvement.

7 7d ago A tokens not measured original MIT

Stop

44

naimkatiman/continuous-improvement

Hook

Runs when the agent finishes a response, executing three-section-close.mjs, goal-drift-stop.mjs, workflow-distill.mjs, typecheck-stop.mjs and query-cost-nudge.mjs via node (5 commands). From naimkatiman/continuous-improvement.

7 7d ago A tokens not measured copy · 55% MIT

audit

45

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Enforces Law 4 (Verify Before Reporting) of the 7 Laws of AI Agent Discipline. Audits a window of recent commits for real defects, confirms each finding before touching code so false positives die first, and checks every surface a change touches — so 'looks done' is never mistaken for 'is correct'.

7 7d ago A 66 tokens original MIT

deploy-receipt

46

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Enforces Law 4 (Verify Before Reporting) of the 7 Laws of AI Agent Discipline at the deploy seam. A merge into a branch that auto-deploys is not "done" until the deploy provider reports the merged commit SHA running and a healthcheck endpoint returns 200. Companion to the vendored finishing-a-development-branch skill…

7 7d ago A 113 tokens original MIT

gateguard

47

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Enforces Law 1 (Research Before Executing) of the 7 Laws of AI Agent Discipline. Fact-forcing gate that blocks Edit/Write/Bash (including MultiEdit) and demands concrete investigation (importers, data schemas, user instruction) before allowing the action. Measurably improves output quality by +2.25 points vs ungated…

7 7d ago D 79 tokens original MIT

goal-monitor

48

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Enforces Law 2 (Plan Is Sacred) of the 7 Laws of AI Agent Discipline. Detects when a session has drifted away from its stated goal by scoring recent tool activity against the '## Goal' section of taskplan.md, so drift is caught mid-session instead of at end-of-session reflection.

7 7d ago A 67 tokens original MIT