Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 29 additions & 5 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,38 @@
"name": "domscribe",
"owner": {
"name": "Patch Orbit",
"url": "https://patchorbit.com"
"email": "kaushik@patchorbit.com"
},
"metadata": {
"description": "Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP."
},
"plugins": [
{
"name": "domscribe",
"description": "Domscribe is a pixel-to-code development tool that bridges the gap between running web applications and their source code.",
"source": "./packages/domscribe-relay/src/agent-plugins/claude-code",
"homepage": "https://github.com/patchorbit/domscribe"
"description": "Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP.",
"source": "./packages/domscribe-relay/src/plugins/claude-code",
"homepage": "https://github.com/patchorbit/domscribe",
"repository": "https://github.com/patchorbit/domscribe",
"license": "MIT",
"keywords": [
"domscribe",
"pixel-to-code",
"ui-to-code",
"dom-annotation",
"annotation",
"source-mapping",
"runtime-context",
"element-inspector",
"component-inspector",
"mcp",
"model-context-protocol",
"developer-tools",
"devtools",
"react",
"vue",
"nextjs",
"nuxt"
]
}
]
}
}
30 changes: 26 additions & 4 deletions .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,35 @@
"email": "kaushik@patchorbit.com"
},
"metadata": {
"description": "A collection of plugins for Domscribe, a pixel-to-code development tool that bridges the gap between running web applications and their source code."
"description": "Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP."
},
"plugins": [
{
"name": "domscribe",
"description": "Domscribe is a pixel-to-code development tool that bridges the gap between running web applications and their source code.",
"source": "./packages/domscribe-relay/src/agent-plugins/cursor"
"description": "Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP.",
"source": "./packages/domscribe-relay/src/plugins/cursor",
"homepage": "https://github.com/patchorbit/domscribe",
"repository": "https://github.com/patchorbit/domscribe",
"license": "MIT",
"keywords": [
"domscribe",
"pixel-to-code",
"ui-to-code",
"dom-annotation",
"annotation",
"source-mapping",
"runtime-context",
"element-inspector",
"component-inspector",
"mcp",
"model-context-protocol",
"developer-tools",
"devtools",
"react",
"vue",
"nextjs",
"nuxt"
]
}
]
}
}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<a href="https://github.com/patchorbit/domscribe/actions"><img src="https://img.shields.io/github/actions/workflow/status/patchorbit/domscribe/ci.yml?label=CI" alt="CI status" /></a>
<a href="#"><img src="https://img.shields.io/badge/coverage-80%25+-brightgreen" alt="test coverage" /></a>
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT license" /></a>
<img src="https://img.shields.io/badge/TypeScript-5.x-3178c6?logo=typescript&logoColor=white" alt="TypeScript" />
<img src="https://img.shields.io/badge/node-%3E%3D18-417e38?logo=node.js&logoColor=white" alt="Node.js >= 18" />
<a href="https://github.com/patchorbit/domscribe/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen" alt="PRs welcome" /></a>
</p>

