mo-arch — mo-arch install mo-arch, codeindex, community, mo-arch install, ide skills, code architecture query, README_AI.md index files, project index navigation, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Code Analysis Agents needing comprehensive project overviews and module listings using README_AI.md index files. mo-arch is a code architecture query skill that utilizes README_AI.md index files generated by codeindex to provide project insights.

Features

Checks project index using cat PROJECT_INDEX.md command
Finds directory indexes with find . -name "README_AI.md" -type f command
Reads relevant module indexes based on user's question
Utilizes README_AI.md files for module information
Supports project overview with all modules listed
Enables location of specific modules using head -10 command

# Core Topics

dreamlx dreamlx
[4]
[1]
Updated: 2/20/2026

Agent Capability Analysis

The mo-arch skill by dreamlx is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for mo-arch install, code architecture query, README_AI.md index files.

Ideal Agent Persona

Perfect for Code Analysis Agents needing comprehensive project overviews and module listings using README_AI.md index files.

Core Value

Empowers agents to query code architecture using README_AI.md index files generated by codeindex, providing a project overview and module listings through commands like `cat PROJECT_INDEX.md` and `find . -name 'README_AI.md' -type f`.

Capabilities Granted for mo-arch

Querying project structures
Listing module dependencies
Generating project documentation

! Prerequisites & Limits

  • Requires existence of README_AI.md index files
  • Dependent on codeindex for index file generation
  • Limited to projects with accessible file system
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

mo-arch

Install mo-arch, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

mo-arch - Code Architecture Query

Query code architecture using README_AI.md index files generated by codeindex.

Workflow

Step 1: Check Project Index

bash
1cat PROJECT_INDEX.md 2>/dev/null

If exists, this gives you the project overview with all modules listed.

Step 2: Find Directory Indexes

bash
1find . -name "README_AI.md" -type f | head -10

Step 3: Read Relevant Module Index

Based on user's question, locate the relevant module and read its README_AI.md:

bash
1# Example: user asks about parser 2cat src/parser/README_AI.md

Step 4: Trace Dependencies

Check the Consumes and Provides sections in README_AI.md to understand module relationships.

Step 5: Deep Dive (if needed)

Only read actual source files when README_AI.md doesn't have enough detail.

Response Format

When answering architecture questions:

  1. Start with the module location - "The parser is in src/codeindex/parser.py"
  2. Explain its purpose - From the Purpose section
  3. Show relationships - From Consumes/Provides
  4. Provide code reference - Line numbers if relevant

Example

User: "Where is the parser implemented?"

Response:

Based on README_AI.md, the parser is in `src/codeindex/parser.py`.

**Purpose**: Tree-sitter based Python parser that extracts Symbol
(classes, functions, methods) and Import statements into ParseResult.

**Key exports**:
- `parse_file()` - Parse a single Python file
- `ParseResult` - Container for parsed data
- `Symbol` - Represents a code symbol

**Dependencies**: tree-sitter, tree-sitter-python

When No Index Exists

If README_AI.md files don't exist, suggest:

This directory is not indexed. Run:
  codeindex scan ./path/to/dir

Or for the entire project:
  codeindex list-dirs | xargs -P 4 -I {} codeindex scan {}
  codeindex index

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is mo-arch?

Perfect for Code Analysis Agents needing comprehensive project overviews and module listings using README_AI.md index files. mo-arch is a code architecture query skill that utilizes README_AI.md index files generated by codeindex to provide project insights.

How do I install mo-arch?

Run the command: npx killer-skills add dreamlx/codeindex. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for mo-arch?

Key use cases include: Querying project structures, Listing module dependencies, Generating project documentation.

Which IDEs are compatible with mo-arch?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for mo-arch?

Requires existence of README_AI.md index files. Dependent on codeindex for index file generation. Limited to projects with accessible file system.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add dreamlx/codeindex. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use mo-arch immediately in the current project.

Related Skills

Looking for an alternative to mo-arch or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI