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 @@ -285,6 +285,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve

### Utilities

- [Agentify](https://github.com/koriyoshi2041/agentify) - A TypeScript CLI tool that transforms OpenAPI specs into 9 agent interface formats including `.cursorrules`, CLAUDE.md, MCP servers, AGENTS.md, Skills, and more. Run `npx agentify-cli transform <openapi-spec>` to generate `.cursorrules` files automatically from any API specification.
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 | 🟠 Major

Use a repository-relative link for the new Utilities entry

Line 288 uses an absolute external URL, but this repo’s README rules require relative links. Please point this entry to a relative path in the repository (or add a local doc page and link to it relatively) to keep the README compliant.

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 288, Replace the absolute external URL in the README entry
for "Agentify" with a repository-relative link: update the link text
"[Agentify](https://github.com/koriyoshi2041/agentify)" to point to the local
path for the tool or its documentation (e.g., a relative path like
./docs/agentify.md or ./tools/agentify/README.md), or create a local docs page
and link to it relatively; ensure the rest of the sentence and the command `npx
agentify-cli transform <openapi-spec>` remain unchanged and that the new
relative path resolves correctly in the repository.

- [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.

## Directories
Expand Down