Borrowing it
Nothing to install: this file belongs to XAIHT/Tlamatini. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/XAIHT/Tlamatini/main/.codex/skills/overlap-safe-pptx-dossier/SKILL.mdgit clone --depth 1 https://github.com/XAIHT/TlamatiniWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/xaiht/tlamatini/overlap-safe-pptx-dossier)<a href="https://agentmods.dev/skills/xaiht/tlamatini/overlap-safe-pptx-dossier"><img src="https://agentmods.dev/badge/skills/xaiht/tlamatini/overlap-safe-pptx-dossier/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/xaiht/tlamatini/overlap-safe-pptx-dossier"><img src="https://agentmods.dev/badge/skills/xaiht/tlamatini/overlap-safe-pptx-dossier.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What 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.1 | $0.00066 | $0.01307 |
| Opus 5 | $0.00033 | $0.00654 |
| Sonnet 5 | $0.00013 | $0.00261 |
| Haiku 4.5 | $0.00007 | $0.00131 |
Grade A, and why
overlap-safe-pptx-dossier 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 12d 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 — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Overlap-Safe PPTX Dossier
Use this skill when a deck must be complete, polished, and layout-safe.
Non-Negotiable Layout Rules
- Never cram dense content onto one slide. Split into more slides.
- Track every intentional content rectangle: title, subtitle, panels, cards, diagrams, tables, images, and tree text.
- Validate that every tracked rectangle stays within slide bounds.
- Validate that tracked rectangles do not overlap unless the overlap is deliberate containment, such as text inside its own card.
- Use
TextFrame.fit_text()or conservative font sizes, but do not rely on auto-fit to rescue overloaded slides. - For file-tree appendix slides, chunk the tree into small fixed-size line groups; keep one monospaced text box per slide.
- For tables, prefer monospaced text or pre-sized rows over huge PowerPoint tables.
Visual Style Guidance
When the user supplies a reference presentation:
- Inspect the deck with
python-pptx; if slides are image-only, extract media fromppt/media/and use the images as style references or cover backgrounds. - Match the visual language rather than copying old content blindly.
- For the Tlamatini reference style, prefer obsidian/dark stone backgrounds, copper and jade accents, thin ornamental lines, translucent cards, geometric diagrams, and light display typography.
- Use icons as simple labeled glyphs, line shapes, or small cards when assets are not available.
- Keep contrast high enough for extracted text and projected viewing.
Required Deck Content
The deck must include:
- What the system is and what it does.
- How the system works end to end.
- How to use it from source, in chat, in Multi-Turn mode, and in the workflow designer.
- Packaging/build path.
- Agent catalog overview.
- Repository facts and current HEAD.
- Effective line counts by language, total effective lines, and methodology.
- Largest files by effective lines.
- Complete tracked file tree, split across appendix slides.
- Latest changes or optimizations as a section, not as the whole deck.
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.
- 12d ago First seen · 82 lines · 66 tokens per session scan A ba6dfb9c8cde
overlap-safe-pptx-dossier is a skill published in the GitHub repository XAIHT/Tlamatini (16 stars, last pushed today), licensed MIT. It adds 66 tokens to every session and 1,307 once invoked, about $0.0003 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-30.
Other skills, from other repositories
sn-ppt-creative
Creative-mode PPT pipeline. One full-page 16:9 PNG per slide. LLM / VLM calls go through sn-ppt-standard/lib/modelclient.py (shared thin client). Text-to-image (the actual png rendering) goes through sn-image-base/scripts/snagentrunner.py. Falls back to web image search when T2I generation fails. Expects taskpack.json…
sn-ppt-entry
Entry point for PPT generation. Asks the user to choose a mode (fast, standard, or creative), then collects role / audience / scene / pagecount as needed. For standard mode, also asks how images should be sourced (AI generation, web search, or none), whether charts should use AI-generated infographics or ECharts, and…
sn-da-excel-workflow
A step-by-step workflow for analysing Excel workbooks with multiple sheets. It covers reading data, cleaning it, filtering and combining results, and exporting reports, with a separate strategy for large files.
sn-da-large-file-analysis
A workflow for analyzing very large Excel datasets, especially files with at least 10,000 rows. It uses lower-memory reading, streaming through rows, splitting work into chunks, and converting data to Parquet, a column-based data format suited to repeated analysis.
pdf-analysis
A PDF analysis method for reading both normal PDFs with selectable text and scanned PDFs made from page images.
ppt-analysis
A parser for PowerPoint presentations in .pptx or older .ppt format that extracts their contents and flags slides needing image-based inspection.