Single source of truth for every repo developed FOR SIN-Code and its integration status. CI and agents read the table below — keep it in sync with
requirements-ecosystem.txtandinternal/mcpclient/registry.go.
| Repo | Role | Integration | Status |
|---|---|---|---|
| SIN-Code | Main agent CLI/TUI/WebUI | — | ACTIVE |
| SIN-Code-WebUI-v2 | Official web frontend | sin-code webui (see docs/WEBUI.md) |
ACTIVE |
| SIN-Code-Orchestration | Multi-agent orchestration | Go import / subprocess | ACTIVE |
| SIN-Code-Review-Interface | Review workflow UI | subprocess | ACTIVE |
| Repo | Tool prefix | Integration | Status |
|---|---|---|---|
| SIN-Code-PoC-Tool | poc_* |
CLI subprocess (verify gate runner) | ACTIVE |
| SIN-Code-Oracle-Tool | oracle_* |
CLI subprocess (verify gate runner) | ACTIVE |
| SIN-Code-SCKG-Tool | sckg_* |
CLI subprocess | ACTIVE |
| SIN-Code-IBD-Tool | ibd_* |
CLI subprocess | ACTIVE |
| SIN-Code-ADW-Tool | adw_* |
CLI subprocess | ACTIVE |
| SIN-Code-EFM-Tool | efm_* |
CLI subprocess | ACTIVE |
| SIN-Code-Symfony-Lens | symfonylens__* |
MCP server (registry.go) | ACTIVE |
| Repo | Server name / tool prefix | Default policy | Status |
|---|---|---|---|
| SIN-Code-Websearch-Skill | websearch__* |
allow | ACTIVE |
| vane (bridged, never vendored) | vane__* |
allow | ACTIVE |
| SIN-Code-Context-Bridge-Skill | contextbridge__* |
allow | ACTIVE |
| Simone-MCP | simone__* |
allow | ACTIVE |
| SIN-Code-Scheduler-Skill | scheduler__* |
ask | ACTIVE |
| SIN-Code-Goal-Mode-Skill | goalmode__* |
ask | ACTIVE |
| SIN-Code-Grill-Me-Skill | grillme__* |
ask | ACTIVE |
| SIN-Code-Marketplace-Skill | marketplace__* |
ask | ACTIVE |
| SIN-Code-Doc-Coauthoring-Skill | codocs__* |
ask | ACTIVE |
| SIN-Code-Honcho-Rollback-Skill | honcho__* |
ask (destructive) | ACTIVE |
| SIN-Code-Frontend-Design-Skill | frontend__* |
ask | ACTIVE |
| SIN-Code-MCP-Server-Builder-Skill | mcpbuilder__* |
ask | ACTIVE |
| SIN-Browser-Tools | browser__* (106 tools) |
ask | ACTIVE |
| Repo | Integration | Status |
|---|---|---|
| coder-SIN-Qwen | Agent profile qwen-relay (profiles/qwen-relay.toml) |
ACTIVE |
| SIN-Code-FireworksAI-OpenCode-Config | Agent profile fireworks (profiles/fireworks.toml) |
MIGRATED |
| Repo | Superseded by | Action |
|---|---|---|
| SIN-Code-Slash-Skill | internal/commands (C8, in-tree since v3.2.0) |
ARCHIVE |
| SIN-Code-Security-Bundle | in-tree SAST/SBOM/SCA/Secrets tools | ARCHIVE |
| SIN-Code-Bundle-Web | SIN-Code-WebUI-v2 | ARCHIVED |
| Layer | Upstream | License | Tool | Status |
|---|---|---|---|---|
| Context (AGENTS.md) | agent0ai/dox | MIT | dox__* |
ACTIVE |
| Methodology | obra/superpowers | MIT | superpowers__* |
ACTIVE |
| Research (cited sources) | ItzCrazyKns/Vane | MIT | vane__* |
ACTIVE |
| Tools | (this repo) | MIT | sin_* |
ACTIVE |
| Helper | What it does | License | Command | Status |
|---|---|---|---|---|
| sin-code stack | Unified install/doctor across 3 layers | MIT | sin-code stack install |
ACTIVE |
- Every new repo in the org MUST be added here in the same PR that creates it.
- Every MCP skill server MUST have an entry in
cmd/sin-code/internal/mcpclient/registry.goand a policy line incmd/sin-code/internal/permission_defaults.go. requirements-ecosystem.txtlists pinned versions for everything marked ACTIVE.- Every backend migration (e.g. SIN-Code-FireworksAI-OpenCode-Config →
profiles/fireworks.toml) MUST leave a deprecation note in the source repo's README before archiving.