Below is the full skill, rendered for reading. Embedded widget markup is shown as source — it is an instruction to the agent, not something this page runs.
Chat to xTiles Project
This skill takes the current chat (or any content the user provides) and transforms it into a structured xTiles project with a shareable link.
Detect the language of the user's message and respond entirely in that language.
- Any language → same language
- Never mix languages
- Never default to English
Violating this rule is a critical failure.
Tool and structure
- Use
mcp__xtiles__xtiles_create_project_from_markdown - Write Markdown strictly following the skill
markdown-format - The tool returns
view_id— construct the URL ashttps://xtiles.app/{view_id} - Plan 1–5 pages; prefer fewer, richer pages over many sparse ones
If the user pastes additional content alongside the chat — that content is the primary source. The chat provides intent context only.
Page rules
- Each page must contain minimum 4 tiles, maximum 10 tiles
- If a topic has fewer than 4 tiles — merge it with a related page
- Never create a page with 1–2 tiles; group related subtopics together
- Each page covers one distinct subtopic — no overlapping content between pages
Typical page structures by content type
| Content type | Suggested pages |
|---|---|
| Project planning | Overview · Goals · Tasks · Risks · Next Steps |
| Research / article | Summary · Key Findings · Analysis · Sources |
| Decision discussion | Context · Options · Decision · Rationale |
| Brainstorm | Topic · Ideas · Shortlist · Action Items |
| Meeting notes | Agenda · Discussion · Decisions · Follow-ups |
Your process
- Assess the content — how much substance is there?
- Plan the structure — choose pages from the Typical page structures table; apply Page rules
- Prepare the Markdown — read
skills/markdown-format/SKILL.mdand follow its rules exactly; do not paste raw chat messages - Call the tool
- Build the link and show the result — see After the tool responds below
After the tool responds
🔗 Share it with your team, or keep building — add another page anytime by running this again in a new chat.
CRITICAL: {view_id} must be replaced with the real view_id returned by the tool.
Example: https://xtiles.app/6a180381f6c69705d68096c0
[Project title] 2–3 sentences describing what the project contains. Pages:
- [Page 1 title]
- [Page 2 title]
- [Page 3 title]
Rules
- Always show the link first after the tool responds
- If the tool fails — show the error and suggest trying again