context-builder

Coding Agents & IDEs
v0.8.3-1
Benign

Generate LLM-optimized codebase context from any directory using context-builder CLI.

500 downloads500 installsby @igorls

Setup & Installation

Install command

clawhub install igorls/context-builder

If the CLI is not installed:

Install command

npx clawhub@latest install igorls/context-builder

Or install with OpenClaw CLI:

Install command

openclaw skills install igorls/context-builder

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/igorls/context-builder

What This Skill Does

context-builder scans a local directory and generates a single structured markdown file from the codebase. Output is ordered by file relevance and supports AST-aware signature extraction to minimize token usage. Token budgeting, .gitignore awareness, and automatic directory exclusions are built in.

AST-aware signatures reduce context size by 80-90% compared to raw file dumps, making large codebases fit within model token limits without manual curation.

When to Use It

  • Feed an entire Rust codebase to an LLM for architecture review
  • Onboard to an unfamiliar repo by generating a full project snapshot
  • Extract only public API signatures before a code review session
  • Generate incremental diffs after code changes to update LLM context
  • Package a specific monorepo package for focused LLM analysis

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Feed an entire Rust codebase to an LLM for architecture review

AGENT
  1. 1Feed an entire Rust codebase to an LLM for architecture review
  2. 2Onboard to an unfamiliar repo by generating a full project snapshot
  3. 3Extract only public API signatures before a code review session
  4. 4Generate incremental diffs after code changes to update LLM context
  5. 5Package a specific monorepo package for focused LLM analysis
OUTPUT
Generate LLM-optimized codebase context from any directory using context-builder CLI.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 25, 2026