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
33 lines (32 loc) • 720 B
JSON
{
"id": "color-palette",
"type": "addon",
"name": "Color Palette",
"version": "1.0.0",
"description": "Color palette selection and review tooling with color theory fundamentals, current trend research, and accessibility analysis.",
"core": false,
"autoInstall": false,
"author": "AIWG Contributors",
"license": "MIT",
"repository": "https://github.com/jmagly/aiwg",
"keywords": [
"color",
"palette",
"design",
"accessibility",
"color-theory",
"trends",
"wcag"
],
"entry": {
"rules": "rules/",
"skills": "skills/",
"templates": "templates/"
},
"skills": [
"color-palette",
"color-trends",
"color-accessibility"
],
"dependencies": []
}