lgmmo-forgekit-installer
v2.4.1
Published
One-command installer for LGM MMO ForgeKit into the current project.
Maintainers
Readme
ForgeKit
ForgeKit is a ForgeCode-native assistant kit for non-technical users.
Quickstart: 3 steps
- Open a terminal in your project and install ForgeKit:
npx lgmmo-forgekit-installer - Open ForgeCode in the same folder and ask for what you want:
:ck:auto build me a todo app - Read the Spec, approve it, then ForgeKit implements, verifies, and reports the result.
If you are not technical, start with plain language. You do not need to choose skills or tools.
Example Requests
Copy one and customize it:
:ck:auto build me a clean landing page for my coffee shop
:ck:auto fix the login bug where users cannot sign in
:ck:auto refactor this large dashboard module without changing behavior
:ck:auto add a Stripe checkout flow for monthly subscriptions
:ck:auto review this project and tell me what is brokenFor more copyable templates, see examples/ck-auto-templates.md.
30-second Demo Flow
User: :ck:auto build me a todo app
ForgeKit: writes a short Spec in Vietnamese
User: đúng, làm đi
ForgeKit: routes to the right skill, edits files, runs verification
ForgeKit: reports changed files + how to testDesign Goals
- ForgeCode native first.
- One public entrypoint:
:ck:auto. - Spec-first with one approval gate.
- Token-efficient skill loading.
- Non-technical user experience.
- Optional adapters for Codex and Claude.
- Optional RTK and Serena MCP integration.
Setup
Option A — One-command install with npm
npx lgmmo-forgekit-installerOr install into a specific directory:
npx lgmmo-forgekit-installer --target ./my-projectAfter install, open ForgeCode in that directory and use:
:ck:auto <what you want built or fixed>Option B — Use this repo directly
Clone or place this repo at ~/ForgeKit, then point ForgeCode to the kit root.
Option C — Generate .forge/ runtime export
python3 scripts/generate-forgecode.py --forceCodex / Claude Compatibility
- Codex:
npx lgmmo-codex-installer@latestorpython3 scripts/generate-codex.py --force - Claude:
python3 scripts/generate-claude.py --force
For Codex/Claude, use /ck:auto <what you want> (slash syntax).
Verification
npm test # Run all tests
npm run lint # Validate forgekit.json, registry, SKILL.mdDocs
- CHANGELOG.md — Release history
- CONTRIBUTING.md — How to contribute
- examples/ck-auto-templates.md — Request templates
Security
Do not commit runtime/private files: .credentials.json, .forge.db*, .env, .env.*.
