Agent support
One skill set. 77 destinations.
KeySkills follows the Vercel Skills CLI registry, so one install can target terminal tools, editors, coding assistants, and agent harnesses.
- 77
- CLI registry targets
- -a
- Repeatable agent flag
- --all
- Every skill and target
Build your install command.
Install everywhere with one flag, or choose exact destinations from the upstream Skills CLI registry.
77 shown
All 77 targets
$ bunx skills add NaveenGumaste/keyskills --allHow targeting works
The installer receives your selected skill flags and agent flags, then places portable instruction files in each target's registered skill directory.
Agent targeting changes the destination, not the skill content. The same rules stay consistent across your workflow.
View the upstream registryRead the CLI referenceCommon questions
Can one command target multiple agents?
Yes. Repeat the -a flag for each target. The configurator above assembles those flags in one command.
Do I need to install every skill?
No. Choose one or more --skill values, then use --agent '*' for every target or -a keys for exact targets.
Can this run in CI?
Yes. Add -y to skip prompts in CI jobs, fresh checkouts, and other non-interactive environments.