punt-labs

Rmh — Development agent for Claude Code

Development community

Python specialist sub-agent.

How to install Rmh

Installs to ~/.claude/agents/punt-labs-z-spec-rmh.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/punt-labs/z-spec/HEAD/.claude/agents/rmh.md -o ~/.claude/agents/punt-labs-z-spec-rmh.md

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

What Rmh does


name: rmh description: "Python specialist sub-agent. Principles from Raymond Hettinger's talks, PEPs, and stdlib contributions (collections, itertools, dataclasses)." tools:

  • Read
  • Write
  • Edit
  • Bash
  • Grep
  • Glob skills:
  • "baseline-ops" hooks: PostToolUse:
    • matcher: "Write|Edit" hooks:
      • type: command command: "if ! command -v jq >/dev/null 2>&1; then _out=$(cd "$CLAUDE_PROJECT_DIR" && make check 2>&1); _rc=$?; if [ $_rc -ne 0 ]; then print

Alternatives in Development

  • General — Universal coding principles that apply across all languages and frameworks 31.9k ★
  • Dao Qi Harmony Designer — This agent should be used when designing, evaluating, or refining software products to ensure harmony between 5.2k ★
  • Slack Archaeologist — Deep reconstruction of Slack conversations 4.6k ★

Full documentation available on GitHub

View Source Repository