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

12 lines 308 B
/** * SkillSmith - Skill Generation System * * Generates skills with platform-aware deployment. * * @module smiths/skillsmith */ export * from './types.js'; export * from './generator.js'; export * from './platform-resolver.js'; export * from './namespace-adapter.js'; //# sourceMappingURL=index.js.map