feat: add install.sh for one-line agent-skills install#71
Conversation
|
Warning Review limit reached
Next review available in: 55 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. ✨ 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 |
curl -fsSL https://raw.githubusercontent.com/api7/a7/master/install.sh | sh Downloads the repo tarball (no git required) and copies each skills/<name> pack into ~/.claude/skills (override with --dir / SKILLS_DIR). POSIX sh, idempotent. Tested: installs all 40 skills.
c1bbca2 to
137d920
Compare
Independent audit — resolvedA fresh review agent audited this script. No HIGH findings. Verified: correct repo/branch (no a6/a7 mixup),
Re-tested after the change: |
|
Addressed in follow-up #72: |
What
Adds
install.shso the AI agent skills can be installed with a single command:curl -fsSL https://raw.githubusercontent.com/api7/a7/master/install.sh | shThis is the one-line install referenced from the AI Agent Skills catalog; until now the docs showed a manual
git clone+cp.Behavior
gitrequired —curl/wget+tar) and copies eachskills/<name>/pack into the target directory.~/.claude/skills(Claude Code personal skills). Override with--dir <path>orSKILLS_DIR=...(e.g..cursor/rulesfor Cursor, an OpenCode skills dir, etc.).sh, cleans up its temp dir on exit.Tested
Ran end-to-end against this repo: 40 skills installed, all with
SKILL.md.sh -nsyntax check passes.Follow-up
Once merged, the docs install snippet can be switched from
git cloneto this one-liner.🤖 Generated with Claude Code