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 |
website-assessment | Applications & Agents | active | active-development | TanStack Start/React 19, TS, Cloudflare Pages/D1/R2, Playwright | via capability | private | 2026-07-05 |
leadplatform |
intelligence consumers | Applications & Agents | active | in-progress | TypeScript (Next.js), Cloudflare Worker/D1 | not yet processed | private | 2026-07-05 |
outreachagent |
intelligence consumers | Applications & Agents | active | operational | TypeScript | not yet processed | private | 2026-07-05 |
Documented at capability level (recorded honestly):
inexisstudiosis the Website Assessment engine (marketing site + CMS + assessment product). It is documented via the Website Assessment Platform capability rather than a full repo digest for now.Not yet fully processed:
leadplatformandoutreachagentare downstream consumers of the Intelligence Platform (they pin/consumeintelproducts;outreachagentalso consumes Website Assessment). Registered for dependency-map completeness; full digests are a future task. Maturity noted from the evidence hunt, not a full review.
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.