What's New
- Local project installation (
--localflag): Install skills per-project instead of globally. Different projects can have different skill sets. Skills are copied into agent directories within the project, allowing them to be committed to version control for team sharing. - Local agent path config: e.g., Cursor uses
.cursor/rules/locally - Lock file tracking: Track local installs via
.orchestra-skills.json - Interactive menu: "Install to project (local)" option added
- OIDC trusted publishing: Switched to pure OIDC auth for npm publish (no tokens needed), with
--provenancefor supply chain security
Install / Update
npx @orchestra-research/ai-research-skillsLocal Installation
# Install skills to current project
npx @orchestra-research/ai-research-skills install --local
# List locally installed skills
npx @orchestra-research/ai-research-skills list --local