Summary
npx aidd@latest does not install the full set of skills, commands, rules, and related framework content. A local install from a cloned repo restores the missing assets.
Reproduction
- In a project, install via npx:
- Observe that some skills, commands, rules, etc. are missing (e.g.
aidd-rtc, /aidd-rtc, and related ai/skills / ai/commands entries).
- Clone the aidd repo locally:
git clone https://github.com/paralleldrive/aidd.git
- Link or run the local CLI into the project, for example:
cd aidd && npm link
cd /path/to/project && npx aidd --force
Or invoke the CLI directly from the clone path.
- Observe that all skills, commands, rules, etc. are installed as expected.
Expected
npx aidd@latest --force should install the same complete framework content as running the CLI from a current local clone.
Actual
Published npx install omits multiple framework assets that appear in the repository.
Environment
- Install command:
npx aidd@latest --force
- Workaround: local clone +
npm link or npx <path-to-local-aidd-cli>
- Example missing content:
aidd-rtc skill and /aidd-rtc command
Summary
npx aidd@latestdoes not install the full set of skills, commands, rules, and related framework content. A local install from a cloned repo restores the missing assets.Reproduction
aidd-rtc,/aidd-rtc, and relatedai/skills/ai/commandsentries).Expected
npx aidd@latest --forceshould install the same complete framework content as running the CLI from a current local clone.Actual
Published npx install omits multiple framework assets that appear in the repository.
Environment
npx aidd@latest --forcenpm linkornpx <path-to-local-aidd-cli>aidd-rtcskill and/aidd-rtccommand