docs(workers): skills install instructions in worker READMEs#225
Conversation
Add a Skills section to each worker README that ships an agent skill (coder, database, email, iii-directory, shell) plus the root README, documenting npx skills add for single, multi, and full-repo installs.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughDocumentation across the repository is extended to explain agent skills installation. The root README establishes the skills discovery pattern and CLI usage, while five worker-specific READMEs add parallel Skills sections documenting installation commands for each respective agent skill. ChangesSkills Installation Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
skill-check — worker0 verified, 14 skipped (no docs/).
Four for four. Nicely done. |
What
Adds a
## Skillssection to every worker README that ships an agent skill, plus the repo root README, so users can install worker skills with theskillsCLI.Changes
## Skillsblock incoder,database,email,iii-directory,shellREADMEs, each withnpx skills add iii-hq/workers --skill <name>.README.mdgains a## Skillssection covering list, single, multi, and all-at-once installs, with a pointer toiii-hq/iiifor engine top-level skills.Notes
<worker>/skills/SKILL.md. The repo has no rootSKILL.md, so defaultskillsCLI discovery picks them up. Worth anpx skills add iii-hq/workers --listsmoke test before merge to confirm the names resolve.Summary by CodeRabbit