llm-solution-techdoc-latex

llm-solution-techdoc-latex is a skill for Claude Code from AgenticAIPlan/AgenticAISkills. It costs 107 tokens per session (1,006 once invoked), scanned A, original, MIT.

A LaTeX document workflow for producing customer-facing PDF technical proposals about enterprise large-language-model solutions. LaTeX is a document system used for consistent, traceable formatting of technical and formal documents.

In plain words
What is it for?
Use it to create technical attachments for bids or proofs of concept, including capability mappings, integration diagrams, scenario benefits, deployment and security details, operations requirements, and version records.
Why use it?
It connects proposed model capabilities to a customer’s existing systems, use cases, deployment, security, operations, and measurable outcomes in one standard document.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agentic-ai-skills plugin — 54 skills shipped together

Good fit Use it to create technical attachments for bids or proofs of concept, including capability mappings, integration diagrams, scenario benefits, deployment and security details, operations requirements, and version records.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agenticaiplan/agenticaiskills/llm-solution-techdoc-latex
Install

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.

Any agent
npx skills add AgenticAIPlan/AgenticAISkills --skill llm-solution-techdoc-latex
Clone the repo
git clone --depth 1 https://github.com/AgenticAIPlan/AgenticAISkills

Made for: Claude Code.

Or install agentic-ai-skills, the plugin that ships this one along with the rest of its 54 skills.

Wrote 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.

agentmods badge for llm-solution-techdoc-latex

