booster-architecture-map

booster-architecture-map is a skill for Claude Code, Codex from NeuroGhostDev/booster_mcp. It costs 37 tokens per session (503 once invoked), scanned A, original, MIT.

A Booster-based procedure for generating a high-level map of a code repository. It can produce a text map of files and symbols or a 3D Code City view where files are shown as buildings.

In plain words
What is it for?
Generating repository maps, visualizing files and code metrics, and checking the health of the architecture index.
Why use it?
It helps developers understand the structure of a large codebase before working inside it.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for aider. Also seen: built for aider.

Good fit Generating repository maps, visualizing files and code metrics, and checking the health of the architecture index.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/neuroghostdev/booster_mcp/booster-architecture-map
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.

Any agent
npx skills add NeuroGhostDev/booster_mcp --skill booster-architecture-map
Clone the repo
git clone --depth 1 https://github.com/NeuroGhostDev/booster_mcp

Made for: Claude Code, Codex.

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 booster-architecture-map

README.md
[![agentmods](https://agentmods.dev/badge/skills/neuroghostdev/booster_mcp/booster-architecture-map.svg)](https://agentmods.dev/skills/neuroghostdev/booster_mcp/booster-architecture-map)
Your own site
<a href="https://agentmods.dev/skills/neuroghostdev/booster_mcp/booster-architecture-map"><img src="https://agentmods.dev/badge/skills/neuroghostdev/booster_mcp/booster-architecture-map.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 503 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.1 $0.00037 $0.00503
Opus 5 $0.00018 $0.00251
Sonnet 5 $0.00007 $0.00101
Haiku 4.5 $0.00004 $0.00050

Measured 6d ago against content hash 8d261c11dd30, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

booster-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 6d 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.

skills/booster-architecture-map/SKILL.md · 42 lines

What it actually says

Booster Architecture Map

Цель

При работе с большими кодовыми базами важно понимать их структуру сверху вниз. Booster MCP предоставляет два мощных инструмента для генерации топологии:

  1. Repo Map — сжатая текстовая репрезентация репозитория в стиле Aider (содержит классы и сигнатуры функций).
  2. Code City — 3D-визуализация репозитория (здания = файлы, высота = метрики, цвет = язык).

Алгоритм работы

  1. Repo Map (Текстовая структура) Вызови get_repo_map(repo_path="<path>"). Ты получишь bounded architecture map с diversity по top-level modules, обязательным покрытием entrypoints/configs/contracts и coverage summary. Основной файл: [repo]/.agents/booster/repo_map_architecture.md; repo_map.md остаётся backward-compatible копией. Для подробных symbols используй [repo]/.agents/booster/repo_map_symbols.md.

  2. Code City (3D Визуализация) Вызови get_code_city(repo_path="<path>"). Сервер сгенерирует HTML-файл с 3D-репрезентацией города и вернет тебе путь к нему, а также статистику метрик (сложность, кол-во строк, файлы). Попроси пользователя открыть этот HTML файл в браузере [repo]/.agents/booster/code_city.html.

    1. Index Health Проверь get_repo_artifacts() и index_health.json: generation, completeness, skipped/stale/deleted paths и причины вытеснения из map.

Когда использовать

  • В начале проекта (используя booster-onboard).
  • Когда нужно найти архитектурные зависимости или "горячие зоны" (большие файлы = небоскребы в Code City).
  • Для быстрого поиска импортов и сигнатур (с помощью get_repo_map).
  • Для проверки, что giant modules не вытеснили frontend, control-plane и contracts.
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. 6d ago First seen · 42 lines · 37 tokens per session scan A 8d261c11dd30

Subscribe to this mod's changes

booster-architecture-map is a skill published in the GitHub repository NeuroGhostDev/booster_mcp (0 stars, last pushed 5d ago), licensed MIT. It adds 37 tokens to every session and 503 once invoked, about $0.0002 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

html-portal-generator

Convert a codebase into a self-contained HTML portal app for ingestion into AI application systems. Produces a single deployable HTML file with embedded CSS, JS, and data.

athola/skrills · 40 tokens

frontmcp-development

Use when building any FrontMCP server component other than a tool (for tools, use create-tool). Covers @Resource static resources and parameterized URI templates; @Prompt reusable prompts (RAG, multi-turn); @Provider singleton dependency-injection providers (database pools, API clients); @Agent autonomous LLM agents…

agentfront/frontmcp · 196 tokens

pipefy-ai-agents

Use this skill when the user wants to create, read, update, delete, or troubleshoot AI agents (conversational agents with behaviors). Covers 7 MCP tools including pre-flight validation, plus pipe-scoped knowledge bases (list, plain text/document/data lookup CRUD, access probe) attached via dataSourceIds. For…

pipefy/ai-toolkit · 84 tokens

pipefy-automations

Use this skill when the user wants to create, read, update, or delete traditional automations (if/then rules) or AI automations (prompt-driven). Covers 16 MCP tools. For AI agents (conversational), see skills/ai-agents/.

pipefy/ai-toolkit · 60 tokens

pipefy-ipaas

Use when the user wants to build, test, publish, or manage iPaaS (Advanced Automations) flows: multi-step integrations with external apps (Slack, Gmail, Google Sheets), incoming webhooks, schedules, routers, code steps, or iPaaS data tables. MCP-only, driven through 4 meta-tools over a per-pipe catalog discovered at…

pipefy/ai-toolkit · 104 tokens

pipefy-portal-setup

Use this skill when the user wants to list, create, or configure Pipefy portals (main hub, pages, page elements, sub-portals, publish/unpublish). Covers 20 MCP tools on Interfaces + internalapi. Not for pipes/cards.

pipefy/ai-toolkit · 57 tokens