Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve

- [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.
- [Helium MCP (news, bias, markets, options, memes)](./rules/helium-mcp-cursorrules-prompt-file/.cursorrules) - Cursor rules for using Helium MCP in Cursor: streamable HTTP setup, when to call each hosted tool (`search_news`, `search_balanced_news`, `get_source_bias`, `get_bias_from_url`, `get_all_source_biases`, `get_ticker`, `get_option_price`, `get_top_trading_strategies`, `search_memes`), query discipline, and rate-limit awareness. See also `./rules/helium-mcp-cursorrules-prompt-file/README.md`.
- [repo-seatbelt](https://github.com/berkcangumusisik/repo-seatbelt) - A CLI that auto-generates `.cursorrules` (and CLAUDE.md, .windsurfrules, AGENTS.md, etc.) from your repo's structure — detects auth, payment, migrations, env files, and writes safety rules tailored to what's actually sensitive. Ships project presets for Next.js + Stripe, Django, Rails, Expo, FastAPI, and monorepos. Also runs as an MCP server for runtime guardrails and installs a pre-commit hook that blocks high-risk commits.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Use a repository-relative link for this new Utilities entry.

Line 294 adds an absolute external URL; this violates the README link rule for relative links. Please point this item to a relative path in-repo (and reference external URLs from that page if needed).

As per coding guidelines, "Ensure all links in the README.md file are relative and correct".

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 294, Replace the absolute external URL in the README list
item for "[repo-seatbelt]" with a repository-relative link pointing to the local
documentation page for that utility (e.g., ./utilities/repo-seatbelt.md or
./docs/repo-seatbelt.md); update the "[repo-seatbelt]" markdown link target in
README.md accordingly and, if the external GitHub URL must still be referenced,
move that full URL into the referenced local page (repo-seatbelt doc) instead of
using it directly in README.


## Directories

Expand Down