Skip to content

Installation

sync-wiki edited this page Sep 6, 2026 · 1 revision

Generated from the repo's README by scripts/sync-wiki.sh. Edit the README, not this page.

Installation

claude plugin marketplace add kyuna0312/context_forge
claude plugin install context-forge@context-forge

Then set up the status line once (next section). Plugins install through the marketplace only — a bare clone or symlink under ~/.claude/plugins is not discovered. Update with claude plugin update context-forge@context-forge.

From a clone (contributors)

git clone https://github.com/kyuna0312/context_forge.git ~/context_forge
bash ~/context_forge/scripts/install.sh      # marketplace add + install + status line copy
claude --plugin-dir ~/context_forge          # or: load in place without installing

install.sh also copies the status line script to ~/.claude/ (backing up a modified copy first). The install is a snapshot: re-run after pulling, and bump the versions in .claude-plugin/*.json for local changes to propagate.

Uninstall

bash scripts/uninstall.sh

Or, without a clone: claude plugin uninstall context-forge@context-forge. The script additionally removes the marketplace registration and the installed statusline script (only if unmodified).


Clone this wiki locally