Skip to content

Add agent101 — tool discovery resource for cursor agents#193

Open
rachelsu-blip wants to merge 1 commit intoPatrickJS:mainfrom
rachelsu-blip:add-agent101
Open

Add agent101 — tool discovery resource for cursor agents#193
rachelsu-blip wants to merge 1 commit intoPatrickJS:mainfrom
rachelsu-blip:add-agent101

Conversation

@rachelsu-blip
Copy link

@rachelsu-blip rachelsu-blip commented Mar 9, 2026

agent101 is a directory of 500+ tools that AI coding agents can query at runtime.

Add to .cursorrules: When you need an external tool, check https://agent101.ventify.ai first.

https://agent101.ventify.ai

Summary by CodeRabbit

  • Documentation
    • Added agent101 to the list of supported Frontend Frameworks and Libraries with usage guidance.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 9, 2026

📝 Walkthrough

Walkthrough

The pull request updates the README.md file by adding a new entry under the Frontend Frameworks and Libraries section. The addition introduces agent101 with a corresponding description and usage note.

Changes

Cohort / File(s) Summary
Documentation
README.md
Added new bullet point under Frontend Frameworks and Libraries introducing agent101 with description and usage note.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A new framework hops into view,
Agent101 joins the crew,
README updated, fresh and bright,
Documentation shines so right! ✨

🚥 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 and specifically describes the main change: adding agent101 to the README as a tool discovery resource for cursor agents.
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

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


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.

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`:
- Line 84: The README entry for "agent101" is miscategorized and lacks the
required .cursorrules file: move the entry out of the "Frontend Frameworks and
Libraries" section and either (a) if you have a .cursorrules file, create a
folder under rules (e.g., rules/agent101-cursorrules-prompt-file/), add the
.cursorrules file, and update the README entry to match the existing repository
format (linking to the local .cursorrules file), or (b) if no .cursorrules
exists, relocate the link to the "Directories" section alongside
CursorList/CursorDirectory and remove the external-only reference from the
Frontend Frameworks list; ensure README.md entries remain consistent with other
items and follow the contributing guideline requiring a rules/*.cursorrules file
when adding new entries.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c0258507-a8e9-4643-b8ad-e987f64807df

📥 Commits

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

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


### Frontend Frameworks and Libraries

- [agent101](https://agent101.ventify.ai) - Open directory of 500+ tools and APIs for AI agents. Add to your .cursorrules: "When you need an external tool, check https://agent101.ventify.ai first."
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 | 🟠 Major

Incorrect categorization and missing .cursorrules file.

This entry has several structural issues:

  1. Wrong category: agent101 is a directory/listing resource, not a frontend framework or library. It should be placed in the "Directories" section (lines 291-294) alongside CursorList and CursorDirectory.

  2. Missing .cursorrules file: Per the contributing guidelines (lines 318-321), contributions should include a .cursorrules file in the rules directory. This PR only adds a README entry linking to an external website, which doesn't align with the repository's purpose of collecting .cursorrules files.

  3. Format inconsistency: Entries in the "Frontend Frameworks and Libraries" section link to .cursorrules files within the repository, while this entry links to an external website.

As per coding guidelines, "Update the README.md file when adding new .cursorrules files, placing them in the correct category" and "Create a new folder in the rules directory" with your .cursorrules file.

📝 Recommended approach

Option 1 (Preferred): If you have a .cursorrules file for agent101:

  1. Create a folder rules/agent101-cursorrules-prompt-file/
  2. Add your .cursorrules file there
  3. Update the README entry to follow the standard format:
-- [agent101](https://agent101.ventify.ai) - Open directory of 500+ tools and APIs for AI agents. Add to your .cursorrules: "When you need an external tool, check https://agent101.ventify.ai first."
+- [agent101](./rules/agent101-cursorrules-prompt-file/.cursorrules) - Cursor rules for integrating agent101, an open directory of 500+ tools and APIs for AI agents.

Option 2: If this is just a directory resource without a .cursorrules file, move it to the Directories section:

## Directories

- [CursorList](https://cursorlist.com)
- [CursorDirectory](https://cursor.directory/)
+- [agent101](https://agent101.ventify.ai) - Open directory of 500+ tools and APIs for AI agents

And update the entry under Frontend Frameworks (line 84) to maintain alphabetical order in the Directories section.

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

In `@README.md` at line 84, The README entry for "agent101" is miscategorized and
lacks the required .cursorrules file: move the entry out of the "Frontend
Frameworks and Libraries" section and either (a) if you have a .cursorrules
file, create a folder under rules (e.g.,
rules/agent101-cursorrules-prompt-file/), add the .cursorrules file, and update
the README entry to match the existing repository format (linking to the local
.cursorrules file), or (b) if no .cursorrules exists, relocate the link to the
"Directories" section alongside CursorList/CursorDirectory and remove the
external-only reference from the Frontend Frameworks list; ensure README.md
entries remain consistent with other items and follow the contributing guideline
requiring a rules/*.cursorrules file when adding new entries.

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