Skip to content

chore: skills repo cleanup — remove stale content, fix references, delete template#9

Merged
sweetmantech merged 8 commits into
mainfrom
chore/remove-brand-guidelines
Apr 13, 2026
Merged

chore: skills repo cleanup — remove stale content, fix references, delete template#9
sweetmantech merged 8 commits into
mainfrom
chore/remove-brand-guidelines

Conversation

@sidneyswift

@sidneyswift sidneyswift commented Apr 13, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Removed brand-guidelines skill — internal content that shouldn't be in the public repo
  • Removed stale content-strategy.md reference from streaming-growth skill
  • Fixed outdated "Org API Key" language in setup-sandbox — all API keys are personal, RECOUP_ACCOUNT_ID is a sandbox env var
  • Added skip check + artist-workspace handoff to setup-sandbox skill (before and after setup)
  • Rewrote content-creation skill — broadened from short-form video to all content types, removed "primitives" concept, shows both CLI and API access
  • Deleted template/ directory — it was being picked up by npx skills add as a junk skill called "my-skill-name"
  • Updated README.md, AGENTS.md, and contributing.md to remove template references

Context

Part of a broader skills registry cleanup. We also archived 6 old standalone skill repos on GitHub (setup-sandbox, artist-workspace, release-management, chartmetric, songwriting, brand-guidelines) that were causing skills.sh to show stale duplicate sources.

Next step

After this merges, update tasks/src/sandboxes/ensureSetupSandbox.ts to install all skills via npx skills add recoupable/skills instead of installing 3 standalone repos individually.

Brand guidelines are internal and shouldn't be in the public skills repo.
The archived recoupable/brand-guidelines repo was already private.

Made-with: Cursor
@coderabbitai

coderabbitai Bot commented Apr 13, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@sidneyswift has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 29 minutes and 9 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 29 minutes and 9 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: 748107b0-d574-4a5a-b84c-589d4f79d890

📥 Commits

Reviewing files that changed from the base of the PR and between f33f0ac and 795bca4.

📒 Files selected for processing (3)
  • skills/content-creation/SKILL.md
  • skills/setup-sandbox/SKILL.md
  • skills/streaming-growth/references/content-strategy.md
📝 Walkthrough

Walkthrough

The comprehensive brand guidelines documentation file (skills/brand-guidelines/SKILL.md) has been deleted. This file previously contained 417 lines of documentation detailing brand identity, including typography, color palettes, UI component styling, logo usage, illustration guidance, voice/tone principles, and presentation design rules.

Changes

Cohort / File(s) Summary
Deleted Brand Guidelines Documentation
skills/brand-guidelines/SKILL.md
Removed comprehensive brand guidelines file containing metadata, brand philosophy, typography rules, color palettes, UI component styling, logo usage, illustration guidance, voice/tone principles, presentation design structure, asset formats, CSS variables reference, and copyright notice.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A file removed, once grand and true,
Brand guidelines fading from our view,
Space now open, clean and bright,
The warren clears with all its might!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main changeset: removing the brand-guidelines skill and fixing stale references as part of a skills cleanup effort.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/remove-brand-guidelines

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.

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

No issues found across 1 file

All API keys are personal. RECOUP_ACCOUNT_ID is a sandbox env var,
not an org key indicator.

Made-with: Cursor
@sidneyswift sidneyswift changed the title chore: remove brand-guidelines skill chore: skills cleanup — remove brand-guidelines, fix stale references Apr 13, 2026
Makes the "already set up" check prominent so agents see it
before reading the steps.

Made-with: Cursor
Tell the agent to run `ls orgs/` and check the result, not just
assume it knows whether setup already happened.

Made-with: Cursor

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

1 issue found across 1 file (changes from recent commits).

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="skills/setup-sandbox/SKILL.md">

<violation number="1" location="skills/setup-sandbox/SKILL.md:8">
P2: This change introduces a cross-skill dependency (`setup-sandbox` now directs users to `artist-workspace`), but repository rules require each skill to be self-contained.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review, or fix all with cubic.


# Setup Sandbox

**Before running, check:** `ls orgs/` from the sandbox root. If the directory exists and contains org folders, the sandbox is already set up — stop here and read the `artist-workspace` skill instead. Only continue if `orgs/` doesn't exist or is empty.

@cubic-dev-ai cubic-dev-ai Bot Apr 13, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2: This change introduces a cross-skill dependency (setup-sandbox now directs users to artist-workspace), but repository rules require each skill to be self-contained.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At skills/setup-sandbox/SKILL.md, line 8:

<comment>This change introduces a cross-skill dependency (`setup-sandbox` now directs users to `artist-workspace`), but repository rules require each skill to be self-contained.</comment>

<file context>
@@ -5,7 +5,7 @@ description: Set up the initial file system for a new sandbox. Fetches the accou
 # Setup Sandbox
 
-**Before running, check:** `ls orgs/` from the sandbox root. If the directory exists and contains org folders, the sandbox is already set up — stop here. Only continue if `orgs/` doesn't exist or is empty.
+**Before running, check:** `ls orgs/` from the sandbox root. If the directory exists and contains org folders, the sandbox is already set up — stop here and read the `artist-workspace` skill instead. Only continue if `orgs/` doesn't exist or is empty.
 
 Create the folder structure for the connected account's organizations and artists.
</file context>
Fix with Cubic

- No longer limited to short-form video — covers images, video, captions,
  lipsync, editorial, and more
- Removed "primitives" concept — explains capabilities directly
- Shows both CLI and API access for every capability
- Links to developers.recoupable.com for full API docs

Made-with: Cursor
@sweetmantech sweetmantech merged commit 188f890 into main Apr 13, 2026
2 checks passed
@sidneyswift sidneyswift changed the title chore: skills cleanup — remove brand-guidelines, fix stale references chore: skills repo cleanup — remove stale content, fix references, delete template Apr 14, 2026
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.

2 participants