What problem does it solve? Turning generated AI artifacts like skills and rules into a distributable, versioned npm package requires repetitive scaffolding of package.json, installer scripts, and manifest tracking, which this Skill automates. ## Core Features & Use Cases - Package Scaffolding: Creates the packages/ai-toolkit directory structure with package.json, pack.yaml, bin/cli.js, skills, and rules. - Installer Logic: Implements install and uninstall scripts that handle both npm install symlink mode and npx copy mode, tracking installed files in a manifest. - Safety Guardrails: Enforces idempotent operations, avoids hardcoded paths and credentials, and protects user-managed files from overwriting. - Use Case: After generating a code-review skill with /create-skill, run this Skill to wrap it in the @10xdevs/ai-toolkit package ready for publishing to AWS CodeArtifact. ## Quick Start Initialize the AI toolkit npm package skeleton from my generated skills and rules so it can be published to CodeArtifact.