ForgeKit is a ForgeCode-native assistant kit for non-technical users.
- 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.
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 broken
For more copyable templates, see examples/ck-auto-templates.md.
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 test
- 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 GitNexus MCP integration.
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>
Clone or place this repo at ~/ForgeKit, then point ForgeCode to the kit root.
python3 scripts/generate-forgecode.py --force- 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).
npm test # Run all tests
npm run lint # Validate forgekit.json, registry, SKILL.md- CHANGELOG.md — Release history
- CONTRIBUTING.md — How to contribute
- examples/ck-auto-templates.md — Request templates
Do not commit runtime/private files: .credentials.json, .forge.db*, .env, .env.*.