From loom
Map repository or module structure. Use when orientation is costly, packets rediscover paths, or accepted atlas/research/evidence context is needed.
npx claudepluginhub z3z1ma/agent-loom --plugin loomThis skill uses the workspace's default tool permissions.
Codebase atlas work makes repository structure easier to recover.
Orchestrates parallel subagents to map any codebase, creating docs/CODEBASE_MAP.md with architecture, file roles, dependencies, and navigation. Updates incrementally via git or scans.
Maintains persistent codebase maps (map.md, conventions.md, modules/) to record exploration learnings, consult structure before tasks, and load module context for subagents.
Analyzes code repositories to generate hierarchical wiki catalogs and onboarding guides for contributors, staff engineers, executives, and more.
Share bugs, ideas, or general feedback.
Codebase atlas work makes repository structure easier to recover.
It routes accepted structure into wiki, investigation into research, and scan observations into evidence.
Atlas page shape is owned by loom-wiki.
When accepted repository or module structure should persist, write or update a
wiki atlas page using skills/loom-wiki/references/page-types.md and
skills/loom-wiki/templates/atlas-page.md. This codemap workflow owns the
mapping route: scan structure, preserve observations in evidence when useful,
route uncertainty or rejected interpretations to research, and promote accepted
structure into the wiki-owned atlas shape.
Path-local instruction files may improve retrieval. They may not define independent project truth.
Safe adapter shape:
# <Path> Context
This file is a context adapter, not a truth owner.
Read:
- wiki:<module-page>
- spec:<behavior-contract>
- decision:<decision-id>
- plan:<plan-id>
Read immediately for atlas work:
skills/loom-workspace/references/workspace-tree.md when the repository
structure or ownership boundary is not yet clear.Then read conditionally:
skills/loom-research/SKILL.md when scan results include uncertainty,
rejected interpretations, or null results.skills/loom-evidence/SKILL.md when scan commands or observed structure
should be preserved as evidence.skills/loom-wiki/SKILL.md when accepted structure should become a
reusable atlas or module page.