Ctx Forge banner
sylvester-francis sylvester-francis

Ctx Forge

AI community

Description

The context engineering CLI for AI coding agents. Assemble, count, remember, and export perfect context bundles for Claude Code, Cursor, Aider, and any LLM.

Installation

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

README

   _____________  __ __________  ____  ____________
  / ____/_  __/ |/ // ____/ __ \/ __ \/ ____/ ____/
 / /     / /  |   // /_  / / / / /_/ / / __/ __/
/ /___  / /  /   |/ __/ / /_/ / _, _/ /_/ / /___
\____/ /_/  /_/|_/_/    \____/_/ |_|\____/_____/

Deterministic prompt engineer for AI coding agents.

[![crates.io](https://img.shields.io/crates/v/ctxforge.svg)](https://crates.io/crates/ctxforge) [![GitHub release](https://img.shields.io/github/v/release/sylvester-francis/ctx-forge?include_prereleases)](https://github.com/sylvester-francis/ctx-forge/releases) [![Rust](https://img.shields.io/badge/Rust-2024-DEA584?logo=rust&logoColor=white)](https://www.rust-lang.org/) [![License](https://img.shields.io/badge/License-AGPL--3.0-blue)](LICENSE)

ctxforge TUI — file tree, token gauge, slash command palette

ctxforge is stack-aware, GitHub-aware, and gap-aware. It scans your manifest to attach per-dep doc URLs, inlines specific GitHub issues / PRs / releases / files via `gh://` URIs, flags when your bundle imports don't match your attached docs, and hands off to Claude Code, Cursor, Aider, or any LLM. The output IS the crafted prompt. **ctxforge never calls an LLM** — it does everything a human prompt engineer does *except* the reasoning step.


Installation

# Cargo (recommended — latest features)
cargo install ctxforge

# With tree-sitter function/type extraction
cargo install ctxforge --features=extract

# Minimal build (CLI-only, no TUI, no MCP, no network)
cargo install ctxforge --no-default-features

**Requirements:** Rust 1.85+ (edition 2024). Single static binary, ~6 MB release. No runtime dependencies. No API keys (optional `GITHUB_TOKEN` for higher `gh://` rate limits).

Feature flags
Flag Default What it enables
tui-v2 iocraft