
Sonesuke Docgraph
- 2 repo stars
- Updated April 18, 2026
- sonesuke/docgraph
sonesuke-docgraph is a Claude Code plugin that lints and builds directed graphs embedded in Markdown so documentation stays consistent and AI-ready.
About
sonesuke-docgraph is a Claude Code plugin that wraps docgraph—a lint and graph tooling layer for documentation written in ordinary Markdown files. developers and small teams use it when architecture decisions, workflows, and dependencies are encoded as directed graphs inside docs and those graphs must stay valid as the repo evolves. The tool checks that embedded graph definitions are consistent and traceable, and it can generate graph views from that markup so humans and coding agents share the same source of truth. That makes it especially useful during build when you are writing integration guides, system maps, and skill-adjacent README graphs, and again during operate when docs drift after shipping changes. It is not a general code linter or a diagram-only SaaS; it is documentation-first graph discipline tied to Markdown. Register the plugin when Claude Code is part of your docs workflow and you want automated verification instead of manually spotting broken edges or stale nodes.
- Lint tool plus graph generator for directed graphs embedded in standard Markdown
- Verifies documentation consistency and traceability across linked nodes
- Positions docs as AI-ready structured knowledge, not loose prose
- Single-plugin Claude Code bundle from sonesuke/docgraph
- Community catalog entry with docgraph-specific plugin keywords
Sonesuke Docgraph by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install sonesuke-docgraph@sonesuke/docgraphAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | April 18, 2026 |
| Repository | sonesuke/docgraph ↗ |
What it does
Install docgraph in Claude Code to lint Markdown-embedded directed graphs and keep documentation consistent, traceable, and ready for AI consumption.
Who is it for?
Best when you maintain architecture or workflow docs as Markdown graphs and want automated linting inside Claude Code sessions.
Skip if: Skip if you only need pretty diagrams in a design tool, or projects with no graph-structured Markdown documentation.
What you get
After registration, you can run docgraph from Claude Code to validate and generate directed graphs in Markdown, giving you traceable, machine-friendly documentation.
- Validated directed graphs sourced from Markdown documentation
- Lint feedback on inconsistent or broken graph embeddings
- Generated graph artifacts suitable for review and AI-assisted navigation
By the numbers
- pluginCount: 1
- repository: sonesuke/docgraph
- catalog stars at ingest: 1
Recommended Plugins
How it compares
Markdown doc-graph linter plugin, not a generic frontend UI kit or database MCP server.
FAQ
Who is Sonesuke Docgraph for?
It is for Claude Code users who write technical documentation with embedded directed graphs in Markdown and need consistency checks.
When should I use Sonesuke Docgraph?
Use it while authoring or updating docs during build, and when iterating docs after ship, whenever graph relationships must stay valid and traceable.
How do I add Sonesuke Docgraph to my agent?
Register the sonesuke/docgraph plugin source in Claude Code, enable the docgraph plugin, then invoke its lint and graph commands against your Markdown files from the agent.