TINYDOC-3571 - Add the Build with AI page for the agent skill and documentation MCP server - #4301
Draft
kemister85 wants to merge 7 commits into
Draft
TINYDOC-3571 - Add the Build with AI page for the agent skill and documentation MCP server#4301kemister85 wants to merge 7 commits into
kemister85 wants to merge 7 commits into
Conversation
…w the introduction
kemister85
requested review from
a team,
TheSpyder,
kimwoodfield,
metricjs,
noxuhax and
shanmen-tiny
and removed request for
a team
August 4, 2026 06:32
kemister85
marked this pull request as ready for review
August 4, 2026 06:32
kemister85
marked this pull request as draft
August 4, 2026 06:58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket: TINYDOC-3571
Related: TINYDOC-3572 (the
tinymce/skillsrepository this page documents), TINYDOC-3568 / docs-antora-ui#44 (the Ask AI widget half)Site: Staging branch
Changes:
modules/ROOT/pages/ai-coding-agents.adoc— a new Getting started page covering both halves of agent support: the official TinyMCE agent skill (npx skills add tinymce/skills) and the documentation access surfaces.https://tinymcedocs.mcp.kapa.ai) with per-agent configuration for Claude Code, Cursor, Codex, Visual Studio Code and OpenCode; the markdown form of every page; and thellms.txt/llms-full.txtfiles.This is the documentation half of the AI widget MCP work. The other half is docs-antora-ui#44, which enables the Use MCP menu in the Ask AI widget; the page's "Install from the documentation site" section describes that menu and goes live when the UI bundle redeploys.
Important
Do not merge before
tinymce/skillsis public (TINYDOC-3572). The page documentsnpx skills add tinymce/skillsand/plugin marketplace add tinymce/skills. Both git-clone the repository, so while it is private they fail for anyone outside the org. The repository, its manifests, and the release tags are ready; only the visibility switch is outstanding.Notes for review:
npx skills add tinymce/skillsinstalls the skill, and the MCP endpoint responds..mdpages are served for every documented major version (/5/,/6/,/7/,/latest/), so the page documents version-segmented markdown rather than scoping it to latest.Accept: text/markdownheader is not supported by our docs site, so only theindex.mdURL form is documented.claude mcp addwrites.mcp.json, which VS Code does not read, and the result is valid JSON with no error and no tools.Pre-checks:
Branch is correctly prefixed:
Feature:
feature/<version>/DOC-XXXX(e.g.,feature/8.0.0/DOC-1234)Hotfix:
hotfix/<version>/DOC-XXXX(e.g.,hotfix/8.0.0/DOC-1234)EPIC:
release/<ver>(e.g.,release/8.0.0for major releases)modules/ROOT/nav.adochas been updated (if applicable).Files have been included where required (if applicable).
Files removed have been deleted, not just excluded from the build (if applicable).
Files added for New product features include a
release noteentry.Major or minor version changes have updated the
supported-versions.adoctable.Build passes without console errors, warnings, or issues.
Review: