DocLD Claude Code Plugin
The DocLD Claude Code plugin gives you product and API guidance when building applications with DocLD. Get help with parse, extract, chat, knowledge bases, workflows, and search the official documentation from within Claude Code.
What you get
| Capability | Description |
|---|---|
Skill /docld:docld | Product guidance for DocLD: parse, extract, chat, knowledge bases, workflows. Helps with API usage, schemas, RAG, and integration patterns. |
Command /docld:docs <query> | Search DocLD documentation on demand. Pass a query (e.g. extraction schemas or chat API) to find relevant product and API docs. |
Installation
Local (from DocLD repo)
From the DocLD repo root:
claude --plugin-dir ./claude-pluginThen run /docld:docld when working with DocLD, or /docld:docs <query> to search the docs.
From a marketplace (optional)
If the plugin is published to a Claude Code plugin marketplace:
claude plugin install docld@<marketplace-name>Use your marketplace’s docs for the exact install command and scope.
Usage
- Invoke the skill — When building with or asking about DocLD, invoke the skill so Claude has product context. Claude will explain APIs, schemas, RAG flows, and point to the right docs.
- Search docs — Run
/docld:docs extraction schemasor/docld:docs chat APIto search for specific topics. The command returns relevant documentation from the API reference, guides, and features.
DocLD Docs MCP
If you have the DocLD Docs MCP (e.g. SearchDocLdDocumentation) configured in Claude Code, the plugin uses it for API and product docs. Otherwise it relies on the official DocLD documentation site or in-repo docs. The plugin does not bundle external tools—it instructs Claude to use DocLD docs when available.
Summary
| Item | Detail |
|---|---|
| Plugin name | docld |
| Version | 1.0.0 |
| Skill | /docld:docld — product and API guidance |
| Command | /docld:docs <query> — search docs |
| MCP integration | Uses DocLD Docs MCP when configured |