Agentic AI Repos
ποΈ Description
Hub note describing the three-repo agent infrastructure PaweΕ operates as of 2026-05-10. Repos are linked by two git submodules (shared-skills, private-skills) symlinked into IDE skill directories (.claude/, .github/, .cursor/, .agent/).
This is the implementation layer of Agentic Systems β the architecture note describes principles; this note maps the actual repos.
π§© The three repos
| Repo | Purpose | Visibility | Children |
|---|---|---|---|
| agentic-ai-system | 200IQ LABS PSA + Qamera AI multi-agent advisory | Private | uses both submodules |
| agentic-ai-private | PLSoft (JDG) + personal context | Private | uses both submodules |
| Agentic Skills Submodules | shared-skills (Apache 2.0) + private-skills (proprietary) | Mixed | shared by both repos |
π How they compose
agentic-ai-system/ agentic-ai-private/
βββ shared-skills/ (submodule) ββββ¬βββ shared-skills/ (submodule)
βββ private-skills/ (submodule) ββββ private-skills/ (submodule)
βββ context/ (200IQ-only) context/ (PLSoft+personal)
βββ tools/ (Airtable, Stripe, slides/ (Marp decks)
β Revolut, Qamera-MCP) openspec/
βββ outputs/ tools/
tools/sync-skills.sh symlinks each <submodule>/skills/<name>/ into all IDE skill targets in both repos.
π§© Boundary rules
- Skills are generic β no hardcoded paths to repo-specific context. They consume canonical files (
finances.md,company.md, etc.) via## Context Dependencies. - Context is local β never lives in submodule. Each repo has its own
context/(200IQ vs PLSoft). - Outputs β context β generated artifacts go to
outputs/. Promotion to context only on user confirmation. - Single source of truth β one fact, one file. Cross-reference with
see [file](path). - Routing boundary β queries about Qamera AI / 200IQ LABS β
agentic-ai-system. Queries about PLSoft / personal βagentic-ai-private.
π§© Key shared agents (across both repos)
CFO, Tax Advisor, Legal, Business Consultant, LinkedIn Content, Marketing (Phase 2), Product Manager (Phase 2), Coach The Five (private), Process Mapping, Slides, Vibe Coding, Ingest, Find Skills, Environment Setup.
π§ Key process skills
/ingestβ inbox β data + archive + catalog/index update/sync-prospectsβ Airtable βqamera/prospects/(bidir, additive-only)/sync-customersβ Stripe βqamera/customers/(read-only mirror)/finances close YYYY-MMβ 6-phase close (PULL β CLASSIFY β REVIEW β ACCRUALS β COMMIT β REGENERATE)/daily-analyze,/meeting-analyze,/weekly-update
π Snapshot 2026-05-10
- Branch:
master(clean) on both repos. - Active customers Qamera: LAVEL (migrated from legacy 2026-04-22).
- Runway MayβJune 2026 secured (UoD payout + 100k issuance confirmed 2026-05-04).
- PLSoft Q2 2026 goal: 20 000 PLN netto. Long-term 2026: 100 000 PLN netto.
- Plan: suspend PLSoft JDG, invoice clients from PSA, cede EV leasing JDG β PSA.
π Links
- Agentic Systems β architecture / principles note
- agentic-ai-system β 200IQ LABS / Qamera AI
- agentic-ai-private β PLSoft / personal
- Agentic Skills Submodules β shared-skills + private-skills
- Qamera AI β flagship product
- PLSoft β JDG consulting practice
- Agent Skills β agentskills.io standard
- Awesome Claude Code, Superpowers, Karpathy Skills