From 2c32c0072cab70c4dc78f5ea8920133ec6a81a98 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Fri, 27 Mar 2026 16:07:11 +0000 Subject: [PATCH 1/2] Add Context7 to Configuration & Context Management Context7 is a documentation platform that delivers up-to-date, version-specific docs and code examples for any library directly into AI coding tools like Cursor, Claude Code, and Windsurf. Co-Authored-By: Claude Opus 4.5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1390b60..da724f5 100644 --- a/README.md +++ b/README.md @@ -312,6 +312,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### Configuration & Context Management +- [Context7](https://context7.com/) — Documentation platform that provides up-to-date, version-specific documentation and code examples for any library directly into Cursor, Claude Code, Windsurf, and other AI coding tools. - [cursor-doctor](https://github.com/nedcodes-ok/cursor-doctor) — Health scanner and diagnostic tool for Cursor AI IDE configuration (.cursor/rules/ files). Scans for broken YAML frontmatter, rule conflicts, redundancies, missing alwaysApply, token budget issues, and stack coverage gaps. Available as CLI (`npx cursor-doctor scan`) and VS Code extension. - [Caliber](https://github.com/rely-ai-org/caliber) — Open-source CLI that scans your codebase and generates AI agent configs (CLAUDE.md, .cursorrules, skills, MCPs) for Claude Code, Cursor, and Codex. Scores your setup 0-100 and recommends MCP servers. - [vsync](https://github.com/nicepkg/vsync) — CLI tool that syncs Skills, MCP servers, Agents & Commands across Claude Code, Cursor, OpenCode, and Codex with automatic format conversion (JSON <-> TOML <-> JSONC). From 3d8b8bc6b575a3c63687c79a3150591a323171db Mon Sep 17 00:00:00 2001 From: James Murdza Date: Fri, 27 Mar 2026 16:09:38 +0000 Subject: [PATCH 2/2] Empty commit Co-Authored-By: Claude Opus 4.5