Repo Registry
The canonical index of every repository in the ecosystem. Every repo digest in
portal/repos/ MUST have exactly one row here (no orphans, no duplicates). This table
is the source the future orchestrator and llms.txt are kept in sync with.
| Repo (slug) | System | Layer | Lifecycle | Maturity | Language(s) | Digest | Source | Last reviewed |
|---|---|---|---|---|---|---|---|---|
shared-skills |
shared-skills | Shared Skills | active | operational | Markdown, Python, TS, Shell | digest | private (~/.claude/skills) |
2026-07-05 |
personalops |
intelligence-platform | Intelligence Platform | active | early-development | TypeScript, SQL (Supabase), JS | digest | private | 2026-07-05 |
website-intelligence-lab |
intelligence-platform | Intelligence Platform | active | early-development | YAML, Shell, Docker, PHP (WP) | digest | private | 2026-07-05 |
intelproducts |
intelligence-platform | Intelligence Products | active | operational | Markdown (packs), SKILL.md | digest | private | 2026-07-05 |
inexisstudios |
applications-agents | Applications & Agents | active | active-development | TanStack Start/React 19, TS, Cloudflare Pages/D1/R2, Playwright | digest | private | 2026-07-06 |
leadplatform |
applications-agents | Applications & Agents | active | active-development | Next.js 16/React 19, Cloudflare Worker/D1, TS | digest | private | 2026-07-06 |
outreachagent |
applications-agents | Applications & Agents | active | operational | Node ESM, Supabase | digest | private | 2026-07-06 |
All registered repositories are now fully digested (Phase G3.1 processed
inexisstudios,leadplatform,outreachagent). They form the Applications & Agents layer-4 system — the website-assessment delivery pipeline.
Column contract
| Column | Meaning | Allowed values |
|---|---|---|
| Repo (slug) | Stable slug = digest filename | lowercase-hyphenated |
| System | Owning system/venture slug | must match a portal/ventures/* |
| Layer | Architecture layer | Shared Skills / Intelligence Platform / Intelligence Products / Applications & Agents / Ventures / Customer-facing Solutions / Docs |
| Lifecycle | Maturity (operational) | idea / prototype / active / maintenance / deprecated / archived |
| Maturity | Assessment | concept / early-development / active-development / operational / production |
| Language(s) | Primary languages | free text or Unknown |
| Digest | Link to the repo digest | ../repos/<slug>.md |
| Source | Repo URL or private |
url / private |
| Last reviewed | Date the row was verified | YYYY-MM-DD |
Adding a repo
Follow “Recipe: add a repo” in update conventions. Add the row here and create the digest — the two must always agree.