Sila Prime
Runs sila prime on the first prompt and injects the cross-tool briefing, plus a /sila command for any sila subcommand.
Quick Answer & Overview
Sila Prime is an open-source (MIT) OpenCode V2 plugin by @JadMadi. It resolves: Each session starts without the sila knowledge store unless you remember to run the CLI first.. Installed via opencode plugin add github:jadmadi/opencode-sila-prime, it operates locally with 0% telemetry.
opencode plugin add github:jadmadi/opencode-sila-prime Local manual setup:
Copy sila-prime.ts into ~/.config/opencode/plugins/ and restart the TUI.
The Problem It Solves
Each session starts without the sila knowledge store unless you remember to run the CLI first.
Slash Commands
| Command | Description & Usage |
|---|---|
/sila | Run a sila subcommand and post the output (default: prime). |
Design Guardrails & Limitations
Calls the sila CLI. SILA_BIN points at the binary, SILA_PRIME=off disables the briefing, and SILA_PRIME_BUDGET caps it. The session is marked after one attempt, so /sila refreshes on demand.
Technical Specifications
- Target Host
- OpenCode V2 (CLI & TUI)
- Tested Runtime
- OpenCode
v2.0.16(builtUnder-2.0.16) - Artifact File
sila-prime.ts- Version Scheme
- CalVer (YYYY.MM.MICRO) · Current:
v2026.9.0 - Default Install Path
~/.config/opencode/plugins/sila-prime.ts- License
- MIT (Open Source)
- Last Updated
- 2026-09-25
Frequently Asked Questions
What problem does Sila Prime solve?
Each session starts without the sila knowledge store unless you remember to run the CLI first.
How do I install Sila Prime in OpenCode V2?
Run the terminal command: `opencode plugin add github:jadmadi/opencode-sila-prime`. The runtime clones the repository into `~/.config/opencode/plugins/sila-prime.ts` and activates it in your next session. Alternatively: Copy sila-prime.ts into ~/.config/opencode/plugins/ and restart the TUI.
What are the guardrails and limitations for Sila Prime?
Calls the sila CLI. SILA_BIN points at the binary, SILA_PRIME=off disables the briefing, and SILA_PRIME_BUDGET caps it. The session is marked after one attempt, so /sila refreshes on demand.
What slash commands does Sila Prime provide?
/sila (Run a sila subcommand and post the output (default: prime).)