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.
npx skills add NeuroGhostDev/booster_mcp --skill booster-onboardgit clone --depth 1 https://github.com/NeuroGhostDev/booster_mcpWrote 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.
[](https://agentmods.dev/skills/neuroghostdev/booster_mcp/booster-onboard)<a href="https://agentmods.dev/skills/neuroghostdev/booster_mcp/booster-onboard"><img src="https://agentmods.dev/badge/skills/neuroghostdev/booster_mcp/booster-onboard.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00037 | $0.00420 |
| Opus 5 | $0.00018 | $0.00210 |
| Sonnet 5 | $0.00007 | $0.00084 |
| Haiku 4.5 | $0.00004 | $0.00042 |
Grade A, and why
booster-onboard 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 7d 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.
What it actually says
booster Onboard
Цель
Быстро построить карту проекта, не читая всю кодовую базу подряд.
Алгоритм
- Для нового или большого локального репозитория запусти
booster expand --profile balancedиз его корня. До индексации прочитай.agents/booster/scan_report.jsonи при необходимости расширь scope через--profile deep. - Добавь репозиторий через add_repo. Сохранённый
scan_config.jsonзадаёт тот же scope для MCP-индексатора. - Проверь
get_repo_artifacts()и только затем вызовиinject_context()чтобы получить карту проекта (RepoMap) и список конвенций. - Вызови
fetch_stack_docs(), чтобы понять какие библиотеки использует проект и подгрузить их доки (через mcp context7). - Сними масштаб через repo_stats().
- Для больших проектов построй визуальную карту через get_code_city.
- Найди точки входа через semantic_search и find_symbol.
- Сохрани выводы в project_memory.
Базовая последовательность
booster expand --profile balanced
add_repo("<repo>")
get_repo_artifacts()
inject_context()
fetch_stack_docs()
repo_stats()
get_code_city()
semantic_search("application entry point")
list_configs()
project_memory("set", "architecture_overview", "...", repo="<repo>")
Что извлечь
- точки входа
- ключевые модули
- внешний стек
- конфиги и env
- горячие зоны проекта
Антипаттерны
- не читать подряд десятки файлов
- не пропускать repo_map
- не начинать багфикс без первичного онбординга
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.
- 7d ago First seen · 53 lines · 37 tokens per session scan A 2fe54326f72c
booster-onboard 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 420 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.
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.
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…
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-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-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-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.