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

10 lines 270 B
/** * Toolsmith - Tool Specification Generator * * Generates tool specifications for subagent scenarios where context * is discarded and only tool specifications return. * * @module smiths/toolsmith */ export * from './types.js'; //# sourceMappingURL=index.js.map