What problem does it solve? Turning generated AI artifacts like SKILL.md files and AGENTS.md 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: Generates the packages/ai-toolkit directory with package.json, pack.yaml, bin/cli.js, and copies of skills and rules. - Installer Logic: Implements install and uninstall scripts that handle both npm install (symlink) and npx (copy) modes, tracking installed files in a manifest for clean removal. - 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 publication to AWS CodeArtifact. ## Quick Start Initialize the AI toolkit npm package from my generated skills and rules so it can be published to CodeArtifact.