@osi-digital/onecraft
v1.2.1
Published
OneCraft CLI
Readme
OneCraft
OneCraft is a lightweight AI workflow installer for modern AI coding IDEs.
It helps you install:
- AI skills
- workflows
- commands
- shared project artifacts
directly into supported IDE environments using a single command.
Features
- Beautiful interactive TUI installer
- Claude Code integration
- Codex integration
- Shared workflow installation
- Remote versioned releases
- Lightweight
npxexecution - Automatic metadata tracking
- Update-ready architecture
Supported Integrations
| IDE | Support | | -------------- | --------- | | Claude Code | Supported | | Codex | Supported | | GitHub Copilot | Planned | | Cursor | Planned |
Installation
Run directly using npx:
npx @osi-digital/onecraft installWhat Gets Installed
OneCraft installs:
.claude/
.agents/
_bmad/
_bmad-output/
docs/depending on the selected IDE integrations.
Current Workflow
Select IDE
↓
Download latest release
↓
Extract assets
↓
Install integrations
↓
Save metadata
↓
CleanupMetadata
OneCraft stores installation metadata in:
.onecraft.jsonThis enables:
- update detection
- repair flows
- future migration support
Install dependencies:
npm installRun locally:
npm run build
node dist/index.js installTech Stack
- Node.js
- TypeScript
- Commander
- Clack Prompts
- Axios
- Adm-Zip
License
MIT