---
Expand Down
53 changes: 29 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "domscribe",
"version": "0.1.0",
"author": "Kaushik Gnanaskandan",
"author": {
"name": "Patch Orbit",
"email": "kaushik@patchorbit.com",
"url": "https://patchorbit.com"
},
"description": "Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP.",
"license": "MIT",
"scripts": {
"sync-dist": "nx run-many -t sync-dist",
Expand Down Expand Up @@ -60,34 +65,34 @@
"!packages/domscribe-test-fixtures/fixtures/**"
],
"keywords": [
"patchorbit",
"patchorbit-domscribe",
"patchorbit-dom-scribe",
"patchorbit-dom-annotation",
"patchorbit-development-tools",
"patchorbit-ai-assistant",
"patchorbit-ai-agent",
"patchorbit-ai-tools",
"domscribe",
"annotations",
"patchorbit",
"pixel-to-code",
"ui-to-code",
"dom-annotation",
"development-tools",
"ai-assistant",
"ai-agent",
"ai-tools",
"coding-assistant",
"coding-agent",
"source-mapping",
"source-location",
"runtime-context",
"element-inspector",
"component-inspector",
"dom-inspector",
"developer-tools",
"devtools",
"mcp",
"model-context-protocol",
"annotation",
"ai-coding-assistant",
"ai-coding-agent",
"ai-coding-tools",
"real-time",
"websocket",
"http-api",
"conversation",
"chat-ui",
"coding-agent",
"coding-assistant",
"react",
"developer-tools",
"bidirectional"
"vue",
"nextjs",
"nuxt",
"vite-plugin",
"webpack-plugin",
"bundler-plugin",
"ast-transform"
],
"repository": "github:patchorbit/domscribe",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/domscribe-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
},
"devDependencies": {
"@types/react": "^18.2.0",
"next": ">=15.0.0",
"next": ">=16.1.7",
"react": "^19.0.0",
"webpack": "^5.102.0"
},
"peerDependencies": {
"next": ">=15.0.0",
"next": ">=16.1.7",
"react": "^18.0.0 || ^19.0.0"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
{
"name": "domscribe",
"version": "0.1.0"
"version": "0.1.0",
"description": "Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP.",
"author": {
"name": "Patch Orbit",
"email": "kaushik@patchorbit.com"
},
"homepage": "https://github.com/patchorbit/domscribe",
"repository": "https://github.com/patchorbit/domscribe",
"license": "MIT",
"keywords": [
"domscribe",
"pixel-to-code",
"ui-to-code",
"dom-annotation",
"annotation",
"source-mapping",
"runtime-context",
"element-inspector",
"component-inspector",
"mcp",
"model-context-protocol",
"developer-tools",
"devtools",
"react",
"vue",
"nextjs",
"nuxt"
]
}
29 changes: 28 additions & 1 deletion packages/domscribe-relay/src/plugins/copilot/plugin.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
{
"name": "domscribe",
"version": "0.1.0"
"version": "0.1.0",
"description": "Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP.",
"author": {
"name": "Patch Orbit",
"email": "kaushik@patchorbit.com"
},
"homepage": "https://github.com/patchorbit/domscribe",
"repository": "https://github.com/patchorbit/domscribe",
"license": "MIT",
"keywords": [
"domscribe",
"pixel-to-code",
"ui-to-code",
"dom-annotation",
"annotation",
"source-mapping",
"runtime-context",
"element-inspector",
"component-inspector",
"mcp",
"model-context-protocol",
"developer-tools",
"devtools",
"react",
"vue",
"nextjs",
"nuxt"
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,38 @@
{
"name": "domscribe",
"version": "0.1.0",
"description": "Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP.",
"author": {
"name": "Patch Orbit",
"email": "kaushik@patchorbit.com"
},
"homepage": "https://github.com/patchorbit/domscribe",
"repository": "https://github.com/patchorbit/domscribe",
"license": "MIT",
"keywords": [
"domscribe",
"pixel-to-code",
"ui-to-code",
"dom-annotation",
"annotation",
"source-mapping",
"runtime-context",
"element-inspector",
"component-inspector",
"mcp",
"model-context-protocol",
"developer-tools",
"devtools",
"react",
"vue",
"nextjs",
"nuxt"
],
"mcpServers": {
"domscribe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@domscribe/mcp"
]
"args": ["-y", "@domscribe/mcp"]
}
}
}
11 changes: 8 additions & 3 deletions packages/domscribe-relay/src/plugins/kiro/POWER.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
name: 'domscribe'
displayName: 'Domscribe'
description: 'Work with Domscribe — the pixel-to-code bridge. Use when implementing features from captured UI annotations, querying runtime context for source locations, exploring component structure, or when user mentions annotations, queued tasks, UI changes, or asks about how elements render at runtime.'
description: 'Work with Domscribe — the pixel-to-code bridge that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents. Use when implementing features from captured UI annotations, querying runtime context for source locations, exploring component structure, or when user mentions annotations, queued tasks, UI changes, or asks about how elements render at runtime.'
keywords:
[
'domscribe',
'annotation',
'pixel-to-code',
'ui-to-code',
'ui',
'element',
'manifest',
Expand All @@ -16,6 +17,10 @@ keywords:
'runtime',
'source',
'query',
'props',
'state',
'inspect',
'source-location',
]
---

Expand All @@ -28,8 +33,8 @@ Domscribe bridges running UI and source code. It maps every rendered element to

## Quick Commands (MCP Prompts)

| Command | Purpose |
| ------------------------------------ | ------------------------------ |
| Command | Purpose |
| ------------------- | ------------------------------ |
| `process_next` | Process next queued annotation |
| `check_status` | System health and queue counts |
| `explore_component` | List elements in a component |
Expand Down
Loading
Loading