feat: initial marketplace (knowledge-curator + venture)

This commit is contained in:
2026-06-02 14:31:42 +02:00
commit 45a4f30939
22 changed files with 1463 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "luki-net",
"owner": {
"name": "l.kirchner",
"url": "https://gitea.luki-net.org/l.kirchner"
},
"plugins": [
{
"name": "knowledge-curator",
"source": "./knowledge-curator",
"description": "Memory-Hub Knowledge-Graph audit & restructuring: structural integrity, dedup, link discovery, taxonomy design (4 read-only subagents). Read-only by default; mutations explicit + backed up."
},
{
"name": "venture",
"source": "./venture",
"description": "Founder/Fundraising/GTM-Material: Pitch Deck, Investor-Materials-Konsistenz, SaaS-Finanzmodell, Marktanalyse, Executive Summary"
}
]
}