KS
Killer-Skills

mo-arch — how to use mo-arch how to use mo-arch, what is mo-arch, mo-arch alternative, mo-arch vs codeindex, mo-arch install, mo-arch setup guide, code architecture query, README_AI.md index files, project index navigation

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

Quality Score

Top 5%
30
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add dreamlx/codeindex/mo-arch

Agent Capability Analysis

The mo-arch MCP Server by dreamlx is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use mo-arch, what is mo-arch, mo-arch alternative.

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 MCP Server

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
Project
SKILL.md
1.8 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
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

Related Skills

Looking for an alternative to mo-arch or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

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
Communication

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
Communication