refactor: migrate commands to Anthropic skills pattern#40
Conversation
- Add skills/ directory with SKILL.md files for each command - Add .ruler/skills/ for Ruler-generated skill outputs - Update Makefile with skills-sync and skills-copy targets - Enable skills in ruler.toml configuration - Remove legacy commands/ and .ruler/*.md command files - Rename RULES_SKIP_HELP to DOTAGENTS_SKIP_HELP
|
Warning Rate limit exceeded@shunkakinoki has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 13 minutes and 0 seconds before requesting another review. ⌛ 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. 📒 Files selected for processing (15)
✨ 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 |
Changes
skills/directory withSKILL.mdfiles following Anthropic's skills pattern.ruler/skills/for Ruler-generated skill outputsskills-syncandskills-copytargetsruler.tomlcommands/directory and.ruler/*.mdcommand filesTechnical Details
SKILL.mdformat with YAML frontmatter forallowed-toolsanddescription~/.claude/skills,~/.cursor/skills, etc.)RULES_SKIP_HELPtoDOTAGENTS_SKIP_HELPfor consistencyTesting
make skills-copyandmake skills-synctargets work correctly🤖 Generated with Claude Code by claude-opus-4-5-20251101
Summary by cubic
Migrated legacy commands to the Anthropic skills pattern to standardize and simplify agent capabilities. Added SKILL.md-based skills with syncing across agent directories and enabled skills in Ruler; keeps the commands flow but removes .ruler/commands.md.
Refactors
Migration
Written for commit fb12dd1. Summary will update on new commits.