README
01shawnclybor/clybor-claude-tooling
Agent Claude Code
Subagents spawned via the Task tool. Read-only by default. Four lanes ship.
shawnclybor/clybor-claude-tooling
Agent Claude Code
Subagents spawned via the Task tool. Read-only by default. Four lanes ship.
shawnclybor/clybor-claude-tooling
Command Claude Code
Slash commands — thin orchestrators that invoke skills or agents.
shawnclybor/clybor-claude-tooling
Command Claude Code
Run only the adversarial-reviewer (Opus) against a target. Challenges claims and assumptions; finds logical gaps.
shawnclybor/clybor-claude-tooling
Command Claude Code
Run only the chaos-engineer (Sonnet) against a target. Finds edge cases, failure modes, malformed inputs, scale assumptions, and adversarial use.
shawnclybor/clybor-claude-tooling
Command Claude Code
Walk the five-whys root-cause analysis protocol when something broke unexpectedly.
shawnclybor/clybor-claude-tooling
Command Claude Code
Run the 3-agent quality review (simplifier + adversarial-reviewer + chaos-engineer) against a plan, file, or proposal.
shawnclybor/clybor-claude-tooling
Command Claude Code
Start a Ralph Loop — Stop-hook-driven autonomous iteration on a single prompt until the completion-promise is emitted or max-iterations is hit.
shawnclybor/clybor-claude-tooling
Command Claude Code
Run only the simplifier (Sonnet) against a target. Finds over-engineering, premature abstraction, and unnecessary indirection.
shawnclybor/clybor-claude-tooling
Skill Claude CodeCodex
Governs driving Excel Online (Business) through a Microsoft Copilot Studio agent against SharePoint-hosted .xlsx. Triggers — "Copilot Studio", "Excel Online (Business)", "add a row", "update a row", "delete a row", "connector 502 / BadGateway", "Office Script", "pin the File input", "spreadsheet agent", "SharePoint…
shawnclybor/clybor-claude-tooling
Skill Claude CodeCodex
Root-cause analysis protocol for when something breaks unexpectedly. Use when a tool call fails twice, a service returns unexpected results, a workflow produces wrong output, or any situation where retrying blindly would waste time. Triggered by "why did that break", "what went wrong", "debug this", or the Two Strikes…
shawnclybor/clybor-claude-tooling
Skill Claude CodeCodex
Capture valuable insights, analyses, and decisions from a chat session and file them as persistent markdown so they survive past the current context. Use when a conversation produces something worth keeping — a comparison, a decision with rationale, a research synthesis, a non-obvious debugging finding, a framework.…
shawnclybor/clybor-claude-tooling
Skill Claude CodeCodex
Promote a crystallized insight or one-off realization into always-on governance — a CLAUDE.md hard rule, a .claude/rules/.md section, or a skill SKILL.md addition. Use when the user says "promote this to governance", "add this as a rule", "make this always-on", "codify this", "add to the router", or "this needs to be…
shawnclybor/clybor-claude-tooling
Skill Claude CodeCodex
Write a PRD (product requirements doc) for a new feature or non-trivial change. Output is a markdown file with problem statement, binary success criteria, in/out of scope, dependencies, and risks. Use at the start of any work that warrants a quality gate before implementation. Triggers — "write a PRD", "draft a PRD…
shawnclybor/clybor-claude-tooling
Skill Claude CodeCodex
Review a tooling change made in a working repo (new skill, script, rule, hook, template, or workflow fix) and promote the universal parts into the clybor-claude-tooling master template. Use when the user says "promote to tooling", "add this to the master tooling", "update clybor-claude-tooling", "parlay this into the…
shawnclybor/clybor-claude-tooling
Skill Claude CodeCodex
Structured 3-agent quality review using parallel simplifier, adversarial-reviewer, and chaos-engineer agents. Use when evaluating plans, designs, PRDs, architecture decisions, or any proposal before implementation. Three non-overlapping lenses — KISS/YAGNI, evidence/reasoning, robustness/edge cases.
shawnclybor/clybor-claude-tooling
Skill Claude CodeCodex
Implement a task list with the ralph-loop pattern — run, score, fix, re-run. Generic code-implementation loop (separate from skill-validator which targets skills). Use when executing a plan from task-plan. Triggers — "implement the plan", "ralph the implementation", "work the task list", "iterate on [feature]", "run…
shawnclybor/clybor-claude-tooling
Skill Claude CodeCodex
Run a Ralph Loop — Stop-hook-driven autonomous iteration on a single prompt. Same prompt re-fed each iteration via a Stop hook that blocks session exit. Claude emits an exact completion-promise string to signal done. Use for well-defined tasks with automatic verification that can run autonomously (overnight…
shawnclybor/clybor-claude-tooling
Skill Claude CodeCodex
Ralph-loop skill validator. Iteratively runs a target skill against representative inputs in a target repo, scores output against pass criteria, applies fixes, and re-runs until pass or budget exhausted. Use when you need to validate that a skill works as advertised on a real codebase rather than just reviewing the…
shawnclybor/clybor-claude-tooling
Skill Claude CodeCodex
Decompose a PRD into a sequenced checkbox task list. Each task is small enough to complete in one focused pass and tied to one or more PRD success criteria. Use after the PRD is accepted and before implementation begins. Triggers — "plan from the PRD", "break this into tasks", "task list for [feature]", "decompose…
shawnclybor/clybor-claude-tooling
Skill Claude CodeCodex
Run the deterministic verification gate against a PRD's success criteria. Every criterion must map to a check that returns a green/red signal. Use after ralph-implement completes and before the quality-review evaluation stage. Triggers — "verify against the PRD", "run the verification", "check success criteria", "did…
shawnclybor/clybor-claude-tooling
Skill Claude CodeCodex
A framing diagnostic for "why did this happen?" moments during agent and tool work. Use when the user says "why did this fail", "why did the agent do that", "why is this output wrong", "why isn't this working", or otherwise asks for an explanation of agent/tool behavior. Reads like an incident report — frame the…
shawnclybor/clybor-claude-tooling
Skill Claude CodeCodex
Audit and rewrite content to remove AI writing patterns ("AI-isms") from deliverables, emails, and any written output. Use this skill whenever generating deliverable content (Phase 1 curation in any client deliverable skill), drafting client emails longer than 3 sentences, writing proposals or SOWs, creating reports…
shawnclybor/clybor-claude-tooling
Skill Claude CodeCodex
Template for writing a domain-governance skill — the pattern of encoding a domain's tool-selection rules, defaults, known bugs, and pre-write checks as an on-demand skill instead of always-on context. Use when the user says "create a governance skill for {{DOMAIN}}", "codify the rules for [tool/domain]", "we keep…
shawnclybor/clybor-claude-tooling
Skill Claude CodeCodex
Graduate a life-crm project into its own /gits dev repo and wire the OKF spine between them. Use when a life-crm project needs its own dev or build space (the move to Claude Code), or the user says graduate this project, spin up a repo for it, give it its own repo, or move it to gits. Scaffolds the repo from…