README.md
[![agentmods](https://agentmods.dev/badge/skills/agenticaiplan/agenticaiskills/llm-solution-techdoc-latex/github.svg)](https://agentmods.dev/skills/agenticaiplan/agenticaiskills/llm-solution-techdoc-latex)
Your own site
<a href="https://agentmods.dev/skills/agenticaiplan/agenticaiskills/llm-solution-techdoc-latex"><img src="https://agentmods.dev/badge/skills/agenticaiplan/agenticaiskills/llm-solution-techdoc-latex/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.

agentmods 80×15 button for llm-solution-techdoc-latex

Your own site · 80×15
<a href="https://agentmods.dev/skills/agenticaiplan/agenticaiskills/llm-solution-techdoc-latex"><img src="https://agentmods.dev/badge/skills/agenticaiplan/agenticaiskills/llm-solution-techdoc-latex.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,006 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00107 $0.01006
Opus 5 $0.00053 $0.00503
Sonnet 5 $0.00021 $0.00201
Haiku 4.5 $0.00011 $0.00101

Measured 9d ago against content hash 1ca91cfde8f5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

llm-solution-techdoc-latex scanned grade A with 1 finding 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 9d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/generate_techdoc.py, tools/tectonic/install-tectonic.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

1. 下载安装脚本:`curl -L --fail --silent --show-error -o install-tectonic.sh https://drop-sh.fullyjustified.net`
skills/llm-solution-techdoc-latex/SKILL.md · 59 lines

What it actually says

企业大模型技术方案(LaTeX)

用 LaTeX 生成典型「技术方案 / 交付文档」结构,显式建立 大模型可交付能力客户现有产品/系统 之间的映射关系;不绑定特定厂商或模型品牌,具体平台与指标以合同与官方材料为准。

输入(收集或由用户给定)

  • 客户画像:customer_nameindustrycurrent_products[]
  • 目标场景:scenarios[](痛点 → 能力 → 集成 → KPI)
  • 大模型能力范围:llm_capabilities[](仅写已开通/已采购项;否则标「待确认」)
  • 集成约束:data_sources[]deployment_modesecurity_compliance[]
  • 运维要求:slamonitoringcost_model(允许占位)

执行流程

  1. 编辑 assets/sample-input.json(或自建 JSON,字段名与样例一致)。
  2. 运行:
    • python3 scripts/generate_techdoc.py --input assets/sample-input.json --outdir output --compile --engine tools/tectonic/tectonic
    • 若本机未装 LaTeX,可用 --preview 生成可审阅的纯文本(并尝试用系统 cupsfilter 生成简易 PDF):... --preview
  3. 交付物:
    • output/llm-solution-techdoc.tex
    • output/llm-solution-techdoc.pdf(编译成功时)
    • output/llm-solution-techdoc.preview.pdf(使用 --previewcupsfilter 可用时)

安装 Tectonic(推荐)

tools/tectonic/tectonic 不存在,可在 Unix/macOS 下安装:

  1. 下载安装脚本:curl -L --fail --silent --show-error -o install-tectonic.sh https://drop-sh.fullyjustified.net
  2. tools/tectonic/ 目录执行:sh install-tectonic.sh

tectonic 是独立的 TeX/LaTeX 引擎,负责解析 .tex 并输出 PDF;curl 用于下载官方分发脚本。)

规则(保证表述可审计)

  • 无合同或官方材料时,不要写死具体模型版本或评测指标;用「以实际开通能力为准 / 待确认」占位。
  • 优势描述与 场景 绑定(时延、成本、准确率、合规、TCO 等),避免空洞营销话术。
  • 映射关系优先用表格:能力 ↔ 产品模块 ↔ 集成方式 ↔ 预期收益 ↔ KPI。

随包资源

  • assets/techdoc-template.tex:LaTeX 模板(ctexart + 企业文档结构)
  • assets/sample-input.json:可跑通的示例数据
  • scripts/generate_techdoc.py:JSON → .tex 渲染,并可选用 tectonic / xelatex / pdflatex 编译
  • output/:可选示例生成物(.tex / .preview.txt);PDF 需本地编译或 --preview 生成,默认不纳入版本库(见 .gitignore
  • references/:补充资料占位,可按项目追加说明

依赖说明(Python 标准库)

  • argparse:命令行参数(--input / --outdir / --compile 等)。
  • json:读取结构化输入。
  • pathlib.Path:路径拼接与读写文件。
  • subprocess:调用外部 LaTeX 引擎或 cupsfilter
  • shutil.which:在 PATH 中查找可执行文件。
Files

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.

Changes

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.

  1. 9d ago First seen · 59 lines · 107 tokens per session scan A 1ca91cfde8f5

Subscribe to this mod's changes

llm-solution-techdoc-latex is a skill published in the GitHub repository AgenticAIPlan/AgenticAISkills (11 stars, last pushed 3mo ago), licensed MIT. It adds 107 tokens to every session and 1,006 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

markitdown

Convert heterogeneous documents and selected URIs to Markdown with Microsoft MarkItDown for text analysis, search, and LLM/RAG ingestion. Covers safe local conversion, streams, Office/PDF/data formats, batch workflows, plugins, vision OCR, Azure extraction, and the official MCP server.

K-Dense-AI/scientific-agent-skills · 61 tokens

paddleocr-text-recognition

An optical character recognition tool configuration for extracting text from images, photos, scans, screenshots, and scanned PDFs. OCR means converting text visible in an image into machine-readable text.

PaddlePaddle/PaddleOCR · 125 tokens

azure-ai-document-intelligence-ts

Extract text, tables, and structured data from documents using Azure Document Intelligence (@azure-rest/ai-document-intelligence). Use when processing invoices, receipts, IDs, forms, or building custom document models.

microsoft/skills · 47 tokens

azure-ai

Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR. WHEN: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech.

microsoft/skills · 76 tokens

markitdown

Convert files and office documents to Markdown. Supports PDF, DOCX, PPTX, XLSX, images (with OCR), audio (with transcription), HTML, CSV, JSON, XML, ZIP, YouTube URLs, EPubs and more.

synthetic-sciences/openscience · 53 tokens

ingest

Turn external URLs and documents into LLM-ready content — load + cache web pages (HQCC compression) and OCR PDFs/images to Markdown. Use whenever the user gives a URL, asks you to read a webpage, or attaches a PDF/scan that needs to be parsed before reasoning. Executes via the cloud load, cloud search, and cloud parse…

Prismer-AI/PrismerCloud · 79 tokens