Skip to content

Add LynxPrompt to Directories section#227

Open
GeiserX wants to merge 1 commit intoPatrickJS:mainfrom
GeiserX:add-lynxprompt
Open

Add LynxPrompt to Directories section#227
GeiserX wants to merge 1 commit intoPatrickJS:mainfrom
GeiserX:add-lynxprompt

Conversation

@GeiserX
Copy link
Copy Markdown

@GeiserX GeiserX commented Apr 2, 2026

Adding LynxPrompt to the Directories section — it's a platform I built for browsing, sharing, and pulling AI coding rules (.cursorrules, AGENTS.md, CLAUDE.md, copilot-instructions.md, etc.).

You can use it from the web at lynxprompt.com, via CLI (npx lynxprompt), or through the VS Code extension. It's open source (GPL-3.0) and self-hostable with Docker/Helm.

Repo: https://github.com/GeiserX/LynxPrompt

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 2, 2026

📝 Walkthrough

Walkthrough

A single entry was added to the README's "Directories" section, documenting LynxPrompt with its description and available distribution options including web marketplace, CLI, VS Code extension, and self-hosting capabilities.

Changes

Cohort / File(s) Summary
Documentation
README.md
Added one entry to the "Directories" section referencing LynxPrompt with a brief functional description and distribution channel details.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A link to LynxPrompt now shines so bright,
In Directories' list, a helpful sight,
Web, CLI, and VS Code so grand,
Self-hosted too across the land!
One little line makes README complete,
Documentation now looks so neat! 📚✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and concisely summarizes the main change: adding LynxPrompt 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.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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
Copy Markdown
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.

🧹 Nitpick comments (1)
README.md (1)

292-294: Address formatting inconsistency in the Directories section.

The new LynxPrompt entry includes a description, while existing entries (CursorList and CursorDirectory) do not. This creates formatting inconsistency within the section.

Recommendation: Choose one of the following approaches:

  1. Remove the description from LynxPrompt to match the existing minimal style:
    - [LynxPrompt](https://lynxprompt.com)
  2. Add descriptions to all Directories entries for consistency (preferred if descriptions add value):
    - [CursorList](https://cursorlist.com) - [Add brief description]
    - [CursorDirectory](https://cursor.directory/) - [Add brief description]
    - [LynxPrompt](https://lynxprompt.com) - Open-source platform for managing AI coding rules (AGENTS.md, CLAUDE.md, .cursorrules, copilot-instructions.md) with web marketplace, CLI, VS Code extension, and self-hosting support.

Additional note: There's a pre-existing alphabetical order issue between CursorList and CursorDirectory (should be CursorDirectory first). Consider addressing this while updating the formatting. As per coding guidelines, "Maintain alphabetical order within each category in the README.md file" and "Use consistent formatting for list items in the README.md file".

📝 Proposed fix for both formatting and alphabetical order
 ## Directories
 
-- [CursorList](https://cursorlist.com)
 - [CursorDirectory](https://cursor.directory/)
+- [CursorList](https://cursorlist.com)
 - [LynxPrompt](https://lynxprompt.com) - Open-source platform for managing AI coding rules (AGENTS.md, CLAUDE.md, .cursorrules, copilot-instructions.md) with web marketplace, CLI, VS Code extension, and self-hosting support.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` around lines 292 - 294, Update the Directories list to be
consistent and alphabetical: add brief descriptions for CursorList and
CursorDirectory to match the LynxPrompt entry (e.g., a one-line purpose/feature
for each) and reorder the three items alphabetically so CursorDirectory appears
before CursorList; ensure list items follow the same format "- [Name](url) -
description" using the existing LynxPrompt description as the style reference.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@README.md`:
- Around line 292-294: Update the Directories list to be consistent and
alphabetical: add brief descriptions for CursorList and CursorDirectory to match
the LynxPrompt entry (e.g., a one-line purpose/feature for each) and reorder the
three items alphabetically so CursorDirectory appears before CursorList; ensure
list items follow the same format "- [Name](url) - description" using the
existing LynxPrompt description as the style reference.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 84d21075-c2d2-47bd-b81f-b89af4498324

📥 Commits

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

📒 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