From 91f9b0d9fbf2f8bba61f82c534429a90bd112256 Mon Sep 17 00:00:00 2001 From: kigland Date: Sat, 4 Apr 2026 15:06:09 +0800 Subject: [PATCH] Add Agentify to tools/utilities --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63c6a2ff..320ebf4d 100644 --- a/README.md +++ b/README.md @@ -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 ` to generate `.cursorrules` files automatically from any API specification. - [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