Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
This Aspose.Words for .NET Skills provide an AI-optimized version of the documentation that can be used by coding assistants, LLM tools, and developer workflows.
Aspose.Words for .NET provides Documentation Skills that help AI coding agents, LLM tools, and developer assistants understand how Aspose.Words works and how to use its features.
The Aspose.Words for .NET Skill is a structured, AI-optimized version of the official Aspose.Words for .NET documentation. It makes it easier for AI systems to interpret:
This improves the quality of AI-generated answers, reduces hallucinations, and helps coding assistants produce more accurate examples when working with Aspose.Words for .NET.
The Aspose.Words for .NET Skill is useful whenever AI tools need reliable context about Aspose.Words. Use this skill when you want to:
The Aspose.Words for .NET 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 Aspose.Words for .NET and links to the most important documentation topics |
references/getting-started.md |
Setup and configuration instructions for starting with Aspose.Words |
references/configuring.md |
Configuring fonts, hyphenation, and text shaping |
references/supported-formats.md* |
Supported document formats |
references/licensing.md |
License types and license applying options |
references/create-or-load.md |
Creating or loading a document |
references/saving.md |
Saving a document |
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 |
references/protection.md |
Document protection |
references/printing.md |
Document printing |
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.
Download the Aspose.Words for .NET Skill package:
Extract the content of archive into skills folder (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 Aspose.Words for .NET Skill – just write in your coding agent:
/Aspose.Words for .NET Convert mydocument.docx to pdf
or
Use Aspose.Words for .NET skill to convert mydocument.docx to pdf
The generated code should look similar to this:
using Aspose.Words.Loading;
using Aspose.Words.Saving;
Document doc = new Document(MyDir + "Document.docx");
doc.Save("DocToDocx.pdf");
Depending on the AI tool or coding agent you are using, the skill directory may be placed in locations such as:
/skills/ or /knowledge/ folderSkills 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 |
After installation, the AI assistant should be able to answer questions about Aspose.Words for .NET features such as conversion, comparing, mail merge, and others. If the assistant provides detailed Aspose.Words-specific answers, the skill has been loaded successfully.
The Aspose.Words for .NET 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.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.