friedbotstudio

67 mods across 1 repository, 11 stars between them.

swarm-worker

01

friedbotstudio/baseline

Agent Claude Code

Execute a single swarm task in an isolated git worktree. Receive a fully-specified recipe from the main context — a scenario recipe plus an implementation contract — then run Skill(scenario) followed by Skill(implement) and report JSON status. Make no design decisions and do not expand scope. Invoked exclusively by…

11 5d ago A 77 tokens original Apache-2.0

approve-direction

02

friedbotstudio/baseline

Command Claude Code

Record human approval of a workflow's direction (the intake + its acceptance criteria + the CO-A evidence). The Direction Approval Guard hook blocks Claude from ever writing approval tokens; this command is the only sanctioned path. Must be user-invoked. Replaces the retired /approve-spec gate (D3/CO-E gate-collapse)…

11 5d ago A 79 tokens original Apache-2.0

approve-swarm

03

friedbotstudio/baseline

Command Claude Code

Record human approval of a swarm plan. swarm-dispatch will not run until this approval token exists. Must be user-invoked — Claude cannot approve.

11 5d ago A 31 tokens original Apache-2.0

grant-commit

04

friedbotstudio/baseline

Command Claude Code

Grant consent for Claude to run git commit. Workflow-scoped when a workflow is active, else a time window. Required by the Git Commit Guard hook.

11 5d ago A 32 tokens original Apache-2.0

grant-push

05

friedbotstudio/baseline

Command Claude Code

Grant consent for Claude to run git push. Valid for 5 minutes. Required by the Git Commit Guard hook on protected branches.

11 5d ago A 27 tokens original Apache-2.0

init-project-doctor

06

friedbotstudio/baseline

Command Claude Code

Detect and repair baseline drift — missing or invalid .claude/workflows.jsonl, schema violations, four-way Article IV / §18 mirror drift, and (advisory) shipped-tooling files placed outside .claude/ against the convention codified at seed.md §3. Interactive: presents each detected violation via AskUserQuestion and…

11 5d ago A 76 tokens original Apache-2.0

init-project

07

friedbotstudio/baseline

Command Claude Code

Configure the baseline for this specific project. Invokes the scout skill, then claude-automation-recommender, populates .claude/project.json, pre-creates lazy directories, re-renders swarm-worker.md from its template with any stack-specific skills appended, appends a §16 addendum to docs/init/seed.md, runs…

11 5d ago A 108 tokens original Apache-2.0

PreToolUse

08

friedbotstudio/baseline

Hook Claude Code

Runs before the agent uses a tool for AskUserQuestion, Bash, Write, Edit, MultiEdit, NotebookEdit and Write tool calls, executing notify.mjs, destructive_cmd_guard.mjs, state_write_guard.mjs, git_commit_guard.mjs, gitignore_leak_guard.mjs, process_lifecycle_guard.mjs, setup_guard.mjs, env_guard.mjs…

11 5d ago A tokens not measured copy · 45% Apache-2.0

UserPromptSubmit

09

friedbotstudio/baseline

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing consent_gate_grant.mjs via node. From friedbotstudio/baseline.

11 5d ago A tokens not measured original Apache-2.0

PostToolUse

10

friedbotstudio/baseline

Hook Claude Code

Runs after a tool call finishes for Write, Edit, MultiEdit and Bash tool calls, executing lint_runner.mjs, test_runner.mjs and phase_timer.mjs via node (4 commands). From friedbotstudio/baseline.

11 5d ago A tokens not measured copy · 47% Apache-2.0

SessionStart

11

friedbotstudio/baseline

Hook Claude Code

Runs when a session starts, executing memory_session_start.mjs via node. From friedbotstudio/baseline.

11 5d ago A tokens not measured original Apache-2.0

Stop

12

friedbotstudio/baseline

Hook Claude Code

Runs when the agent finishes a response, executing memory_stop.mjs, harness_continuation.mjs and notify.mjs via node (3 commands). From friedbotstudio/baseline.

11 5d ago A tokens not measured copy · 44% Apache-2.0

Notification

13

friedbotstudio/baseline

Hook Claude Code

