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
11 lines • 344 B
JavaScript
/**
* AgentSmith - Agent Generation with Platform-Aware Deployment
*
* Generates custom agents following the 10 Golden Rules and deploys them
* to platform-specific locations with proper format transformations.
*
* @module smiths/agentsmith
*/
export * from './types.js';
export * from './generator.js';
//# sourceMappingURL=index.js.map