From 660871e1aa2fa08fd5d7098d25dcc7c940a5a781 Mon Sep 17 00:00:00 2001 From: Kaushik Gnanaskandan Date: Mon, 30 Mar 2026 22:12:42 -0700 Subject: [PATCH 1/3] Add Domscribe to Configuration & Context Management --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b377f25..6fe4c94 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to > Please read the [contribution rules](https://github.com/jamesmurdza/awesome-ai-devtools/blob/7ac2078505606be2dd84c24075744a3643f08241/.github/PULL_REQUEST_TEMPLATE.md?plain=1#L4-L10) before submitting a PR. ## Categories + - [Development Environments](#development-environments) - [AI-Native IDEs](#ai-native-ides) - [IDE Extensions](#ide-extensions) @@ -334,6 +335,7 @@ Tools that manage and sync AI agent configurations, rules, and context across ed - [rule-porter](https://github.com/nedcodes-ok/rule-porter) — Zero-dependency CLI that converts AI IDE rule files between Cursor (.mdc), CLAUDE.md, AGENTS.md, Copilot, and Windsurf. Bidirectional with lossy-conversion warnings. - [LynxPrompt](https://github.com/GeiserX/LynxPrompt) — Self-hostable platform for managing AI IDE configuration files. Generates, syncs, and shares configs (.cursorrules, CLAUDE.md, copilot-instructions.md, etc.) across 30+ AI coding assistants via web UI, REST API, CLI, and federated blueprint marketplace. - [Conduit8](https://github.com/conduit8/conduit8) — CLI registry for discovering, installing, and managing Claude Code skills. Search 20+ curated skills by keyword or category, install directly to ~/.claude/skills/ with one command. +- [Domscribe](https://github.com/patchorbit/domscribe) — Pixel-to-code bridge that captures runtime context (props, state, source location) from running web apps and exposes it to AI coding agents via MCP. [#opensource](https://github.com/patchorbit/domscribe) - [faf-cli](https://github.com/Wolfe-Jam/faf-cli) — Foundational AI-context format. Generates persistent project DNA (.faf files) that give any AI instant, structured context. IANA-registered (application/vnd.faf+yaml). Works with Claude, Gemini, Grok, Cursor, and Windsurf. - [promptext](https://github.com/1broseidon/promptext) — Smart code context extractor for AI assistants with accurate token counting, relevance prioritization, and budget management. Prepares optimized code context within LLM token limits. - [ContextMCP](https://contextmcp.ai) — Self-hosted semantic search across documentation from various sources for AI agents. From f8b8367bddb05e45f4959ff9b4daeec62603e039 Mon Sep 17 00:00:00 2001 From: Kaushik Gnanaskandan Date: Tue, 31 Mar 2026 11:53:10 -0700 Subject: [PATCH 2/3] Fix source link style to match repo conventions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fe4c94..3c69bdc 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ Tools that manage and sync AI agent configurations, rules, and context across ed - [rule-porter](https://github.com/nedcodes-ok/rule-porter) — Zero-dependency CLI that converts AI IDE rule files between Cursor (.mdc), CLAUDE.md, AGENTS.md, Copilot, and Windsurf. Bidirectional with lossy-conversion warnings. - [LynxPrompt](https://github.com/GeiserX/LynxPrompt) — Self-hostable platform for managing AI IDE configuration files. Generates, syncs, and shares configs (.cursorrules, CLAUDE.md, copilot-instructions.md, etc.) across 30+ AI coding assistants via web UI, REST API, CLI, and federated blueprint marketplace. - [Conduit8](https://github.com/conduit8/conduit8) — CLI registry for discovering, installing, and managing Claude Code skills. Search 20+ curated skills by keyword or category, install directly to ~/.claude/skills/ with one command. -- [Domscribe](https://github.com/patchorbit/domscribe) — Pixel-to-code bridge that captures runtime context (props, state, source location) from running web apps and exposes it to AI coding agents via MCP. [#opensource](https://github.com/patchorbit/domscribe) +- [Domscribe](https://github.com/patchorbit/domscribe) — Pixel-to-code bridge that captures runtime context (props, state, source location) from running web apps and exposes it to AI coding agents via MCP. - [faf-cli](https://github.com/Wolfe-Jam/faf-cli) — Foundational AI-context format. Generates persistent project DNA (.faf files) that give any AI instant, structured context. IANA-registered (application/vnd.faf+yaml). Works with Claude, Gemini, Grok, Cursor, and Windsurf. - [promptext](https://github.com/1broseidon/promptext) — Smart code context extractor for AI assistants with accurate token counting, relevance prioritization, and budget management. Prepares optimized code context within LLM token limits. - [ContextMCP](https://contextmcp.ai) — Self-hosted semantic search across documentation from various sources for AI agents. From d1e1cdc6ac5f0a63febb4cf4f330fff21dd9d9a1 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Tue, 31 Mar 2026 12:03:38 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c69bdc..95577cd 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ Tools that manage and sync AI agent configurations, rules, and context across ed - [rule-porter](https://github.com/nedcodes-ok/rule-porter) — Zero-dependency CLI that converts AI IDE rule files between Cursor (.mdc), CLAUDE.md, AGENTS.md, Copilot, and Windsurf. Bidirectional with lossy-conversion warnings. - [LynxPrompt](https://github.com/GeiserX/LynxPrompt) — Self-hostable platform for managing AI IDE configuration files. Generates, syncs, and shares configs (.cursorrules, CLAUDE.md, copilot-instructions.md, etc.) across 30+ AI coding assistants via web UI, REST API, CLI, and federated blueprint marketplace. - [Conduit8](https://github.com/conduit8/conduit8) — CLI registry for discovering, installing, and managing Claude Code skills. Search 20+ curated skills by keyword or category, install directly to ~/.claude/skills/ with one command. -- [Domscribe](https://github.com/patchorbit/domscribe) — Pixel-to-code bridge that captures runtime context (props, state, source location) from running web apps and exposes it to AI coding agents via MCP. +- [Domscribe](https://www.domscribe.com/) — Pixel-to-code bridge that captures runtime context (props, state, source location) from running web apps and exposes it to AI coding agents via MCP. [Source](https://github.com/patchorbit/domscribe) - [faf-cli](https://github.com/Wolfe-Jam/faf-cli) — Foundational AI-context format. Generates persistent project DNA (.faf files) that give any AI instant, structured context. IANA-registered (application/vnd.faf+yaml). Works with Claude, Gemini, Grok, Cursor, and Windsurf. - [promptext](https://github.com/1broseidon/promptext) — Smart code context extractor for AI assistants with accurate token counting, relevance prioritization, and budget management. Prepares optimized code context within LLM token limits. - [ContextMCP](https://contextmcp.ai) — Self-hosted semantic search across documentation from various sources for AI agents.