Wordize Skill
Wordize provides Documentation Skills that helps AI coding agents, LLM tools, and developer assistants understand how Wordize works and how to use its features.
What Is the Wordize Skill?
The Wordize Skill is a structured, AI-optimized version of the official Wordize documentation. It makes it easier for AI systems to interpret:
- configuration and setup instructions
- API concepts and features
- usage examples and code blocks
This improves the quality of AI-generated answers, reduces hallucinations, and helps coding assistants produce more accurate examples when working with Wordize.
When to Use the Skill?
The Wordize Skill is useful whenever AI tools need reliable context about Wordize:
- using AI coding assistants that generate Wordize examples
- integrating Wordize into AI-powered developer workflows
- implementing RAG pipelines based on technical documentation
- providing internal developer assistants with Wordize knowledge
What the Skill Contains
The Wordize Skill is distributed as a small set of Markdown files organized in a structure that is easy for both developers and AI tools to understand and process.
The skill package includes the following files:
| File name | Description |
|---|---|
SKILL.md |
The main entry point, providing an overview of Wordize and links to the most important documentation topics |
references/getting-started.md |
Setup and configuration instructions for starting with Wordize |
references/configuring.md |
Configuring fonts, hyphenation, and text shaping |
references/conversion.md |
Converting a document from one format to another |
references/comparison.md |
Comparison documents to detected changes: insertions, deletions, and modifications |
references/reporting.md |
LINQ reporting engine |
references/mail-merge.md |
Creating personalized documents through a combination of a document template with data |
references/replacement.md |
Search and replace functionality |
references/merge.md |
Merging multiple documents into one |
references/splitting.md |
Splitting a large document by various split criteria |
references/signature.md |
Digital signing of documents |
references/watermark.md |
Adding or removing watermarks in documents |
references/ai.md |
Summarization, grammar checking, and document translation using AI models |
Tip for AI tools
If you are using an AI coding assistant, point it to the SKILL.md file first.
This file acts as the entry point and helps the model discover the rest of the documentation structure.
Quick Start
-
Download the Wordize Skill package:
-
Extract the content of archive into
skillsfolder (generally, it is.agents/skills/) -
Place the extracted folder inside your coding agent knowledge directory.
-
Make sure the tool loads SKILL.md as the entry point. The agent will automatically discover additional documentation through the
/references/directory. -
Try the Wordize Skill – just write in your coding agent:
/wordize Convert mydocument.docx to pdfor
Use Wordize skill to convert mydocument.docx to pdfThe generated code should look similar to this:
using Wordize.Converting; var doc = "mydocument.docx"; Converter.Convert(doc, "mydocument.pdf”);
Typical Skill Locations
Depending on the AI tool or coding agent you are using, the skill directory may be placed in locations such as:
- a local
/skills/or/knowledge/folder - a project-level AI configuration directory
- an agent-specific extensions directory
Skills Paths for Common AI Coding Assistants:
| Tool | Project Path | Global Path | Official Docs |
|---|---|---|---|
| Antigravity | .agents/skills/ |
~/.gemini/antigravity/skills/ |
Antigravity Skills |
| Claude Code | .claude/skills/ |
~/.claude/skills/ |
Claude Code Skills |
| Codex | .agents/skills/ |
~/.agents/skills/ |
Codex Skills |
| Cursor | .cursor/skills/ |
~/.cursor/skills/ |
Cursor Skills |
| Gemini CLI | .gemini/skills/ |
~/.gemini/skills/ |
Gemini CLI Skills |
| GitHub Copilot | .github/skills/ |
~/.copilot/skills/ |
Copilot Skills |
| OpenCode | .opencode/skills/ |
~/.config/opencode/skills/ |
OpenCode Skills |
| Windsurf | .windsurf/skills/ |
~/.codeium/windsurf/skills/ |
Windsurf Cascade Skills |
Verify Installation
After installation, the AI assistant should be able to answer questions about Wordize features such as conversion, comparing, mail merge, and others. If the assistant provides detailed Wordize-specific answers, the skill has been loaded successfully.
Versioning and Updates
The Wordize Skill is generated from the official documentation and updated as the documentation evolves. It is recommended to periodically update it to ensure the AI tools have access to the latest information.