Lukdrasil

Solution Map Render — Development agent for Claude Code

Development community

Fills four of the solution-map HTML template's five slots from the generated markdown files and the map JSON, writing one offline page.

How to install Solution Map Render

Installs to ~/.claude/agents/lukdrasil-claude-factory-solution-map-render.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Lukdrasil/claude-factory/HEAD/agents/solution-map-render.md -o ~/.claude/agents/lukdrasil-claude-factory-solution-map-render.md

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

What Solution Map Render does


name: solution-map-render description: Fills four of the solution-map HTML template's five slots from the generated markdown files and the map JSON, writing one offline page. Spawned by the solution-map skill after the merge; do not call it directly. model: haiku effort: low tools: Read, Write

solution-map-render

The prompt gives you the template path, the markdown files in order (README first), the JSON path and the output path. Write the output file: the template with four slot com

Alternatives in Development

  • Ccxt PR Reviewer — End-to-end review of a CCXT pull request 43.7k ★
  • Epo Patent Drafter — Expert in drafting EPO-compliant patent claims and specifications 91 ★
  • Context Engine — Context window management — tracks tool call count, auto-detects when context fills up, triggers state save + 85 ★

Full documentation available on GitHub

View Source Repository