friedbotstudio/baseline

A discipline layer for Claude Code. Hooks at every tool boundary, a workflow that runs from intake to commit, and a small constitution the agent cannot bypass.

11Stars on the repository
67Mods indexed here, across every type
6d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

archive

01

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 6d ago A 77 tokens original Apache-2.0

audit-baseline

02

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 6d ago A 103 tokens original Apache-2.0

brainstorm

03

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 6d ago A 95 tokens original Apache-2.0

brd

04

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 6d ago A 64 tokens original Apache-2.0

chore

05

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 6d 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 6d ago A 77 tokens original Apache-2.0

cli-copy-review

07

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 6d ago A 111 tokens original Apache-2.0

code-browser

08

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 6d ago A 201 tokens original Apache-2.0

code-structure

09

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 6d ago A 43 tokens original Apache-2.0

commit-planner

10

friedbotstudio/baseline

Skill Claude CodeCodex

Split a dirty working tree into single-concern Conventional Commits. The deterministic inventory.mjs helper groups dirty paths by concern (docs, source + paired test, config, governance); main context refines the grouping and presents a commit plan. Read-only until the user approves the plan — it never stages, never…

11 6d ago A 116 tokens original Apache-2.0

commit

11

friedbotstudio/baseline

Skill Claude CodeCodex

Workflow Phase 11 — Commit Preparation and Execution. Stages and commits the work. Requires /grant-commit first (Git Commit Guard enforces a 15-min ad-hoc consent window; inside a workflow the grant is slug-scoped and one grant covers the whole landing).

11 6d ago A 59 tokens original Apache-2.0

companion

12

friedbotstudio/baseline

Skill Claude CodeCodex

EXPERIMENTAL. Join or leave an org-team coordination channel as a session peer. /companion on [peerid] registers this Claude Code session as a pclass:"session" peer and works the claim → execute → signal loop, escalating un-decidable forks to the lead (never deciding). /companion off deregisters. /companion status…

11 6d ago B 130 tokens original Apache-2.0

copywriting

13

friedbotstudio/baseline

Skill Claude CodeCodex

When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this copy," "rewrite this page," "marketing copy," "headline help," "CTA copy," "value…

11 6d ago A 159 tokens copy · 92% Apache-2.0

design-ui

14

friedbotstudio/baseline

Skill Claude CodeCodex

Orchestrates impeccable for every design task inside a workflow phase. Captures intent in natural language, classifies it (design / development / copy), translates design intents into a sequence of impeccable subcommand invocations, runs them in main context with state persistence at .claude/state/design/ .json, and…

11 6d ago A 126 tokens original Apache-2.0

document

15

friedbotstudio/baseline

Skill Claude CodeCodex

Workflow Phase 10 — orchestrator for documentation work. Surveys the diff, routes any page on a documentation surface through technical-writer, standalone technical reference through the documentation skill, tutorials through technical-tutorials, and all other prose body work (inline docs, README updates, user-facing…

11 6d ago A 94 tokens original Apache-2.0

documentation

16

friedbotstudio/baseline

Skill Claude CodeCodex

Write and maintain technical documentation. Trigger with "write docs for", "document this", "create a README", "write a runbook", "onboarding guide", or when the user needs help with any form of technical writing — API docs, architecture docs, or operational runbooks.

11 6d ago A 59 tokens copy · 97% Apache-2.0

faithful-capture

17

friedbotstudio/baseline

Skill Claude CodeCodex

Capture what someone actually said without contaminating it with your own inference. Invoke when eliciting intent in conversation (design discussion, requirement interview, decision surfacing) and when turning a conversation into a durable record (ADR, decision node, memory entry, spec ## Decisions row). Enforces…

11 6d ago A 111 tokens original Apache-2.0

gitignore

18

friedbotstudio/baseline

Skill Claude CodeCodex

Generate or repair a project's .gitignore. Composes the baseline must-ignore set (the single source of truth in baseline-ignores.json) with optional gitignore.io enrichment, and merges add-only so existing entries are never lost. Use when a repo has no .gitignore, when the commit-leak guard reports a gap, or when…

11 6d ago A 105 tokens original Apache-2.0

harness

19

friedbotstudio/baseline

Skill Claude CodeCodex

End-to-end workflow orchestrator. Walks the 11-phase pipeline, invoking each phase skill in order inside an internal loop, yielding at consent gates (/approve-direction, /approve-swarm, /grant-commit), and exiting cleanly on yield/failure/done. Decides swarm-vs-solo at Phase 6. Auto-loops /tdd on integrate failures…

11 6d ago A 110 tokens original Apache-2.0

humanizer

20

friedbotstudio/baseline

Skill Claude CodeCodex

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague…

11 6d ago A 111 tokens copy · 81% Apache-2.0

impeccable

21

friedbotstudio/baseline

Skill Claude CodeCodex

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states.…

11 6d ago A 189 tokens copy · 91% Apache-2.0

implement

22

friedbotstudio/baseline

Skill Claude CodeCodex

Write the production code that makes a pre-decided set of failing tests pass, within an explicit writeset, following an explicit behavior contract. Used by /tdd Step 3 and by /swarm-dispatch workers. The caller has already decided architecture, naming, file layout, and abstraction boundaries — this skill executes that…

11 6d ago A 98 tokens original Apache-2.0

intake

23

friedbotstudio/baseline

Skill Claude CodeCodex

Draft a Workflow Phase 1 intake document capturing a new request — the problem, the desired outcome, constraints, and testable acceptance criteria. Use when a user brings a new feature, change, or investigation that doesn't yet have a spec. The output lives at docs/intake/ .md and feeds /scout, /research, and /spec…

11 6d ago A 79 tokens original Apache-2.0

integrate

24

friedbotstudio/baseline

Skill Claude CodeCodex

Workflow Phase 9 — Integration and Verification. Runs the full test suite, stamps the binding verdict at .claude/state/lasttestresult, optionally runs a cross-engine smoke check, and writes harnessstate so the harness auto-continues or yields. No subagent delegation.

11 6d ago A 59 tokens original Apache-2.0