Teaches AI assistants the Carbone Universal Templating Language — so they can design templates from scratch or embed Carbone tags into generated DOCX, XLSX, and PPTX files.
Works with any platform that supports the open Agent Skills standard:
| Platform | Instructions |
|---|---|
| Claude (claude.ai) | docs.claude.com |
| Claude Code | code.claude.com |
| ChatGPT | developers.openai.com |
| Cursor | cursor.com/docs |
| VS Code (GitHub Copilot) | code.visualstudio.com |
| Gemini CLI | geminicli.com/docs |
| OpenAI Codex | developers.openai.com |
| All other platforms | agentskills.io |
carbone.skill — latest release
- Go to Customize → Skills (at claude.ai/customize/skills)
- Click + → Upload a skill and upload
carbone.skill
Register the repository as a plugin marketplace:
/plugin marketplace add carboneio/carbone-skill
Then install the skill:
/plugin install carbone@carbone-skill
Or install manually by extracting carbone.skill:
unzip carbone.skill -d ~/.claude/skills/carboneSee cursor.com/docs/context/skills for the exact install path.
unzip carbone.skill -d ~/.copilot/skills/carbonegemini skills install carbone.skillunzip carbone.skill -d ~/.agents/skills/carboneSee agentskills.io for platform-specific instructions.
The Carbone Skill pairs with the Carbone MCP server. The skill gives the AI assistant deep knowledge of Carbone's templating syntax, while the MCP server provides direct API access to render documents. Together, they let you design templates and generate documents in a single conversation: the skill handles syntax correctness, the MCP handles API actions.
- Tag syntax:
{d.},{c.}, aliases, i18n, runtime options - Formatters: date, number, string, currency, and chaining
- Conditions:
showBegin/showEnd,hideBegin/hideEnd, ternary expressions - Loops: arrays, nested loops, aggregation, drop-row patterns
:setpatterns for computed and conditional values- HTML templates: CSS injection, charts, headers/footers, PDF options
- Markdown templates: loops in tables, converting to DOCX/PDF
- Embedding Carbone tags into AI-generated DOCX, XLSX, and PPTX files
- Best practices and a validation checklist
- Template formats:
XMLHTMLODTODSODPDOCXXLSXPPTXODGSVGMDIDML— andPDFform templates - Export formats:
PDFDOCXXLSXPPTXODTODSODPHTMLCSVTXTJPGPNGGIFSVGWEBPEPUBMDRTF(160+ conversions)
Re-download the latest release when Carbone ships major updates:
Changelog: carbone.io/changelog.html
Spotted an error or missing formatter? See CONTRIBUTING.md.
Apache-2.0