Back to Discover

tesseract-skills

skill

infrastellar-dev

Claude Code plugin marketplace for Tesseract architecture generation

View on GitHub
16 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add infrastellar-dev/tesseract-skills

README

Tesseract Skills

Claude Code plugin for Tesseract — AI-powered 3D architecture editor.

Point your AI at any codebase and generate interactive 3D architecture diagrams directly from Claude Code.

Demo video

Installation

Via Claude Code plugin system (recommended)

/plugin marketplace add infrastellar-dev/tesseract-skills
/plugin install tesseract@tesseract-skills

Via npx from GitHub (manual fallback)

npx github:infrastellar-dev/tesseract-skills              # install globally
npx github:infrastellar-dev/tesseract-skills --project    # install in current project

What's included

Skills

SkillDescription
/arch-codemapAll-in-one architecture mapping — scans the entire codebase and builds the full diagram
/arch-overviewGenerate a high-level architecture diagram from a codebase
/arch-servicesScan and map services, APIs, and their connections
/arch-dataDiscover databases, caches, and storage systems
/arch-infraMap CI/CD, containers, proxies, and cloud infrastructure
/arch-flow <description>Trace and visualize a data flow through the architecture (e.g. /arch-flow user login)
/arch-detail <component>Drill into a component to reveal its internal structure

Commands

CommandDescription
/tesseract-installDownload and launch the Tesseract desktop app
/tesseractLaunch Tesseract and its MCP server

MCP server

The plugin auto-configures the Tesseract MCP server at http://localhost:7440/mcp, giving Claude access to all diagram tools (components, connections, layers, flows, screenshots, mermaid export, etc.).

Auto-approve MCP tools

By default, Claude Code asks for confirmation the first time it calls each MCP tool. To approve all Tesseract tools at once, add this to your project's .claude/settings.json:

{
  "permissions": {
    "allow": [
      "mcp__tesseract"
    ]
  }
}

This approves every tool exposed by the Tesseract MCP server. You only need to do this once per project.

Requirements

How it works

  1. Install the plugin from the marketplace
  2. The Tesseract MCP server is auto-configured
  3. Use /arch-codemap to scan your codebase and build the full architecture
  4. Refine with /arch-services, /arch-data, /arch-infra
  5. Trace data flows with /arch-flow user login
  6. Drill into components with /arch-detail <component>

If Tesseract isn't running, use /tesseract-install to download and launch it automatically.

Community

License

MIT

Rendered live from infrastellar-dev/tesseract-skills's GitHub README — not stored, always reflects the source repo.

1 Plugin

NameDescriptionCategorySource
tesseractGenerate architecture diagrams from codebases with Tesseractvisualization./plugins/tesseract

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.