feat: selective skill installation to reduce context token usage - #1306
feat: selective skill installation to reduce context token usage#1306shunkakinoki wants to merge 1 commit into
Conversation
|
You do not have enough credits to review this pull request. Please purchase more credits to continue. |
|
Warning Rate limit exceeded
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 23 minutes and 19 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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. ✨ 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 |
Mesa DescriptionTL;DREnabled selective skill installation in the What changed?Updated the Description generated by Mesa. Update settings |
There was a problem hiding this comment.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Test plan
cd dotagents && make syncto verify clean install with curated skills/contextin Claude Code shows reduced skill token usage🤖 Generated with Claude Code
Summary by cubic
Updates the
dotagentssubmodule to enable per-repo selective skill installation, cutting installed skills from 828 to ~193. This reduces Claude Code context usage from ~62k to ~15k tokens.cd dotagents && make syncto install the curated skills./contextin Claude Code shows reduced skill tokens.Written for commit b8e1dbf. Summary will update on new commits.