Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.landing.ai/llms.txt

Use this file to discover all available pages before exploring further.

This page provides resources for building (ADE) applications with AI coding tools like Claude Code, Cursor, and VS Code:

Skills

Skills are instruction files that teach AI coding agents how to use effectively. offers ADE skills in the ADE Document Processing Skills repository.

Install Skills via the Claude Code Plugin

Claude Code users can install the ADE skills as a plugin, which is an extension that bundles skills, agents, and other capabilities. Run the following commands in Claude Code to install the ADE skills plugin:
/plugin marketplace add landing-ai/ade-document-processing-skills
/plugin install ade-document-processing@ade-document-processing-skills
After installation, run the following command to activate the plugin:
/reload-plugins

Install Skills with Other Methods

Different AI coding tools have different methods for installing skills. Check the documentation for your AI coding tool to learn how to install skill files. Depending on the installation method, you may need to download or clone the ADE Document Processing Skills repository and copy the skill files to the relevant directories.

MCP Server

The ADE MCP server connects AI tools to documentation and ADE skills. When connected, your agent can search the documentation and access all ADE skills without additional setup. MCP server URL: https://docs.landing.ai/mcp
Run the following command:
claude mcp add --transport http ade-docs https://docs.landing.ai/mcp

Shortcuts for Connecting AI Tools

Use the contextual menu on any docs page to connect to AI tools, copy content as Markdown, or install the ADE docs MCP server. Click the drop-down icon at the top of any page to open it. Contextual Menu
OptionWhat it does
Copy pageCopies the page as Markdown
View as MarkdownOpens the page in Markdown format
Open in ChatGPTCreates a ChatGPT conversation with the page as context
Open in ClaudeCreates a Claude conversation with the page as context
Connect to CursorInstalls the ADE docs MCP server in Cursor
Connect to VS CodeInstalls the ADE docs MCP server in VS Code
Copy MCP server URLCopies https://docs.landing.ai/mcp to your clipboard
Copy MCP install commandCopies the MCP server install command to your clipboard

Access Documentation Pages as llms.txt

Access an index of all documentation pages at llms.txt. For a combined file of all documentation content, use llms-full.txt. These files follow the llms.txt standard for AI tool consumption.

Access Documentation as Markdown

View any page as plain Markdown by adding .md to the page URL.