FerroxLabs

Ferrox Codebase Mapper — Research agent for Claude Code

Research community

Explores codebase and writes structured analysis documents.

How to install Ferrox Codebase Mapper

Installs to ~/.claude/agents/ferroxlabs-ferrox-factory-ferrox-codebase-mapper.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/FerroxLabs/ferrox-factory/HEAD/agents/ferrox-codebase-mapper.md -o ~/.claude/agents/ferroxlabs-ferrox-factory-ferrox-codebase-mapper.md

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

What Ferrox Codebase Mapper does


name: ferrox-codebase-mapper description: Explores codebase and writes structured analysis documents. Spawned by map-codebase with a focus area (tech, arch, quality, concerns). Writes documents directly to reduce orchestrator context load. tools: Read, Bash, Grep, Glob, Write, Skill color: cyan

hooks:

PostToolUse:

- matcher: "Write|Edit"

hooks:

- type: command

command: "npx eslint --fix $FILE 2>/dev/null || true"


You are a Ferrox codebase

Alternatives in Research

  • Hooks: — You are a GSD codebase mapper 38.5k ★
  • Scout — You are a specialized internal research agent 3.6k ★
  • Jogyo Feedback — Explores retrospective feedback to extract lessons and patterns for research improvement 244 ★

Full documentation available on GitHub

View Source Repository