OpenCode extension for ArcKit, an enterprise architecture governance, interoperability, and vendor procurement toolkit.
This repository is generated from the main ArcKit source repository: https://github.com/tractorjuice/arc-kit
- ArcKit commands under
commands/ - 10 research and specialist agents under
agents/ - 112 document templates under
templates/ - Handoff schemas and scoring rubrics under
schemas/ - Helper scripts under
scripts/ - MCP configuration in
opencode.json
Use the ArcKit CLI to scaffold a project configured for OpenCode:
pip install git+https://github.com/tractorjuice/arc-kit.git
arckit init my-project --ai opencode
cd my-project
opencodeOr with uv:
uv tool install arckit-cli --from git+https://github.com/tractorjuice/arc-kit.git
arckit init my-project --ai opencodeArcKit commands are available in OpenCode with /arckit.<command>:
/arckit:plan
/arckit:principles
/arckit:requirements
/arckit:risk
/arckit:sow
/arckit:evaluate
/arckit:health
/arckit:export-okf
/arckit:import-okf
Use /arckit:export-okf to export ArcKit artifacts as an OKF-compatible Markdown bundle. Use /arckit:import-okf to import OKF bundles as reviewable ArcKit research notes.
This standalone repository is synced from arc-kit releases. Pull the latest
commit from this repository, or regenerate a project with the latest ArcKit CLI.
- Main project: https://github.com/tractorjuice/arc-kit
- Website: https://arckit.org
- Releases: https://github.com/tractorjuice/arc-kit/releases