Skip to content

Add Caliber to Utilities section#196

Open
keterslayter wants to merge 1 commit intoPatrickJS:mainfrom
keterslayter:add-caliber
Open

Add Caliber to Utilities section#196
keterslayter wants to merge 1 commit intoPatrickJS:mainfrom
keterslayter:add-caliber

Conversation

@keterslayter
Copy link

@keterslayter keterslayter commented Mar 15, 2026

Caliber is an open-source CLI (@rely-ai/caliber) that auto-generates .cursorrules and other AI coding configs tailored to a project's codebase. It fits naturally alongside tools that help manage and improve Cursor AI configuration files.

GitHub: https://github.com/rely-ai-org/caliber
npm: @rely-ai/caliber

Summary by CodeRabbit

  • Documentation
    • Added Caliber to the Utilities section—an open-source CLI tool for scanning codebases and generating configuration files, rules, and AI setup recommendations.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 15, 2026

📝 Walkthrough

Walkthrough

A new utilities entry for Caliber, an open-source CLI tool, has been added to the README with a description of its scanning and configuration generation capabilities.

Changes

Cohort / File(s) Summary
Documentation
README.md
Added entry under Utilities section describing Caliber, highlighting CLI capabilities for codebase scanning, .cursorrules generation, CLAUDE.md, skills, MCP config creation, AI setup scoring, and recommendations.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A tool named Caliber hops into view,
Scanning your code through and through,
Generating rules with a CLI so bright,
Our README now shines with fresh light!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title accurately describes the main change: adding Caliber to the Utilities section of the README. It is concise, clear, and directly reflects the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
📝 Coding Plan
  • Generate coding plan for human review comments

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.

Tip

You can customize the high-level summary generated by CodeRabbit.

Configure the reviews.high_level_summary_instructions setting to provide custom instructions for generating the high-level summary.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@README.md`:
- Around line 288-289: The Utilities list is out of alphabetical order; swap the
two bullet lines so "Caliber" appears before "Cursor Watchful Headers" in the
Utilities section by reordering the list entries that contain "Caliber" and
"Cursor Watchful Headers" so the bullets are alphabetized.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 69fa27b4-7594-47fe-bd4f-ed4703fe7a3b

📥 Commits

Reviewing files that changed from the base of the PR and between fc2ce04 and 94bc946.

📒 Files selected for processing (1)
  • README.md

Comment on lines 288 to +289
- [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based file watching system that automatically manages headers in text files and maintains a clean, focused project tree structure. Perfect for maintaining consistent file headers and documentation across your project, with special features to help LLMs maintain better project awareness.
- [Caliber](https://github.com/rely-ai-org/caliber) - An open-source CLI that scans your codebase and generates tailored .cursorrules, CLAUDE.md, skills, and MCP configs. Scores your AI setup 0–100 and recommends improvements.
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Maintain alphabetical order within the Utilities section.

The entries in the Utilities section should be alphabetically ordered. "Caliber" comes before "Cursor Watchful Headers" alphabetically. As per coding guidelines, maintain alphabetical order within each category in the README.md file.

📝 Proposed fix to reorder entries alphabetically
-- [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based file watching system that automatically manages headers in text files and maintains a clean, focused project tree structure. Perfect for maintaining consistent file headers and documentation across your project, with special features to help LLMs maintain better project awareness.
 - [Caliber](https://github.com/rely-ai-org/caliber) - An open-source CLI that scans your codebase and generates tailored .cursorrules, CLAUDE.md, skills, and MCP configs. Scores your AI setup 0–100 and recommends improvements.
+- [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based file watching system that automatically manages headers in text files and maintains a clean, focused project tree structure. Perfect for maintaining consistent file headers and documentation across your project, with special features to help LLMs maintain better project awareness.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based file watching system that automatically manages headers in text files and maintains a clean, focused project tree structure. Perfect for maintaining consistent file headers and documentation across your project, with special features to help LLMs maintain better project awareness.
- [Caliber](https://github.com/rely-ai-org/caliber) - An open-source CLI that scans your codebase and generates tailored .cursorrules, CLAUDE.md, skills, and MCP configs. Scores your AI setup 0–100 and recommends improvements.
- [Caliber](https://github.com/rely-ai-org/caliber) - An open-source CLI that scans your codebase and generates tailored .cursorrules, CLAUDE.md, skills, and MCP configs. Scores your AI setup 0–100 and recommends improvements.
- [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based file watching system that automatically manages headers in text files and maintains a clean, focused project tree structure. Perfect for maintaining consistent file headers and documentation across your project, with special features to help LLMs maintain better project awareness.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` around lines 288 - 289, The Utilities list is out of alphabetical
order; swap the two bullet lines so "Caliber" appears before "Cursor Watchful
Headers" in the Utilities section by reordering the list entries that contain
"Caliber" and "Cursor Watchful Headers" so the bullets are alphabetized.

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