AleksandarBisevac

46 mods across 1 repository, 4 stars between them.

migrate

25

AleksandarBisevac/claude-plugins

Command

Audit pipeline: LEGACY SPELLING of /audit:layout sharded — it still works and does exactly that. Kept so existing transcripts, runbooks and older docs resolve; new work should say /audit:layout , which also goes back the other way.

4 4d ago A 59 tokens original MIT

next

26

AleksandarBisevac/claude-plugins

Command

Audit pipeline: execute the next ready task (phase order, then task-id order), then report what is ready next. --dry-run previews without mutating.

4 4d ago A 32 tokens original MIT

panel

27

AleksandarBisevac/claude-plugins

Command

Audit pipeline: open / stop / check a local control-panel UI to visually manage .claude/audit.config.json and the manifest's composition levers (reviewSkill, per-task skills/models, buildCommands) — with live validation and discovery of the skills & agents available in this repo + globally. Ephemeral, on-demand; a…

4 4d ago A 79 tokens original MIT

phase

28

AleksandarBisevac/claude-plugins

Command

Audit pipeline: everything a phase has done to it — add one to a plan that already exists, run it end to end (every ready task, parallel where safe, then sign-off), pin which phase the pipeline reaches for first, or cancel one that will not be done. A bare runs it; --dry-run previews the run without mutating.

4 4d ago B 75 tokens original MIT

propose

29

AleksandarBisevac/claude-plugins

Command

Manage parked phase proposals in the audit manifest — list them, materialize one (or all) into live phases, or drop one. Proposals are parked by /audit:init when the user declines (some of) the synthesized plan; materialization is a move, not a re-synthesis.

4 4d ago A 59 tokens original MIT

report

30

AleksandarBisevac/claude-plugins

Command

Audit pipeline: render a self-contained, interactive HTML + Markdown report (collapsible phases, filter/sort, optional AI summary, Save-as-PDF) — shareable as a CI artifact, or published to a link with --share. Read-only (never mutates the manifest).

4 4d ago A 57 tokens original MIT

resume

31

AleksandarBisevac/claude-plugins

Command

Audit pipeline: resume an interrupted run — find the in-progress phase and continue from the first uncommitted task.

4 4d ago A 23 tokens original MIT

review

32

AleksandarBisevac/claude-plugins

Command

Audit pipeline: re-run Phase sign-off for a phase on demand (e.g. after fixes) — review, test gate, invariant check, optional runtime boot, merge.

4 4d ago A 35 tokens original MIT

run

33

AleksandarBisevac/claude-plugins

Command

Audit pipeline: execute exactly one task by id, with status guards (done/blocked/inprogress) and blocker checks. --dry-run previews without mutating.

4 4d ago A 32 tokens original MIT

status

34

AleksandarBisevac/claude-plugins

Command

Audit pipeline: print manifest status — phases, tasks, bugs, the ready-now list and what each pending task is waiting on; or, with --gate, turn that same state into a CI pass/fail verdict over conditions you pick with --fail-on. Read-only, no locks, no mutations.

4 4d ago A 61 tokens original MIT

sync

35

AleksandarBisevac/claude-plugins

Command

Sync the audit manifest with Azure DevOps work items — set the connector up for the first time (connect: verify the transport, report which auth path is in effect, prove access read-only, detect the board's process), push manifest bugs/tasks/phases to ADO (board states, sprint stamp, Remaining Work, comments), pull…

4 4d ago A 100 tokens original MIT

task

36

AleksandarBisevac/claude-plugins

Command

Add a tracked task to the audit manifest — every answer is a flag, and the dialogue only covers what the caller did not pass — move one between phases, or cancel work that will not be done. add allocates the id, initializes all orchestrator fields, updates fileIndex, and revalidates; move renumbers a task into another…

4 4d ago A 149 tokens original MIT

usage

37

AleksandarBisevac/claude-plugins

Command

Audit pipeline: token spend attributed by phase, task, model, author and time — with cache economics, cost-per-task and a usage trend. Read-only (never mutates the manifest).

4 4d ago A 38 tokens original MIT

worktree

38

AleksandarBisevac/claude-plugins

Command

Audit pipeline: create (or remove) a git worktree for a phase so you can run it in a parallel session. Claude does the git worktree add + derives the phase branch; you just open a Claude session in the printed path and run /audit:phase there. Sharded manifests merge back conflict-free.

4 4d ago A 64 tokens original MIT

PreToolUse

39

AleksandarBisevac/claude-plugins

Hook

Runs before the agent uses a tool for Read, Grep, Bash, Bash, Skill, Task, Agent, mcp__.*, Edit, Write, MultiEdit and NotebookEdit tool calls, executing py-launch.sh via sh (6 commands). From AleksandarBisevac/claude-plugins.

4 4d ago A tokens not measured original MIT

PostToolUse

40

AleksandarBisevac/claude-plugins

Hook

Runs after a tool call finishes for Edit, Write, MultiEdit, NotebookEdit and Bash tool calls, executing py-launch.sh via sh (6 commands). From AleksandarBisevac/claude-plugins.

4 4d ago A tokens not measured original MIT

UserPromptSubmit

41

AleksandarBisevac/claude-plugins

Hook

Runs when you submit a prompt, before the agent sees it, executing py-launch.sh via sh. From AleksandarBisevac/claude-plugins.

4 4d ago A tokens not measured original MIT

Stop

42

AleksandarBisevac/claude-plugins

Hook

Runs when the agent finishes a response, executing py-launch.sh via sh. From AleksandarBisevac/claude-plugins.

4 4d ago A tokens not measured original MIT

audit-codebase

45

AleksandarBisevac/claude-plugins

Skill Claude CodeCodex

Use when someone wants a whole codebase audited and fixed as tracked, resumable work — "audit this codebase", "find and fix everything wrong in this repo", "go through the app and clean it up", "set up an audit plan", "what audit phase is next" — rather than a one-shot look at the current diff. Routes to the /audit…

4 4d ago A 88 tokens original MIT

audit-spend

46

AleksandarBisevac/claude-plugins

Skill Claude CodeCodex

Use when someone asks what their Claude Code work has cost — "what did that cost", "how much have we spent", "where did the tokens go", "which model is burning the budget", "is the cache actually helping" — and wants it attributed to the work rather than a session total. Routes to /audit:usage.

4 4d ago A 72 tokens original MIT