Paradoc
Skill

About the Skill

Last updated on

Install the Paradoc agent skill into Claude Code or Claude.ai for inline guidance while building with Paradoc

The Paradoc agent skill is a static reference package that teaches AI coding assistants how to use Paradoc. Once installed, your assistant has inline knowledge of every Paradoc surface (SDK, CLI, raw schemas, MCP) and end-to-end workflows for creating new forms or converting PDFs — without needing to read the docs site mid-task.

The skill is loaded on demand: only relevant references are pulled into the context window when the assistant works on a Paradoc task.

What's covered

The skill ships with three categories of references:

CategoryFilesWhat they cover
Surfacesdk, cli, schemas, mcpHow to express things on each surface — TypeScript SDK, para CLI, raw JSON/YAML, hosted MCP
Topicartifacts, fields, parties, annexes, logic, layers, rendering, serialization, instructions, pdf-bindingsCanonical concept knowledge — surface-agnostic
Workflowworkflow-create-form, workflow-convert-pdfStaged interactive pipelines

Installation

npx skills add https://github.com/paradoc-dev/skills --skill paradoc

Once installed, the skill activates automatically when Claude Code detects Paradoc-related work — @paradoc/* imports, the para CLI, JSON/YAML artifacts, or mcp.paradoc.dev.

To install manually:

git clone https://github.com/paradoc-dev/skills.git
cp -r skills/skills/paradoc ~/.claude/skills/

Add the skill to your project knowledge:

  1. Clone the skills repo
  2. Upload skills/paradoc/SKILL.md and any relevant references from skills/paradoc/references/ to your Claude.ai project knowledge

The skill follows the Agent Skills specification, so it works with any agent that supports the spec (Cursor, Windsurf, Codex, etc.).

git clone https://github.com/paradoc-dev/skills.git

Point your agent's skill loader at skills/skills/paradoc/SKILL.md.

Pairing with MCP

The skill and the hosted MCP server are complementary — install both for the strongest setup:

SkillMCP
ProvidesStatic reference and workflow guidanceRuntime tools (validate, fill, render, search)
LoadedOn demand by the agentConnected as a tool server
Best forWriting code, designing artifacts, debuggingBrowsing the registry, rendering live artifacts

Source

The skill lives at github.com/paradoc-dev/skills. Issues, contributions, and proposed reference additions welcome there.

On this page