codegraph
01Cursor rule Cursor
CodeGraph MCP usage guide — when to use which tool.
Cursor rule Cursor
CodeGraph MCP usage guide — when to use which tool.
Instructions file
Project instructions for MeetMind, a TypeScript demo where several AI agents discuss and work on a project request. It uses a monorepo, meaning one repository contains the desktop interface and server, plus a database that retrieves relevant stored information.
Skill Claude CodeCodex
A structured code-review procedure that examines code for correctness, readability, speed, and security.
Skill Claude CodeCodex
A project-analysis procedure that traces which functions call one another from a program’s entry point. It can present the result as an indented text chain or, when requested, as an HTML, Mermaid, or other visual diagram.
Skill Claude CodeCodex
A procedure for designing unit-test cases for functions or modules, covering normal inputs, boundary values, and errors. Unit tests check small parts of a program in isolation.