Internal Platform

Our expertise,
on tap.

Domain knowledge that follows you from project to project.

Lightspeed packages our collective know-how into agents and knowledge bases you can install with one command. Smart contracts, card schemes, transaction flows, fraud rules, onboarding journeys, platform runbooks. Same expertise, every repo, always current.

lightspeed list
Ask anything...

The Registry

Layered by design.
Installed in one.

Knowledge bases form the foundation. Agents build on them. Skills and MCPs extend what agents can do. Bundles package the whole stack for your squad. Click any layer to see what's inside.

Agents, KBs, skills, and MCPs packaged as a single installable asset. One command pulls every layer your squad needs, configured and connected.

$ lightspeed install bundle xyz-bank
xyz-bank2 agents + 1 KB + 4 skills + 1 MCP
dev-starter-pack8 agents + 1 KB + 4 skills

Skills give OpenCode domain-specific workflows as SKILL.md files. MCPs connect agents to external services via the Model Context Protocol. Both sit alongside agents, extending what they can do.

$ lightspeed install skill argocd
argocdSkill: read-only ArgoCD inspection, health, logs, diffs
jira-cliSkill: issues, sprints, epics, transitions
atlassianMCP: Confluence pages, Jira issues, search
playwrightMCP: browser automation, E2E testing, screenshots

Specialist AI agents with baked-in prompts, model config, and KB dependencies. Each agent ships as two Docker targets:

$ lightspeed install agent vault-reviewer
vault-reviewerReviews code against Vault Core best practices
enterprise-architectSociotechnical design, DDD, coupling analysis
dsp-buildPrimary orchestrator for AI-assisted development

Two distribution modes

Installable asset

Data-only image (prompt + config). The CLI extracts it into your project for use inside OpenCode.

Local development
Standalone container

Full runtime image with OpenCode and the KB baked in. Runs headlessly in CI/CD and powers Lightspeed Council.

Built for Council

Domain docs, API references, and codebase patterns packaged as data-only Docker images. Everything an agent needs to actually understand the domain, not just the language.

$ lightspeed install kb tm-engineering
tm-engineeringVault Core smart contracts, simulations, API reference
architecture-patterns80+ patterns across 16 categories
infra-opsPlatform runbooks and infrastructure patterns

Quick Start

Two steps to
get running.

1

Get org access

You need membership in the ikigai-digital GitHub organisation with read:packages scope. If you don't have it, ask your lead or post in #engineering.

# Verify you have access
gh api orgs/ikigai-digital --jq .login
# Should output: ikigai-digital
2

Run the setup script

From the lightspeed repo root. It handles GitHub CLI, Docker, npm auth, GHCR login, and the CLI install. Everything in one shot.

git clone https://github.com/ikigai-digital/lightspeed.git
cd lightspeed
bash scripts/setup.sh

Prefer manual setup? Full instructions in the README

Day-to-Day

Three commands
you'll actually use.

01

See what's available

$ lightspeed list
  Agents (12)
  ├─ vault-reviewer     Reviews SC code against Vault Core best practices
  ├─ enterprise-architect Senior Enterprise Architect (DDD, coupling, ADRs)
  ├─ dsp-build          Primary orchestrator for AI-assisted development
  └─ ...9 more

  Knowledge Bases (4)  Skills (13)  Bundles (2)  MCPs (5)
02

Install a single agent

$ lightspeed install agent vault-reviewer
  ✓ Pulling ghcr.io/ikigai-digital/agent-vault-reviewer:latest
  ✓ Pulling KB dependency: tm-engineering
  ✓ Extracted to .opencode/agent/vault-reviewer/
  ✓ Tracking updated in .lightspeed.json
03

Or get the full squad kit

$ lightspeed install bundle xyz-bank
  ✓ Resolving bundle: 2 agents + 1 KB + 4 skills + 1 MCP
  ✓ Installed: vault-dev, vault-reviewer
  ✓ Installed KB: tm-engineering
  ✓ Installed skills: argocd, confluence-cli, glab-cli, jira-cli
  ✓ Installed MCP: atlassian
  ✓ Bundle installed. Run opencode to get started.

Why This Exists

Knowledge that
compounds.

Banking domains are deep

Cards, transaction management, fraud detection, AML, onboarding, channels. Each has its own patterns, regulations, and gotchas. Lightspeed agents carry that context so you don't have to hold it all in your head.

Context doesn't travel

When you switch repos you lose your agent setup. Bundles fix that. Install once globally and the same agents, KBs, and skills are available in every project on your machine.

New joiners start cold

Instead of reading wikis for a week, new engineers install a bundle and have domain-trained reviewers, deployment skills, and service integrations ready to go within minutes.

Expertise should be versioned

KBs are Docker images with SHAs. When domain docs update, you run lightspeed upgrade and every agent on your team gets the new knowledge. No drift, no stale wikis.

Stop rebuilding context.
Start shipping.

Clone the repo, run the setup script, install your squad's bundle. You'll have domain-trained agents reviewing your code in under five minutes.

Ikigai Digital|Lightspeed

Ikigai Digital