---
title: Sila Prime — OpenCode V2 Plugin by Jad Madi (@jadmadi)
description: >-
  Runs sila prime on the first prompt and injects the cross-tool briefing, plus
  a /sila command for any sila subcommand.
href: /project/opencode-plugins/sila-prime/
category: Sessions and memory
version: 2026.9.0
builtUnder: 2.0.16
license: MIT
repo: 'https://github.com/jadmadi/opencode-sila-prime'
author: Jad Madi
runtime: OpenCode V2
telemetry: 0% (Local First)
installCommand: 'opencode plugin add github:jadmadi/opencode-sila-prime'
tags:
  - sila
  - knowledge
  - session
  - context
---
# Sila Prime — OpenCode V2 Plugin

Runs sila prime on the first prompt and injects the cross-tool briefing, plus a /sila command for any sila subcommand.

- **Website**: https://jadmadi.net/project/opencode-plugins/sila-prime/
- **Repository**: https://github.com/jadmadi/opencode-sila-prime
- **Category**: Sessions and memory
- **Version**: v2026.9.0 (CalVer)
- **Tested Runtime**: OpenCode v2.0.16
- **License**: MIT
- **Artifact**: `sila-prime.ts`
- **Updated**: 2026-09-25
- **Author**: [@JadMadi](https://x.com/jadmadi)

## Quick Install

Install with a single command in OpenCode V2:

```bash
opencode plugin add github:jadmadi/opencode-sila-prime
```

### Manual / Local Install

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.

## What It Does

Runs sila prime on the first prompt and injects the cross-tool briefing, plus a /sila command for any sila subcommand.

## Slash Commands

| Command | Description |
| :--- | :--- |
| `/sila` | Run a sila subcommand and post the output (default: prime). |

## Limitations & Safety Rules

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.

## Frequently Asked Questions (Agent Q&A)

### Q: What problem does Sila Prime solve?
Each session starts without the sila knowledge store unless you remember to run the CLI first.

### Q: How do I install and run Sila Prime?
Run `opencode plugin add github:jadmadi/opencode-sila-prime` in your terminal.

### Q: Does this plugin transmit telemetry or code externally?
No. It operates with 0% telemetry, local-first in ~/.config/opencode/plugins/.

## Links & Resources

- Dedicated Page: https://jadmadi.net/project/opencode-plugins/sila-prime/
- All OpenCode Plugins: https://jadmadi.net/project/opencode-plugins/
- GitHub Repository: https://github.com/jadmadi/opencode-sila-prime
- Changelog: https://github.com/jadmadi/opencode-sila-prime/blob/main/CHANGELOG.md
- Author Profile: https://jadmadi.net/about/
