Claude Agent

map-structure

Imported from arbiterforge/codearbiter/site/src/curated/agents/map-structure.md.

LLM Mart · 0 points · 16 views 0 listing impressions 0 install-command copies

What vetted this — trust report

Download arbiterforge-codearbiter-site_src_curated_agents_map-structure.md-44989c5.zip · 0 KB
Part of arbiterforge/codearbiter — 238 skills

Install

skills CLI npx skills add https://github.com/arbiterForge/codeArbiter/tree/main/site/src/curated/agents/map-structure.md
Git git clone https://github.com/arbiterForge/codeArbiter.git

The skills CLI installs just this skill, for any of its supported agents. Git is the plain clone.

Files (codearbiter)
  • map-structure.md 990 B
    ---
    entity: agents/map-structure
    related: [skills/tribunal, map-deps]
    ---
    
    ## Role
    
    Read-only extractor of a repository's structural inventory — file-tree shape, language breakdown,
    entry points, core-logic locations, and churn via git history. It reports facts, never findings;
    risk-ranking and trust-boundary marking are the orchestrator's Phase 1 judgment overlay, applied after
    this report returns. Dispatched only by the `tribunal` skill's Phase 1, and only on a large or
    sprawling repo, alongside `map-deps`.
    
    ## Why this model tier
    
    Ships `model: inherit`, but the `tribunal` skill's own dispatch-time model guidance recommends Haiku
    for this role, the same rationale as `map-deps` — high-volume extraction, not judgment.
    
    ## What it emits
    
    A terse structured summary sized to fold directly into the tribunal run's `inventory.md`: a condensed
    directory tree, a per-language breakdown, where the routes and entry files live, and a
    most-active-files list, never raw file contents.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related