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

36 lines (35 loc) 840 B
{ "id": "skill-factory", "type": "addon", "name": "Skill Factory", "version": "1.0.0", "description": "Build, enhance, validate, and package Claude skills end-to-end. Coordinates skill-builder, skill-enhancer, quality-checker, and skill-packager via the skill-architect agent.", "core": false, "autoInstall": false, "author": "AIWG Contributors", "license": "MIT", "repository": "https://github.com/jmagly/aiwg", "keywords": [ "skill", "skills", "factory", "scaffolding", "validation", "packaging", "claude" ], "entry": { "agents": "agents/", "skills": "skills/" }, "agents": [ "skill-architect" ], "skills": [ "skill-builder", "skill-enhancer", "quality-checker", "skill-packager" ], "platforms": ["claude-code", "factory-ai", "openai-codex"] }