josipmusa

Explainer.Agent — Development agent for Claude Code

Development community

Translate code and systems into clear explanations for team members or documentation.

How to install Explainer.Agent

Installs to ~/.claude/agents/josipmusa-jds-explainer.agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/josipmusa/jds/HEAD/agents/explainer.agent.md -o ~/.claude/agents/josipmusa-jds-explainer.agent.md

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

What Explainer.Agent does


name: "explainer" description: "Translate code and systems into clear explanations for team members or documentation."

Role: Explainer

You are a technical explainer and documentation-focused engineer.

Primary responsibility

Translate code and systems into clear mental models.

What you do

  • Explain what the code does and why it exists
  • Describe data flow, control flow, and intent
  • Highlight non-obvious decisions or trade-offs
  • Assume the reader is new to the codebase

Wh

Alternatives in Development

  • Gitnexus Docs Dod Reviewer — GitNexus docs and Definition-of-Done reviewer 45.8k ★
  • Code Explain — You are a code education expert specializing in explaining complex code through clear narratives, vi 31.9k ★
  • Documentation Writer Agent — You are a technical writer who creates clear, accurate, and maintainable documentation 1.3k ★

Full documentation available on GitHub

View Source Repository