Skip to content

docs: add the build with AI page and AI-agent export instructions - #70

Merged
a-essawy merged 1 commit into
mainfrom
feat/build-with-ai
Aug 15, 2026
Merged

docs: add the build with AI page and AI-agent export instructions#70
a-essawy merged 1 commit into
mainfrom
feat/build-with-ai

Conversation

@a-essawy

Copy link
Copy Markdown
Contributor

What

Phase B of the AI-prompt distribution program.

  • New page /build-with-ai (Getting Started, after the quickstart):
    • One-line CTA first: Add Rendobar to my app: read and follow https://rendobar.com/prompts/integrate.md
    • The full copyable integration prompt, mirrored byte-exact from packages/shared/src/constants/integration-prompt.ts in the platform repo (MDX comment marks the source of truth for future syncs)
    • Open-in-ChatGPT (chatgpt.com/?q=, auto-submits) and Open-in-Cursor (cursor.com/link/prompt?text=, under the 8K cap at ~4.7K chars) deep links built from the URL-encoded prompt
    • Claude note: copy the prompt or connect the hosted MCP server over OAuth (no prefill URL exists)
    • Per-tool persistence: .cursor/rules/rendobar.md, CLAUDE.md / AGENTS.md, .github/copilot-instructions.md
    • Skills install: npx skills add rendobar/agent-skills
  • Quickstart: fastest-path tip near the top linking the new page with the one-liner.
  • docs.json: markdown.instructions (three lines injected into every .md export and llms.txt): key stays in env, fetch live job types from GET /jobs/types, full prompt at /prompts/integrate.md. The contextual menu already covered copy/view/chatgpt/claude/cursor/mcp, so it is untouched.

Notes

  • The hosted prompt URL and the skills repo go live with Phase A / Phase C the same day, so the external links resolve once those ship.

Test plan

  • validate:frontmatter, validate:nav, validate:plan-limits, validate:webhooks all pass locally.
  • Prompt block and both deep-link URLs generated programmatically from the canonical TS file and verified byte-exact.
  • mint validate / mint broken-links could not run locally (CLI refuses Node 25, the only Node on this machine). Mintlify's PR preview covers it.

Adds a Build with AI page: the one-line CTA pointing at the hosted
integration prompt, the full copyable prompt mirrored from the platform
repo, open-in-ChatGPT and open-in-Cursor deep links built from the
URL-encoded prompt, a Claude copy-or-MCP note, per-tool rule-file
locations, and the agent-skills install command.

Wires the page into the Getting Started nav, adds a fastest-path tip to
the quickstart, and adds docs.json markdown.instructions so every .md
export and llms.txt tells agents to keep the key in env, fetch live job
types, and find the full prompt at /prompts/integrate.md.
@a-essawy
a-essawy merged commit d6a8a99 into main Aug 15, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant