ucsandman/DashClaw

🛡️ The approval and policy layer for AI agents. Intercept risky actions before they run, block them, or approve them remotely.

296Stars on the repository
40Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

dashclaw-governance

01

ucsandman/DashClaw

Skill Claude CodeCodex

Governance behavior for AI agents governed by DashClaw. Teaches the governance protocol: when to call guard (risk thresholds), how to interpret decisions (allow/warn/block/requireapproval), when to record actions, how to wait for approvals, and session lifecycle management. Loads org-specific policies and capabilities…

296 4d ago A 115 tokens original MIT

build-dashclaw

03

ucsandman/DashClaw

Skill Claude CodeCodex

Contribute to the DashClaw codebase — architecture, scaffolding, tests, CI.

296 4d ago A 24 tokens original MIT

ucsandman/DashClaw

Skill Claude CodeCodex

Set up compliance exports, drift detection, evaluations, scoring, and learning analytics.

296 4d ago A 22 tokens original MIT

create-policies

05

ucsandman/DashClaw

Skill Claude CodeCodex

Create and test DashClaw guard policies for agent governance.

296 4d ago A 15 tokens original MIT

instrument-agent

06

ucsandman/DashClaw

Skill Claude CodeCodex

Integrate DashClaw SDK into any agent using the 4-step governance loop.

296 4d ago A 19 tokens original MIT

manage-approvals

07

ucsandman/DashClaw

Skill Claude CodeCodex

Human-in-the-loop approval workflows for governed agent actions.

296 4d ago A 15 tokens original MIT

ucsandman/DashClaw

Skill Claude CodeCodex

Register any agent (including this one) as a governed agent on a DashClaw instance.

296 4d ago A 25 tokens original MIT

setup-dashclaw

09

ucsandman/DashClaw

Skill Claude CodeCodex

Set up a DashClaw instance, install the CLI tool, and configure Claude Code hooks.

296 4d ago C 24 tokens original MIT

troubleshoot

10

ucsandman/DashClaw

Skill Claude CodeCodex

Debug DashClaw errors, signal issues, and misconfigurations.

296 4d ago A 17 tokens original MIT

dashclaw-ship

11

ucsandman/DashClaw

Skill Claude CodeCodex

The single command that gets a DashClaw change ON MAIN AND LIVE — it resolves everything blocking production, never defers, and never hands back a checklist. Lands feature branches on main (rebase, gate, merge, push so Vercel deploys), bumps the unified platform+SDK version, and realigns every description of the…

296 4d ago A 225 tokens original MIT

dashclaw-weekly

12

ucsandman/DashClaw

Skill Claude CodeCodex

Compile the week's maintainer-log entries + git history into ONE pasteable Reddit-ready DashClaw update. Drafts only — publishing stays human (MAINTAINER.md §4 spirit). Use when Wes asks for the weekly update, a Reddit digest, or "what happened this week".

296 4d ago A 64 tokens original MIT

gitnexus-cli

13

ucsandman/DashClaw

Skill Claude CodeCodex

Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki".

296 4d ago A 59 tokens copy · 100% MIT

gitnexus-debugging

14

ucsandman/DashClaw

Skill Claude CodeCodex

Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: "Why is X failing?", "Where does this error come from?", "Trace this bug".

296 4d ago A 46 tokens copy · 100% MIT

gitnexus-exploring

15

ucsandman/DashClaw

Skill Claude CodeCodex

Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: "How does X work?", "What calls this function?", "Show me the auth flow".

296 4d ago A 55 tokens copy · 100% MIT

gitnexus-guide

16

ucsandman/DashClaw

Skill Claude CodeCodex

Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?".

296 4d ago A 56 tokens copy · 100% MIT

ucsandman/DashClaw

Skill Claude CodeCodex

Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?".

296 4d ago A 50 tokens copy · 100% MIT

ucsandman/DashClaw

Skill Claude CodeCodex

Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: "Rename this function", "Extract this into a module", "Refactor this class", "Move this to a separate file".

296 4d ago A 53 tokens copy · 100% MIT

repro

19

ucsandman/DashClaw

Skill Claude CodeCodex

Turn a bug symptom into a structured, reproducible bug report — summary, environment, exact repro steps, actual vs expected, and evidence (logs, error text, failing route/test) — and then optionally scaffold a failing regression test that pins it. Use this the moment a bug, defect, crash, 500, wrong count, broken…

296 4d ago A 173 tokens original MIT