maxtac-source-codebase-memory

Index and query source code repositories via codebase-memory-mcp.

12|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/philo-groves/MaxTAC --skill maxtac-source-codebase-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maxtac-source-codebase-memory
Source: https://github.com/philo-groves/MaxTAC/tree/main/plugins/maxtac-source/skills/maxtac-source-codebase-memory
Command: npx skills add https://github.com/philo-groves/MaxTAC --skill maxtac-source-codebase-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enhances codebase analysis and indexing in MaxTAC Source, providing quick access to codebase-memory-mcp for repository indexing, architecture overview, structural search, and more.

Core Features & Use Cases

  • Repository Indexing: Efficiently index repositories for quick access to code information.
  • Architecture Overview: Summarize languages, packages, entrypoints, routes, and more.
  • Structural Search: Search for symbols, routes, resources, and files within the codebase.
  • Use Case: When reviewing code for vulnerabilities, quickly obtain an overview of the codebase's architecture and trace paths around potential security-critical functions.

Quick Start

Use maxtac-source-codebase-memory index_repository "/absolute/path/to/repo" to index a repository.

Frequently Asked Questions about maxtac-source-codebase-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I index a source code repository for vulnerability research?

You can perform structural search within a codebase by querying indexed repository data for specific symbols, routes, resources, and files to locate security-critical functions during vulnerability triage.

How do I generate an architecture overview from a codebase?

Generating an architecture overview involves indexing the repository to summarize its languages, packages, entrypoints, and routes, providing a structural map for security analysis and vulnerability triage.

Do I need a codebase-memory-mcp server to perform codebase indexing?

Yes, performing codebase indexing requires integration with MaxTAC Source and access to a running codebase-memory-mcp server to provide querying capabilities and enhance code analysis.

Can I trace execution paths around potential security-critical functions using codebase analysis?

Codebase analysis allows you to trace execution paths around potential security-critical functions by using structural search and architecture overviews to navigate from entrypoints to vulnerable code.