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 skills add jaccen/Awesome-Gaussian-Skills --skill cg-paper-writinggit clone --depth 1 https://github.com/jaccen/Awesome-Gaussian-SkillsWrote 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/jaccen/awesome-gaussian-skills/cg-paper-writing)<a href="https://agentmods.dev/skills/jaccen/awesome-gaussian-skills/cg-paper-writing"><img src="https://agentmods.dev/badge/skills/jaccen/awesome-gaussian-skills/cg-paper-writing/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/jaccen/awesome-gaussian-skills/cg-paper-writing"><img src="https://agentmods.dev/badge/skills/jaccen/awesome-gaussian-skills/cg-paper-writing.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.00134 | $0.01789 |
| Opus 5 | $0.00067 | $0.00894 |
| Sonnet 5 | $0.00027 | $0.00358 |
| Haiku 4.5 | $0.00013 | $0.00179 |
Grade A, and why
cg-paper-writing 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 13d 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 — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CG Paper Writing Engine (Router)
Architecture: Axis-driven static/dynamic router. Do NOT try to apply the writing logic from memory or from this router alone. Always load fragments from disk as described below.
Step 1 — Detect Request Axes
Analyze the user's request to determine axis values:
Axis: section
| User Intent | section value |
|---|---|
| Writing or revising abstract | abstract |
| Writing or revising introduction | intro |
| Writing or revising related work | related-work |
| Writing or revising methodology | method |
| Writing or revising experiments | experiments |
| Writing contribution statements | contribution |
| Full paper or unspecified section | all |
Axis: venue
| User Intent | venue value |
|---|---|
| Targeting CVPR/ICCV/ECCV | cvpr |
| Targeting SIGGRAPH/EG/PG | siggraph |
| Targeting NeurIPS/AAAI | neurips |
| Targeting TVCG/CGF/TOG/TPAMI | tvcg |
| Writing PhD thesis chapter | thesis |
| Unspecified or multi-venue | all |
If the user does not specify, defaults are: section=all, venue=all.
Step 2 — Load Required Fragments
Always Load (every invocation)
Read these files from static/:
- static/core-stance.md — Role, writing process, de-AI rules, citation fact-check, guardrails
- static/symbols-terminology.md — Mathematical symbols, CG/CAD/3D terminology reference
On-Demand Load (by detected section)
| section | Fragment(s) to Load |
|---|---|
| abstract | static/writing-abstract-intro.md |
| intro | static/writing-abstract-intro.md |
| related-work | static/writing-related-method.md |
| method | static/writing-related-method.md |
| experiments | static/writing-experiments.md |
| contribution | static/writing-experiments.md |
| all | All writing fragments (abstract-intro, related-method, experiments) |
On-Demand Load (by detected venue)
| venue | Fragment to Load |
|---|---|
| any non-all value | static/venue-formats.md |
| all | static/venue-formats.md |
What ships with it
8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 13d ago First seen · 135 lines · 134 tokens per session scan A 0fb52b43eb61
cg-paper-writing is a skill published in the GitHub repository jaccen/Awesome-Gaussian-Skills (151 stars, last pushed 7d ago), licensed Apache-2.0. It adds 134 tokens to every session and 1,789 once invoked, about $0.0007 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
usgs-lidar-dem
Download USGS 3DEP LiDAR DEM data, colorize with satellite imagery, and import into Metashape as laser scan ground truth. Use when extending photogrammetry environments with surrounding terrain.
sky-artifact-prevention
Prevent and remove sky/tunnel mesh artifacts in road corridor photogrammetry. Covers five strategies from Metashape-side prevention (height field, region crop, point cloud classification, source selection) to post-mesh cleanup. The.
metashape-reconstruction
Guide dense reconstruction, mesh building, and texturing in Metashape MCP. Covers depth maps, point cloud, mesh, texture, DEM, and orthomosaic generation with correct GPU/CPU settings and quality parameters. Works through the Metashape MCP server.
photo-import-setup
Set up a new Metashape project from scratch — import photos, load GPS reference, configure sensors (fisheye, rolling shutter, multi-camera), import EXR alpha masks, run image quality analysis, and disable bad frames. The first skill to use on any new capture. Works through the Metashape MCP server.
corridor-alignment-pipeline
Orchestrate incremental alignment of long road corridor captures with automatic drift detection and QA gates. Prevents alignment divergence by checking GPS deviation gradients and continuity between batches. Works through the Metashape MCP server.
metashape-api-lookup
Look up Metashape Python API parameters and enums from local reference files when building or fixing MCP tools. Use when you need to verify parameter names, types, defaults, or enum values for Metashape API calls.