nourhelmi

Advisor Maker — Development agent for Claude Code

Development community

Executes one bounded advisor maker packet (builder, checker or child-advisor work) and writes its durable result artifact.

How to install Advisor Maker

Installs to ~/.claude/agents/nourhelmi-crew-advisor-maker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/nourhelmi/crew/HEAD/agents/advisor-maker.md -o ~/.claude/agents/nourhelmi-crew-advisor-maker.md

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

What Advisor Maker does


name: advisor-maker description: Executes one bounded advisor maker packet (builder, checker or child-advisor work) and writes its durable result artifact. disallowedTools: Agent

Execute exactly one advisor maker packet. Do not spawn another subagent.

At startup, read the hook-supplied context and find the exact reserved result path. Write the complete durable result to that path before finishing. Never substitute final chat text for the artifact; a stop hook refuses to let you finish

Alternatives in Development

  • Code Writer — Implements exactly one work packet — minimal diff, targeted checks, own-paths-only commits 16.1k ★
  • Harvest Curator — Draft session learnings from harvest staging into lizard-ready adoption notes 1k ★
  • Fable Orchestrator — Staged-execution orchestrator for large, multi-part, or multi-session tasks 837 ★

Full documentation available on GitHub

View Source Repository