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
31 lines (30 loc) • 1.03 kB
JSON
{
"name": "Media Marketing Kit",
"path": "agentic/code/frameworks/media-marketing-kit",
"files": [
"README.md",
"plan-act-mmk.md",
"project-claude-template.md"
],
"directories": [
"agents",
"commands",
"config",
"skills",
"templates"
],
"ignore": [
"manifest.json"
],
"memory": {
"creates": [
{ "path": ".aiwg/marketing/", "description": "All marketing artifacts root directory" },
{ "path": ".aiwg/marketing/intake/", "description": "Campaign intake forms and briefs" },
{ "path": ".aiwg/marketing/campaigns/", "description": "Active campaign artifacts" },
{ "path": ".aiwg/marketing/strategy/", "description": "Campaign strategy documents" },
{ "path": ".aiwg/marketing/creation/", "description": "Content creation artifacts" },
{ "path": ".aiwg/marketing/working/", "description": "Temporary working files (safe to delete)" },
{ "path": ".aiwg/marketing/reports/", "description": "Generated marketing reports" }
]
}
}