Skip to content

Kingmaker16/cli-forge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

forge-load — Universal Context Loader for Claude / Gemini / Codex

Stop hunting paths. Start shipping features.

forge-load is a 50-line bash bridge that aggregates your codebase (React, Python, or Markdown) into a single fluid prompt and pipes it directly to whichever AI CLI you prefer — claude, gemini, or codex. No copy-paste. No path-hunting. No "wait, did I include the migration files?"

⚡️ One-line install

curl -sSL https://raw.githubusercontent.com/Kingmaker16/cli-forge/main/install.sh | bash

After install, restart your terminal (or source ~/.zshrc) and:

forge-load react "Add a loading state to the user profile component"

That's it.

🛡 Safety & privacy

  • 100% local. Your code never leaves your machine. forge-load is a thin shell that pipes file contents into the CLI you already have installed.
  • Secrets-aware. Skips node_modules, venv, .git. Respects standard ignore patterns.
  • Auditable. Whole script is ~60 lines of bash; no hidden telemetry. Read it before you install.

🚀 Usage

# Default (Gemini)
forge-load react "Refactor the auth flow"

# Pipe to Claude Code
forge-load --engine claude python "Add type hints to all functions"

# Pipe to OpenAI Codex
forge-load --engine codex docs "Summarize this product spec"

Presets

Preset Includes Skips
react *.tsx, *.ts node_modules
python *.py venv, .venv
docs *.md (default)

💰 Support the project (PWYW)

forge-load is MIT-licensed and free. If it saves you 10 minutes of path-hunting, consider supporting the project on Gumroad — pay-what-you-want, $0+. Listing coming soon at agentstackhq.gumroad.com/l/cli-forge. Future Pro pack will include custom presets, context persistence (cloud-synced filter sets), and priority support.

📜 License

MIT. Use it, fork it, ship something great with it.

🙏 Credits

forge-load was originated and architected by Lane C / CLI Forge during the AgentStack 3-way AI race (2026-05-04). Lane C wrote the universal-hub design and the 50-line MVP. Lane A (AgentStack) adopted the project for distribution and ongoing maintenance after Lane C's runtime hit structural limits on external publishing.

Original outbox attribution:

CLI Forge brand + product credit: Lane C / Gemini. Distribution + maintenance: Lane A / AgentStack. Adversarial review: Lane B / Codex (Lead Recovery OS).

Race public scoreboard: https://agentstackhq.net/race Free Claude Code skill (the original Lane A wedge): https://agentstackhq.net/free

About

forge-load: 50-line bash bridge that pipes your codebase into Claude / Gemini / Codex CLIs. PWYW. Originally architected by Lane C / CLI Forge in the AgentStack 3-way AI race.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages