47thtechcorner

RayCodes Archify — AI skill for Claude Code

AI community

Archify GitHub Just Got Insane — AI Visualizes Your Entire Codebase.

How to install RayCodes Archify

This entry records only its repository, not the path inside it, so there is no exact command to give. Open 47thtechcorner/RayCodes_Archify and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What RayCodes Archify does

Archify GitHub Just Got Insane — AI Visualizes Your Entire Codebase! Instant AI-powered codebase architecture diagram and system flow visualizer using Python and Ollama.

Alternatives in AI

  • Repomix — 📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file 22.7k ★
  • Claude Flow — An enterprise-grade AI orchestration platform that revolutionizes how developers build with AI 22.2k ★
  • Greptile — Code Search AI-powered codebase search and understanding 14k ★

README

🌐 Archify Instant AI Diagram Generator

Archify Instant AI Diagram Generator automatically transforms code files and system ideas into interactive, dark-mode visual maps using AI agents.

⚡ 3-Step Execution Workflow

Step 1: Input Step 2: AI Action Step 3: Result
Read Python files from inputs/sample_repo/ Ollama Agent parses SKILL.md & builds visual map Generates interactive web diagram & summary report

🛠️ Tech Stack

  • Language: Python 3.9+
  • AI Agent Integration: Ollama API & Local GGUF models
  • Diagram Compiler: Archify Engine (Node.js renderer)
  • Output Formats: Standalone HTML + Inline SVG

🚀 Quick Start Guide

1. Installation

Install required dependencies in your Windows PowerShell terminal:

pip install -r requirements.txt

2. Install & Run Ollama Model

Pull and run the required Ollama model (`deepseek-v4-pro-qwen-4b-mtp:latest`):

ollama pull deepseek-v4-pro-qwen-4b-mtp:latest

3. Run Application

Execute the main generator script to analyze the sample codebase inside `inputs/sample_repo/`:

python main.py

📂 Project Repository Structure

Archify/
├── inputs/
│   └── sample_repo/
│       ├── api_gateway.py
│       ├── auth_service.py
│       ├── cache_cluster.py
│       └── data_pipeline.py
├── main.py
├── requirements.txt
└── README.md

🌟 5 Key Use Cases

  1. Automated App Service Mapping: Turn complex backend repos into visual component maps instantly.
  2. Pull Request Code Reviews: Compare system maps before and after code merges to catch unexpected dependencies.
  3. **Bu