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.
Booster MCP is an MCP server for semantic code analysis, repository mapping, and large codebase navigation. This release prepares the project for public use with a cleaner package identity, bundled agent skills, and a smoother out-of-the-box experience.
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
A set of tools that helps a coding agent understand a repository before changing it and check the result afterward. It uses code structure, Git history, project memory, diagnostics, and validation checks.
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.