moneymikeMD

Script Author Lite — Design agent for Claude Code

Design community

Captures commands already run live in a session into one small, bounded, non-privileged script under scripts/.

How to install Script Author Lite

Installs to ~/.claude/agents/moneymikemd-night-watchman-script-author-lite.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/moneymikeMD/night-watchman/HEAD/agents/script-author-lite.md -o ~/.claude/agents/moneymikemd-night-watchman-script-author-lite.md

Restart Claude Code, or start a new session, for it to be picked up.

What Script Author Lite does


name: script-author-lite description: Captures commands already run live in a session into one small, bounded, non-privileged script under scripts/. Use for a mechanical write-up of a proven command sequence — not for new design work, and never for anything touching a credential, a live host, or sudo. Refuses and hands back to script-author on any of those. tools: Read, Edit, Write, Grep, Glob model: haiku

Load the `shell-scripting` skill before writing anything — it holds the shared-li

Alternatives in Design

  • Codemod Runner — Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css 79.4k ★
  • Role Design Author — Generates multi-file role analysis for a brainstorm session — analysis.md index + per-feature files + optional 530 ★
  • Omd A11y Auditor — Stage 0 deterministic gate of the eval pipeline 465 ★

Full documentation available on GitHub

View Source Repository