@shd101wyy/yo 0.1.16 → 0.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -378,7 +378,15 @@ This repository ships a set of **agent skill files** that teach AI agents how to
378
378
 
379
379
  ### Using in your own project
380
380
 
381
- Copy the skills directory into your Yo project:
381
+ The easiest way is with the `yo` CLI:
382
+
383
+ ```bash
384
+ yo skills install
385
+ ```
386
+
387
+ This copies all skill files into every agent config directory found in the current project (`.github`, `.agents`, `.claude`, `.opencode`, `.openai`, `.cursor`). If none exist, `.agents/skills/` is created automatically.
388
+
389
+ You can also copy them manually:
382
390
 
383
391
  ```bash
384
392
  cp -r .github/skills /path/to/your-yo-project/.github/