Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

Publishing with GitHub Copilot / Codex

GitHub Copilot and OpenAI Codex can publish artifacts to Dropley directly.

Setup

Tell the agent to install the Dropley skill:
npx skill add dropley/docs

Workflow

  1. Use the agent to write your project code
  2. Ask the agent: "Publish this to Dropley"
  3. The agent uses the skill to upload your files and return a shareable URL

Example

Generate a dashboard.html page with a dark theme and three metric cards. Use Chart.js from CDN. Keep all CSS inline. Then publish to Dropley.