code-architecture-map

code-architecture-map is a skill for Claude Code, Codex from 777genius/universal-plugins-for-ai-agents. It costs 26 tokens per session (350 once invoked), scanned A, original, no licence file.

A compact map of a code repository's architecture, built from its files and source code. It shows how the main parts of the repository fit together.

In plain words
What is it for?
Use it to review a repository's structure, find important components and prepare for work in an existing codebase.
Why use it?
It gives developers a quick way to understand an unfamiliar codebase before changing it. This can reduce time spent searching through unrelated files.

Skill for Claude CodeCodex

Part of the agent-code-navigator plugin — 4 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/777genius/universal-plugins-for-ai-agents/code-architecture-map
Any agent
npx skills add 777genius/universal-plugins-for-ai-agents --skill code-architecture-map
Clone the repo
git clone --depth 1 https://github.com/777genius/universal-plugins-for-ai-agents

Made for: Claude Code, Codex.

Or install agent-code-navigator, the plugin that ships this one along with the rest of its 4 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for code-architecture-map

README.md
[![agentmods](https://agentmods.dev/badge/skills/777genius/universal-plugins-for-ai-agents/code-architecture-map.svg)](https://agentmods.dev/skills/777genius/universal-plugins-for-ai-agents/code-architecture-map)
Your own site
<a href="https://agentmods.dev/skills/777genius/universal-plugins-for-ai-agents/code-architecture-map"><img src="https://agentmods.dev/badge/skills/777genius/universal-plugins-for-ai-agents/code-architecture-map.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 350 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00026 $0.00350
Opus 5 $0.00013 $0.00175
Sonnet 5 $0.00005 $0.00070
Haiku 4.5 $0.00003 $0.00035

Measured 5d ago against content hash a5e67ac5df73, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

code-architecture-map scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/agent-code-navigator/.opencode/skills/code-architecture-map/SKILL.md · 45 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 45 lines · 26 tokens per session scan A a5e67ac5df73

Subscribe to this mod's changes

code-architecture-map is a skill published in the GitHub repository 777genius/universal-plugins-for-ai-agents (7 stars, last pushed 28d ago), with no licence file. It adds 26 tokens to every session and 350 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

improve

Autonomous quality improvement loop. Scores a target against a rubric, selects the highest-leverage axis, attacks it, verifies, documents, and loops. No pre-planning between iterations — each loop re-scores from scratch.

SethGammon/Citadel · 48 tokens

evolve

Research-driven multi-cycle improvement director. Forms causal hypotheses about why scores are low, validates them with scout agents before attacking, dispatches axis-parallel fleet attacks, extracts transferable patterns, and runs indefinitely within a budget envelope. Accumulates a persistent belief model and…

SethGammon/Citadel · 60 tokens

research

Focused research investigations. Converts questions into structured findings with confidence levels and source citations. Single agent by default; with --parallel (or when the question decomposes into 3+ independent angles) it spawns scout agents whose findings are compressed into a unified brief. Does not make…

SethGammon/Citadel · 67 tokens

pr-watch

Local PR watcher. Monitors CI status, automatically fixes failing checks by reading failure logs and applying targeted fixes, then optionally merges when all checks pass. Local CLI analog to Claude Code's cloud auto-fix feature.

SethGammon/Citadel · 46 tokens

watch

File sentinel that monitors the working directory for changes and marker comments, then auto-triggers appropriate skills. Poll-based via git diff against the last scan commit. Writes intake items for batch processing and routes marker actions through /do. Use for automatic reactions to file changes; do NOT use for…

SethGammon/Citadel · 70 tokens

qa

Browser-based QA verification. Launches a real browser, navigates the app, clicks buttons, fills forms, and tests user flows. Works as a standalone skill or as a phase end condition in campaigns. Requires Playwright (optional dependency, graceful skip if not installed).

SethGammon/Citadel · 56 tokens