Skip to content

feat: install all skills from recoupable/skills repo#134

Closed
sidneyswift wants to merge 5 commits intomainfrom
chore/install-all-skills
Closed

feat: install all skills from recoupable/skills repo#134
sidneyswift wants to merge 5 commits intomainfrom
chore/install-all-skills

Conversation

@sidneyswift
Copy link
Copy Markdown
Contributor

@sidneyswift sidneyswift commented Apr 14, 2026

Summary

  • Installs all skills from recoupable/skills in one shot instead of 3 individual standalone repos
  • New skills added to the repo are automatically available in sandboxes — no tasks code change needed
  • Renames /setup-artist to /artist-workspace in agent prompts (skill was renamed)

Changes

  • installSkill.ts -> installSkills.ts — installs whole repo, copies all skills to OpenClaw workspace
  • ensureSetupSandbox.ts — single installSkills(sandbox, "recoupable/skills") replaces 3 calls
  • runSetupArtistSkill.ts — prompt updated from /setup-artist to /artist-workspace
  • Tests updated

Context

The 3 old standalone skill repos (recoupable/setup-sandbox, recoupable/setup-artist, recoupable/release-management) have been archived. All skills now live in recoupable/skills.

Made with Cursor


Summary by cubic

Install all skills from recoupable/skills in one step, replacing three separate installs, so new skills auto-appear in sandboxes. Rename the agent skill to /artist-workspace and update the prompt so the agent reads it once and decides what to do (no per-folder runs).

  • Refactors

    • Added installSkills.ts to install the whole repo and copy to ~/.openclaw/workspace/skills/; removed installSkill.ts.
    • Replaced multiple installs in ensureSetupSandbox with installSkills(sandbox, "recoupable/skills").
    • Renamed runSetupArtistSkill -> runArtistWorkspaceSkill and updated labels.
    • Updated tests to cover bulk install and verify cp -r .agents/skills/* ~/.openclaw/workspace/skills/.
  • Bug Fixes

    • Updated /artist-workspace prompt to read the skill once, let the agent choose next steps, and clarify context (mentions RECOUP_API_KEY/RECOUP_ACCOUNT_ID).

Written for commit 56f0339. Summary will update on new commits.

Instead of installing 3 skills individually from standalone repos
(now archived), install the entire recoupable/skills repo at once.
New skills added to the repo are automatically available in sandboxes.

- Rename installSkill -> installSkills (installs whole repo, copies all)
- Replace 3 installSkill calls with single installSkills call
- Rename /setup-artist -> /artist-workspace in agent prompts

Made-with: Cursor
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 14, 2026

Warning

Rate limit exceeded

@sidneyswift has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 55 minutes and 34 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 55 minutes and 34 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 9f060f5a-bcf2-4a0b-b440-e76697c6b969

📥 Commits

Reviewing files that changed from the base of the PR and between a0523c5 and 56f0339.

📒 Files selected for processing (6)
  • src/sandboxes/__tests__/installSkills.test.ts
  • src/sandboxes/ensureSetupSandbox.ts
  • src/sandboxes/installSkill.ts
  • src/sandboxes/installSkills.ts
  • src/sandboxes/runArtistWorkspaceSkill.ts
  • src/sandboxes/runSetupArtistSkill.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/install-all-skills

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Aligns the file and function name with the renamed skill.

Made-with: Cursor
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 5 files

…older

The skill is a guide for navigating artist workspaces, not a
command to execute repeatedly.

Made-with: Cursor
@sidneyswift
Copy link
Copy Markdown
Contributor Author

Superseded by #140 which includes these changes plus the gitlink fix, skip check, and setup-artist removal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant