UNPKG

aiwg

Version:

Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo

30 lines (29 loc) 1.03 kB
{ "name": "Knowledge Base", "id": "knowledge-base", "modeAliases": ["knowledge-base", "kb"], "path": "agentic/code/frameworks/knowledge-base", "files": [ "README.md" ], "directories": [ "agents", "skills", "templates", "docs" ], "ignore": [ "manifest.json" ], "memory": { "creates": [ { "path": ".aiwg/kb/", "description": "All knowledge base artifacts root directory" }, { "path": ".aiwg/kb/entities/", "description": "Entity pages: people, tools, companies, places" }, { "path": ".aiwg/kb/concepts/", "description": "Concept/idea pages with definitions and examples" }, { "path": ".aiwg/kb/sources/", "description": "Source summaries: articles, books, videos, podcasts" }, { "path": ".aiwg/kb/comparisons/", "description": "Side-by-side comparison tables" }, { "path": ".aiwg/kb/syntheses/", "description": "Cross-cutting synthesis notes" }, { "path": ".aiwg/kb/index.md", "description": "Auto-generated index of all KB pages" } ] } }