Prompt

Create Agent Md

Use this prompt to convert human documentation to agent-optimized format.

Convert this documentation to agent-optimized format (.agent.md):Input: [paste human-readable .md content]Requirements for agent-optimized version:1. Remove narrative prose - use bullet points and tables2. Make it self-contained - no "see other page" references3. Include all parameters, types, and return values4. Use structured data:   - Tables for options/parameters   - Code blocks for examples   - Lists for steps5. Front-load critical information6. Keep it dense but completeOutput the .agent.md content.

Example

Human-readable docs
The `init` command helps you get started with Dewey. It createsthe necessary configuration files and folder structure. You'llwant to run this first before using other commands.
Agent-optimized output
## init| Aspect | Value ||--------|-------|| Purpose | Create config and folder structure || Run when | First time setup || Creates | dewey.config.ts, docs/ || Prereqs | None |
dewey — agent-ready documentation