Runs when the agent sends a notification for permission_prompt and idle_prompt tool calls, executing notify.mjs via node (2 commands). From friedbotstudio/baseline.

11 5d ago A tokens not measured original Apache-2.0

PreCompact

14

friedbotstudio/baseline

Hook Claude Code

Runs before the context is compacted for manual and auto tool calls, executing memory_pre_compact.mjs via node. From friedbotstudio/baseline.

11 5d ago A tokens not measured original Apache-2.0

baseline

15

friedbotstudio/baseline

Settings file Claude Code

Agent settings declaring 7 hook events (PreToolUse, UserPromptSubmit, PostToolUse, SessionStart) and 11 allowed tools.

11 5d ago A tokens not measured copy · 86% Apache-2.0

archive

16

friedbotstudio/baseline

Skill Claude CodeCodex

Phase 10.5 — move the slug's workflow artifacts (intake, scout, research, spec, approvals, swarm state, security reports, rendered diagrams) to docs/archive/ / /. Runs before /commit so the committed tree is clean of work-in-flight files. workflow.json stays live and gets archived as the first step of /commit.

11 5d ago A 77 tokens original Apache-2.0

audit-baseline

17

friedbotstudio/baseline

Skill Claude CodeCodex

Drift check between the baseline implementation on disk and the claims in docs/init/seed.md + cross-references in CLAUDE.md, README.md, and the rendered docs site. Verifies hook/agent/skill/command names + counts, settings.json wiring, project.json key presence, .mcp.json servers, vendored license files, and helper…

11 5d ago A 103 tokens original Apache-2.0

brainstorm

18

friedbotstudio/baseline

Skill Claude CodeCodex

PM-mode brainstorm helper. Captures the requirement via Socratic dialogue before any entry phase (/intake, /spec, /tdd) drafts its artifact. Stage 0 skip-check, Stage 1 gap-analysis, Stage 2 probe-loop, Stage 3 confirm-and-persist. Output lives at docs/brief/ .md. Never proposes solutions — Stage 2 dialogue discipline…

11 5d ago A 95 tokens original Apache-2.0

brd

19

friedbotstudio/baseline

Skill Claude CodeCodex

Draft a Business Requirements Document (BRD) for cross-functional or stakeholder-heavy work that needs more structure than an intake. Use after /intake when the request spans multiple systems/teams, carries regulatory weight, or needs formal sign-off. Output lives at docs/brd/ .md.

11 5d ago A 64 tokens original Apache-2.0

chore

20

friedbotstudio/baseline

Skill Claude CodeCodex

Workflow track for tasks that need no TDD — documentation edits, governance count bumps, vendored-skill content updates, configuration tweaks, formatting, typo fixes, dependency bumps where no project code changes. Skips /scenario and /implement (no failing test to drive) and runs the work directly. archive…

11 5d ago A 183 tokens original Apache-2.0

friedbotstudio/baseline

Skill Claude CodeCodex

Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code for a project, or wants to know what…

11 5d ago A 77 tokens original Apache-2.0

cli-copy-review

22

friedbotstudio/baseline

Skill Claude CodeCodex

Dev-only review of user-facing CLI interface copy in src/cli/tui/.js, src/cli/.js error paths, and bin/cli.js help/usage text. Surfaces three failure modes — copy/behavior mismatch, jargon, missing next-action — as a punch list the maintainer addresses before /grant-commit. Read-only; no writes to source.…

11 5d ago A 111 tokens original Apache-2.0

code-browser

23

friedbotstudio/baseline

Skill Claude CodeCodex

The primary tool for code-navigation questions in ANY language (frontend or backend) — walk the structural graph from an entry point (page, route, handler, command, main) down through imports to the IO boundary (network call, query, file read). Use this skill, in preference to the Explore agent or global grep…

11 5d ago A 201 tokens original Apache-2.0

code-structure

24

friedbotstudio/baseline

Skill Claude CodeCodex

MANDATORY skill for ALL code generation. Enforces top-down composition, consistent abstraction layers, and proper module hierarchy. Apply every time you write or modify code — in any language — no exceptions.

11 5d ago A 43 tokens original Apache-2.0