design-and-deliver

41 mods across 1 repository, 2 stars between them.

design-and-deliver/claude-code-autoconfig

Command Claude Code

A restart closes every terminal at once. The conversations survive — transcripts are append-only — but nothing tells you WHICH of the hundreds on disk were open when the power went. This does.

2 3d ago C 0 tokens original MIT

sync-claude-md

29

design-and-deliver/claude-code-autoconfig

Command Claude Code

Verify that CLAUDE.md has the required structure. This command does NOT populate project descriptions — CLAUDE.md grows organically through Discoveries as you work. Claude can read your config files directly.

2 3d ago A 0 tokens original MIT

usage-report

32

design-and-deliver/claude-code-autoconfig

Command Claude Code

Show the current session's usage report — tokens first (with the cache-read and per-model splits that make raw totals honest), the weighted $-equivalent beside them, the 5-hour cross-project rollup, and the plan/overage-billing line.

2 3d ago A 0 tokens original MIT

whats-happening

34

design-and-deliver/claude-code-autoconfig

Command Claude Code

Observe a different Claude session that may be running forever on a prompt, and report what its current turn is doing. It reads that session's live transcript off disk — it does not interrupt or query the busy session (a busy session can't answer a slash command mid-turn).

2 3d ago A 0 tokens original MIT

SessionStart

35

design-and-deliver/claude-code-autoconfig

Hook Claude Code

Runs when a session starts, executing migrate-feedback.js and terminal-title.js via node (2 commands). From design-and-deliver/claude-code-autoconfig.

2 3d ago A tokens not measured copy · 42% MIT

Stop

37

design-and-deliver/claude-code-autoconfig

Hook Claude Code

Runs when the agent finishes a response, executing terminal-title.js and arcade-beeps.js via node with --porcelain and --numstat (3 commands). From design-and-deliver/claude-code-autoconfig.

2 3d ago A tokens not measured original MIT

Notification

38

design-and-deliver/claude-code-autoconfig

Hook Claude Code

Runs when the agent sends a notification for permission_prompt and idle_prompt tool calls, executing terminal-title.js and arcade-beeps.js via node with --idle-rescue (3 commands). From design-and-deliver/claude-code-autoconfig.

2 3d ago A tokens not measured original MIT

PreToolUse

39

design-and-deliver/claude-code-autoconfig

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, executing auto-guard.js via node. From design-and-deliver/claude-code-autoconfig.

2 3d ago A tokens not measured original MIT

PostToolUse

40

design-and-deliver/claude-code-autoconfig

Hook Claude Code

Runs after a tool call finishes for Edit, Write, Bash, Bash, Write, Edit, MultiEdit, NotebookEdit, WebFetch, WebSearch, Task and AskUserQuestion tool calls, executing feedback-rule-check.js, mark-commit-active.js and terminal-title.js via node (3 commands). From design-and-deliver/claude-code-autoconfig.

2 3d ago A tokens not measured copy · 44% MIT

settings

41

design-and-deliver/claude-code-autoconfig

Settings file Claude Code

Agent settings declaring 6 hook events (SessionStart, UserPromptSubmit, Stop, Notification) and 43 allowed tools.

2 3d ago C tokens not measured original MIT