sergei-aronsen

60 mods across 1 repository, 5 stars between them.

sergei-aronsen/claude-code-toolkit

Instructions file

Instructions for sergei-aronsen/claude-code-toolkit, covering claude code toolkit — claude code instructions, project overview, quality checks (must pass), run all checks locally and individual checks.

5 15d ago D 8,644 tokens original MIT

audit-restore

03

sergei-aronsen/claude-code-toolkit

Command

Remove an entry from .claude/rules/audit-exceptions.md when an exception turns out to be a real bug — for example, after a refactor changes the threat model or the Council pass (/council audit-review) marks a previously-suppressed finding disputed.

5 15d ago A 0 tokens original MIT

audit-skip

04

sergei-aronsen/claude-code-toolkit

Command

Append a structured exception entry to .claude/rules/audit-exceptions.md after the user has confirmed a finding is not exploitable. Future /audit runs consult this file in Phase 0 and skip matching findings.

5 15d ago A 0 tokens original MIT

audit

05

sergei-aronsen/claude-code-toolkit

Command

Run a structured project audit (security / performance / code-review / deploy-checklist / DB-performance / design-review) with FP recheck, allowlist suppression, and a mandatory Council pass.

5 15d ago B 0 tokens original MIT

council

08

sergei-aronsen/claude-code-toolkit

Command

Challenge an implementation plan with Gemini (The Skeptic) and ChatGPT (The Pragmatist) before coding. The Council is not a linter — it validates whether the approach is justified, well-scoped, and free of common production-readiness traps.

5 15d ago A 0 tokens original MIT

diagnose-ci

10

sergei-aronsen/claude-code-toolkit

Command

Walk a failing CI run through a 7-step diagnosis loop — fetch the failure, classify the layer, isolate the offending change, reproduce locally, fix, verify, and learn. Designed for the case where CI fails on a PR and you need to triage without bouncing between browser tabs and terminal.

5 15d ago A 64 tokens original MIT

factcheck

11

sergei-aronsen/claude-code-toolkit

Command

Verify a single factual claim against current web sources. Returns a verdict (VERIFIED, DISPUTED, UNVERIFIABLE) with supporting citations.

5 15d ago A 0 tokens original MIT

learn

12

sergei-aronsen/claude-code-toolkit

Command

Extract problem solutions and save them as scoped rule files that auto-load only for relevant files.

5 15d ago A 0 tokens original MIT

lookup

13

sergei-aronsen/claude-code-toolkit

Command

Quick web search with synthesized answer and citations through your Perplexity Pro subscription. Runs in search mode (Sonar) — single-pass, fewer sources, much faster than /research.

5 15d ago A 0 tokens original MIT

pack

14

sergei-aronsen/claude-code-toolkit

Command

Pack the current repository (or a remote one) into a single AI-friendly file via Repomix. The output lands in .claude/scratchpad/ and is ready to attach to any LLM — ChatGPT, Claude web, Gemini, a teammate, an issue thread.

5 15d ago A 0 tokens original MIT

product-review

15

sergei-aronsen/claude-code-toolkit

Command

Multi-persona business review of a feature plan or SPEC. Parallel to /council but focused on product/marketing/economics, not technical correctness. Invokes product-thinking skill if .planning/product/ .md is missing, then runs persona review.

5 15d ago A 57 tokens original MIT

prompt-audit

16

sergei-aronsen/claude-code-toolkit

Command

Audit a system prompt (CLAUDE.md, agent definition, slash command, custom GPT prompt, Cursor rules file, Telegram bot prompt, etc.) against the canonical 7-block system prompt architecture documented in components/system-prompt-architecture.md. Returns a per-block grade, lists missing structure, and proposes drop-in…

5 15d ago B 0 tokens original MIT

prompt-engineer

17

sergei-aronsen/claude-code-toolkit

Command

Rewrite a single prompt file into a deployment-ready version. Companion to /council — where the Council validates a plan with Skeptic + Pragmatist review, the Prompt Engineer rewrites one prompt for clarity, controllability, reliability, and reusability. Drives one of three provider CLIs: Claude Code (claude -p)…

5 15d ago A 0 tokens original MIT

research

18

sergei-aronsen/claude-code-toolkit

Command

Run deep, multi-source research with citations through your Perplexity Pro subscription instead of paying per-token for the Sonar API. Routes through the optional comet-bridge MCP that talks to a locally-running Comet browser where you are logged into Perplexity.

5 15d ago A 0 tokens original MIT

update-deps

20

sergei-aronsen/claude-code-toolkit

Command

Open the dependency update dashboard — shows installed vs latest versions for every tracked toolkit dependency (Layer 1/2/3) in an aligned table. User picks what to upgrade via a one-keystroke prompt (a/o/c/n) plus a comma-list custom mode. Manual control, no auto-update.

5 15d ago A 66 tokens original MIT

vendor-audit

22

sergei-aronsen/claude-code-toolkit

Command

Quarterly external dependency risk review — checks GSD, Superpowers, Morph, better-model, claude-context for maintainer activity, breaking change cadence, license drift.

5 15d ago A 37 tokens original MIT

vendor-changelog

23

sergei-aronsen/claude-code-toolkit

Command

Functional diff analysis of pinned external vendors (Superpowers, GSD, Serena, better-model, claude-context, cc-safety-net, RTK). Clones fresh sources, diffs against manifest.json:vendorpins, classifies each change as BREAKING / ADOPT / IGNORE / DEPRECATE. Use this when the toolkit user wants to know what changed…

5 15d ago A 92 tokens original MIT