Skip to content

chore(plugins): consolidate core into me and prune unused skills - #643

Merged
baleen37 merged 2 commits into
mainfrom
swift-juniper-dijkstra
May 10, 2026
Merged

chore(plugins): consolidate core into me and prune unused skills#643
baleen37 merged 2 commits into
mainfrom
swift-juniper-dijkstra

Conversation

@baleen37

@baleen37 baleen37 commented May 10, 2026

Copy link
Copy Markdown
Owner

Summary

  • plugins/core/agents/*plugins/me/agents/로 이동하고 plugins/core/ 제거
  • .claude-plugin/marketplace.json에서 core 항목 제거
  • 미사용 스킬 제거: claude-code-rules, eval-harness, grill-me, harness-audit, tmux-workers, variant-compare
  • README의 관련 행 정리

Changes

  • core 플러그인 통합으로 me 플러그인이 agents까지 포함
  • setup 스킬과 WorktreeCreate hook은 그대로 유지

Test plan

  • bats tests/ 통과
  • pre-commit run --all-files 통과
  • marketplace.json JSON 유효성 확인

Summary by CodeRabbit

  • Chores
    • Removed a plugin from the marketplace registry.
    • Removed documentation for several deprecated skills.
    • Updated configuration files to reflect the removals.

Review Change Stack

- Move plugins/core/agents/* into plugins/me/agents/ and remove core plugin
- Drop core entry from .claude-plugin/marketplace.json
- Remove unused skills: claude-code-rules, eval-harness, grill-me, harness-audit, tmux-workers, variant-compare
@baleen37
baleen37 enabled auto-merge (squash) May 10, 2026 10:33
@coderabbitai

coderabbitai Bot commented May 10, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

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

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ 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: 8c0e918f-9a15-4d7f-9d46-97f049e334ec

📥 Commits

Reviewing files that changed from the base of the PR and between c40bcbb and a701fe5.

📒 Files selected for processing (2)
  • tests/me/eval-harness.bats
  • tests/me/me-specific.bats
📝 Walkthrough

Walkthrough

This PR removes the deprecated core plugin from the marketplace registry and deletes six skill documentation files (claude-code-rules, eval-harness, grill-me, harness-audit, tmux-workers, variant-compare) from the me plugin. The README is updated to reflect the removed skills.

Changes

Plugin Deprecation and Skills Cleanup

Layer / File(s) Summary
Core Plugin Removal
.claude-plugin/marketplace.json, plugins/core/.claude-plugin/plugin.json
The core plugin is removed from the marketplace registry and core plugin metadata file is deleted.
Me Plugin Skills Removal
plugins/me/skills/claude-code-rules/SKILL.md, plugins/me/skills/eval-harness/SKILL.md, plugins/me/skills/grill-me/SKILL.md, plugins/me/skills/harness-audit/SKILL.md, plugins/me/skills/tmux-workers/SKILL.md, plugins/me/skills/variant-compare/SKILL.md
Six skill documentation files are deleted from the me plugin, including their frontmatter and instructional content.
Documentation Update
README.md
The me plugin skills table is updated to remove entries for eval-harness, tmux-workers, and claude-code-rules.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • baleen37/bstack#620: Adds the tmux-workers SKILL.md file that this PR deletes, representing inverse operations on the same file.
  • baleen37/bstack#615: Also removes multiple me plugin skills and performs overlapping cleanup of skill documentation and plugin entries.

Poem

🐰 Once thriving plugins now fade away,
Core and skills bid their last hurrah,
Documentation swept clean, tidily today,
The marketplace breathes lighter—aha!
Deprecated paths let go with grace,
Cleaner code claims its rightful place. 🌙

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main changes: consolidating the core plugin into me and removing unused skills, which aligns with the changeset modifications.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ 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 swift-juniper-dijkstra

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.

- Remove tests/me/eval-harness.bats (covered eval-harness and variant-compare, both deleted)
- Update me-specific.bats code-reviewer path to plugins/me/agents/
@baleen37
baleen37 merged commit b801671 into main May 10, 2026
5 checks passed
@baleen37
baleen37 deleted the swift-juniper-dijkstra branch May 10, 2026 10:36
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