Skip to content

Add Survivor Forge to Directories#191

Open
survivorforge wants to merge 2 commits intoPatrickJS:mainfrom
survivorforge:add-directory-entry
Open

Add Survivor Forge to Directories#191
survivorforge wants to merge 2 commits intoPatrickJS:mainfrom
survivorforge:add-directory-entry

Conversation

@survivorforge
Copy link

@survivorforge survivorforge commented Mar 7, 2026

Adds Survivor Forge Cursor Rules to the Directories section.

The repo contains .cursorrules files for 16 frameworks/languages: React, Next.js, Python (Django, FastAPI), Go, Rust, Flutter, SvelteKit, Node.js/Express, TypeScript, Tailwind CSS, Supabase, Docker/DevOps, AWS Serverless, Chrome Extensions, and LangChain.

Each file follows the same format used in this repo — practical rules covering code style, architecture patterns, error handling, and testing conventions for each framework.

Happy to adjust the entry wording if needed.

Summary by CodeRabbit

  • Documentation
    • Updated README directories: removed the CursorDirectory entry while keeping CursorList.
    • Added a new reference link for "Survivor Forge Cursor Rules" under Directories.
    • Minor tidy-up to directory listings and links.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 7, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 9c5ded42-88c1-4eaf-9f73-1d1099c6ddb3

📥 Commits

Reviewing files that changed from the base of the PR and between 6df3b18 and 9d1b279.

📒 Files selected for processing (1)
  • README.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • README.md

📝 Walkthrough

Walkthrough

README.md updated: the CursorDirectory entry was removed, CursorList remained, and a new link for "Survivor Forge Cursor Rules" was added under the Directories section. This is documentation-only; no code or API changes.

Changes

Cohort / File(s) Summary
Documentation
README.md
Removed CursorDirectory entry, retained CursorList, and added a new "Survivor Forge Cursor Rules" link under the Directories section. Small doc-only edit (+2/-2).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • PatrickJS

Poem

🐰 I hopped through README lines with cheer,
Found a missing cursor gone from here,
Kept the list, added rules to the scene,
A tiny change — tidy and clean 🌿

🚥 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 title accurately reflects the main change: adding a new entry (Survivor Forge) to the Directories section of the README.
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

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.

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.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
README.md (1)

290-294: 🛠️ Refactor suggestion | 🟠 Major

Reorder entries alphabetically to comply with guidelines.

The new entry is positioned correctly relative to existing entries, but the Directories section should be fully alphabetically ordered. As per coding guidelines, "Maintain alphabetical order within each category in the README.md file".

📝 Proposed fix to alphabetize all Directories entries
 ## Directories
 
-- [CursorList](https://cursorlist.com)
 - [CursorDirectory](https://cursor.directory/)
+- [CursorList](https://cursorlist.com)
 - [Survivor Forge Cursor Rules](https://github.com/survivorforge/cursor-rules) - A collection of .cursorrules files covering 16 frameworks including React, Next.js, Python, Go, Rust, Flutter, and more.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` around lines 290 - 294, The "Directories" section is not fully
alphabetized; reorder the list items under the "## Directories" header so the
entries (e.g., "CursorList", "CursorDirectory", "Survivor Forge Cursor Rules")
are sorted alphabetically by their displayed link text, preserving each item's
link/URL and punctuation exactly as written and updating the block so the
sequence is strictly alphabetical.
🧹 Nitpick comments (1)
README.md (1)

294-294: Consider adding descriptions to other Directories entries for consistency.

The new entry includes a helpful description, while the existing CursorList and CursorDirectory entries do not. Adding brief descriptions to all entries would improve consistency and provide users with more context.

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

In `@README.md` at line 294, The README adds a description for "Survivor Forge
Cursor Rules" but the other directory entries lack descriptions; update the
README.md to add brief, consistent descriptions for the existing "CursorList"
and "CursorDirectory" entries (matching the tone/length of the new Survivor
Forge line) so each directory entry includes a one-line summary of what the
repository/content provides.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Outside diff comments:
In `@README.md`:
- Around line 290-294: The "Directories" section is not fully alphabetized;
reorder the list items under the "## Directories" header so the entries (e.g.,
"CursorList", "CursorDirectory", "Survivor Forge Cursor Rules") are sorted
alphabetically by their displayed link text, preserving each item's link/URL and
punctuation exactly as written and updating the block so the sequence is
strictly alphabetical.

---

Nitpick comments:
In `@README.md`:
- Line 294: The README adds a description for "Survivor Forge Cursor Rules" but
the other directory entries lack descriptions; update the README.md to add
brief, consistent descriptions for the existing "CursorList" and
"CursorDirectory" entries (matching the tone/length of the new Survivor Forge
line) so each directory entry includes a one-line summary of what the
repository/content provides.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: b47673a3-d2d0-4b0e-a6e5-9ece5d577730

📥 Commits

Reviewing files that changed from the base of the PR and between fc2ce04 and 6df3b18.

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

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