Instructions file CodexOpenCode
AGENTS.md instructions for NeuroGhostDev/booster_mcp, covering booster agent bootstrap, bootstrap contract, engineering workflow, context priority and important boundary.
Instructions file CodexOpenCode
AGENTS.md instructions for NeuroGhostDev/booster_mcp, covering booster agent bootstrap, bootstrap contract, engineering workflow, context priority and important boundary.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
A step-by-step debugging guide for finding the root cause of software bugs. It starts with an error trace or symptom and narrows the search to affected code and specific lines.
Skill Claude CodeCodex
Cognitive Runtime для coding agents: AST impact graph, git intelligence, долгосрочная project memory, diagnostics и validation loop.
Skill Claude CodeCodex
A startup routine that loads a repository map, technology choices, project conventions, and relevant library documentation into a coding agent. It is intended for projects using the Booster MCP server.
Skill Claude CodeCodex
A deep-dive workflow for analyzing a software repository's architecture, data paths, dependencies, and risk areas.
Skill Claude CodeCodex
A workflow for adding a new feature by following patterns already present in a codebase. It uses repository searches, symbol and dependency checks, impact analysis, and diagnostics before and after implementation.
Skill Claude CodeCodex
A Russian-language workflow for using flipchart boards to visualize function call graphs and execution sequences while debugging code.
Skill Claude CodeCodex
A workflow for connecting a code repository to Booster MCP, a service that builds searchable project context and analysis artifacts. It covers scanning the repository, indexing it, checking progress, and retrieving maps or search results.
Skill Claude CodeCodex
A guided onboarding tool for understanding an unfamiliar codebase. It builds a map of the repository, its structure, conventions, technology stack, and likely entry points.
Skill Claude CodeCodex
A guide for keeping project facts, decisions, and tasks in long-term memory between coding-agent sessions. It stores this information in a project memory file.
Skill Claude CodeCodex
A guided refactoring workflow for changing code structure while keeping its behaviour the same. It examines where code is used, what it affects, and whether checks pass before and after the change.
Skill Claude CodeCodex
A code-review skill that examines changes for security, design, performance, compatibility, and quality problems.
MCP server Claude CodeCodexCursor
MCP server "booster-mcp" as configured in NeuroGhostDev/boostermcp. Runs locally from the Booster-mcp Python package.