Framework references
Focused guides for React, Vue3, Vue2, Svelte, and Web Components.
RG-Dev Skill packages relation-graph documentation, framework references, API guardrails, type notes, and verified implementation patterns for Codex, Claude Code, and other local AI coding agents.
It is not a prompt collection. It is a structured skill directory that helps coding agents implement real graph visualization and graph editing features.
Focused guides for React, Vue3, Vue2, Svelte, and Web Components.
Scenario snippets distilled from ordinary layout and use-case examples.
Core API and type notes that help agents avoid invented relation-graph usage.
Rules for selecting references, applying patterns, editing code, and verifying locally.
The skill separates framework guides, core types, layout rules, editing workflows, and verified scenario snippets so local coding agents can read only the right context for the current task.
Understands graph data lifecycle, rootId, nodes, lines, fakeLines, nested structures, and how to prepare data for relation-graph rendering.
Knows tree, smart-tree, center, force, fixed, folder, io-tree, circle, and other layout choices for different product scenarios.
Covers node and edge events, drag behavior, selection, context menus, toolbars, minimaps, and create/update/delete editing flows.
Guides custom node, line, canvas, background, and view-layer implementations across supported framework bindings.
Provides dedicated references for React, Vue3, Vue2, Svelte, and Web Components, reducing framework-specific mistakes.
Distills ordinary layout and use-case examples into reusable patterns so agents can start from proven implementations.
The package is intentionally split into a small entry skill, focused references, and scenario patterns. Agents do not need to load the whole manual unless the task requires it.
978.0 KiB of curated skill files before compression.
235.1 KiB compressed zip, small enough for local skill installation.
Includes the skill entry, framework guides, core API notes, and pattern indexes.
A shallow structure for agents to discover only the references they need.
rg-dev-skill/
|-- SKILL.md
|-- agents/
| `-- openai.yaml
|-- references/
| |-- index.md
| |-- core-concepts.md
| |-- api-core.md / types-core.md
| |-- layouts.md / editing.md
| |-- react.md / vue3.md / vue2.md
| |-- svelte.md / web-components.md
| `-- full-guide.md
`-- patterns/
|-- index.md / index.json
|-- layout/
`-- use-cases/Download the zip, unzip it, then put the rg-dev-skill directory into the skill folder used by your coding agent.
Ask your agent to use rg-dev-skill when building graph visualization, graph editors, or custom relation-graph features.
Build graph views for relationship data, dependency networks, lineage diagrams, and topology maps.
Implement node and edge editing, custom toolbars, minimaps, and canvas interactions.
Move relation-graph examples and features across supported frameworks while preserving behavior.
Guide AI coding agents to modify your current codebase instead of generating isolated snippets.