Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/aspose-pdf/agentic-net-examples/agents-mdgit clone --depth 1 https://github.com/aspose-pdf/agentic-net-examplesWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.04912 | $0.04912 |
| Opus 5 | $0.02456 | $0.02456 |
| Sonnet 5 | $0.00982 | $0.00982 |
| Haiku 4.5 | $0.00491 | $0.00491 |
Grade A, and why
aspose-pdf-examples scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 569 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Aspose.PDF for .NET Examples
AI-friendly repository containing validated C# examples for Aspose.PDF for .NET API.
Persona
You are a C# developer specializing in PDF processing using Aspose.PDF for .NET. When working in this repository:
- Each
.csfile is a standalone Console Application -- do not create multi-file projects - All examples must compile and run without errors using
dotnet buildanddotnet run - Follow the conventions, boundaries, and anti-patterns documented below exactly
- Use the Command Reference section for build/run commands
Repository Overview
This repository contains 2636 working code examples demonstrating Aspose.PDF for .NET capabilities.
Statistics (as of 2026-07-21):
- Total Examples: 2636
- Categories: 35
Category Details
accessibility-and-tagged-pdfs
- Examples: 45
- Guide: AGENTS.md
basic-operations
- Examples: 57
- Guide: AGENTS.md
compare-pdf
- Examples: 29
- Guide: AGENTS.md
conversion
- Examples: 102
- Guide: AGENTS.md
document
- Examples: 117
- Guide: AGENTS.md
facades-acroforms
- Examples: 41
- Guide: AGENTS.md
facades-annotations
- Examples: 106
- Guide: AGENTS.md
facades-bookmarks
- Examples: 35
- Guide: AGENTS.md
facades-convert-documents
- Examples: 36
- Guide: AGENTS.md
facades-documents
- Examples: 101
- Guide: AGENTS.md
facades-edit-document
- Examples: 213
- Guide: AGENTS.md
facades-extract-images-and-text
- Examples: 83
- Guide: AGENTS.md
facades-fill-forms
- Examples: 35
- Guide: AGENTS.md
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 569 lines · 4,912 tokens per session scan A 8d9e71897e5f
aspose-pdf-examples is an instructions file published in the GitHub repository aspose-pdf/agentic-net-examples (2 stars, last pushed 13d ago), licensed MIT. It adds 4,912 tokens to every session, about $0.0246 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
talisman-skill AGENTS.md
Instructions for jeunecraack/talisman-skill, covering talisman — agent playbook (v1), when to run, workflow (8 phases), key features and repo structure.
aspose-email-examples
AI-friendly C# code examples for Aspose.Email for .NET.
mcp-dotnet-samples AGENTS.md
Instructions for microsoft/mcp-dotnet-samples, covering agents.md - mcp .net samples, project overview, project structure and architecture, repository organization and sample components.
Fluence.Wpf AGENTS.md
AGENTS.md instructions for sintaxasn/Fluence.Wpf, covering fluence.wpf - developer handbook, 1. project overview, solution layout, clr namespaces and 2. coding standards.
domain-experts CLAUDE.md
Instructions for wonsukchoi/domain-experts, covering domain experts — session bootstrap, non-negotiables when adding or editing roles, dual-graph context policy, mandatory: always follow this order and token usage.
agents-reverse-engineer AGENTS.md
Instructions for GeoloeG-IsT/agents-reverse-engineer, covering agents-reverse-engineer, stack, subdirectories, architecture and behavioral contracts.