by TechMitten
A repository that provides a structured system for maintaining context and tracking changes in Cursor's AGENT mode conversations through template files, enabling better continuity and organization of AI interactions.
# Add to your Claude Code skills
git clone https://github.com/TechMitten/cursor-agent-trackingGuides for using ai agents skills like cursor-agent-tracking.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T16:19:05.198Z",
"npmAuditRan": true,
"pipAuditRan": true
}cursor-agent-tracking is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by TechMitten. A repository that provides a structured system for maintaining context and tracking changes in Cursor's AGENT mode conversations through template files, enabling better continuity and organization of AI interactions. It has 135 GitHub stars.
Yes. cursor-agent-tracking passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/TechMitten/cursor-agent-tracking" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh cursor-agent-tracking against similar tools.
No comments yet. Be the first to share your thoughts!
A simple system to maintain context and track changes in conversations with Cursor when it's in AGENT mode, ensuring continuity even if the AI 'forgets' previous interactions. This workaround isn't necessary for regular chat mode, as Cursor implements native tracking.
Copy all .md files from the templates directory into your project's root directory:
CHANGELOG.mdPROJECT_SCOPE.mdPROMPT.mdBegin every new chat with the AI by copying the contents of PROMPT.md
CHANGELOG.mdPROJECT_SCOPE.md updated with current statusPROMPT.md: Your template for starting each new chat sessionCHANGELOG.md: Tracks all significant changes to your projectPROJECT_SCOPE.md: Maintains current project status and goalsPROMPT.md template (this means every time you click the + symbol)CHANGELOG.md after significant changesPROJECT_SCOPE.md currentFeel free to modify the templates to better suit your specific needs while maintaining the core structure for consistency.
Refer to the individual template files for detailed formatting and usage instructions.