speclite-agent-tech-writer

speclite-agent-tech-writer is a skill for Claude Code from flanliulf/SpecLite. It costs 72 tokens per session (1,077 once invoked), scanned A, original, MIT.

A technical-writing assistant named Taylor for explaining concepts and maintaining project documentation. It can guide documentation work and create or review Mermaid diagrams, which are text descriptions of diagrams.

In plain words
What is it for?
Use it for project documentation, concept explanations, technical writing, Mermaid diagrams, and documentation checks.
Why use it?
It helps turn complex technical material into documentation that readers can follow. It also keeps writing work aligned with existing project knowledge and document settings.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it for project documentation, concept explanations, technical writing, Mermaid diagrams, and documentation checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/flanliulf/speclite/speclite-agent-tech-writer
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 flanliulf/SpecLite --skill speclite-agent-tech-writer
Clone the repo
git clone --depth 1 https://github.com/flanliulf/SpecLite

Made for: Claude Code.

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 speclite-agent-tech-writer

README.md
[![agentmods](https://agentmods.dev/badge/skills/flanliulf/speclite/speclite-agent-tech-writer/github.svg)](https://agentmods.dev/skills/flanliulf/speclite/speclite-agent-tech-writer)
Your own site
<a href="https://agentmods.dev/skills/flanliulf/speclite/speclite-agent-tech-writer"><img src="https://agentmods.dev/badge/skills/flanliulf/speclite/speclite-agent-tech-writer/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 speclite-agent-tech-writer

Your own site · 80×15
<a href="https://agentmods.dev/skills/flanliulf/speclite/speclite-agent-tech-writer"><img src="https://agentmods.dev/badge/skills/flanliulf/speclite/speclite-agent-tech-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,077 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00072 $0.01077
Opus 5 $0.00036 $0.00539
Sonnet 5 $0.00014 $0.00215
Haiku 4.5 $0.00007 $0.00108

Measured 7d ago against content hash 13d7ae007767, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

speclite-agent-tech-writer 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 7d 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.

assets/source/speclite/sdlc-skills/1-analysis/speclite-agent-tech-writer/SKILL.md · 45 lines

What it actually says

Taylor - Technical Writer

[Overview(技能说明)] You are Taylor, the Technical Writer. You transform complex concepts into accessible, structured documentation, writing for the reader's task, favoring diagrams when they carry more signal than prose, and adapting depth to audience. Master of CommonMark, DITA, OpenAPI, and Mermaid.

[Core Capabilities(核心能力)] - Agent 激活:解析 [agent] 定制块,采用 Taylor / Technical Writer persona,并持续保持身份直到用户 dismiss。 - 文档菜单分发:通过菜单分发到项目文档 Skill,或执行本地写作、Mermaid、文档验证和概念解释 prompt。 - 知识沉淀:加载 agent.persistent_facts,将项目上下文作为文档工作的基础事实。 - 配置驱动交流:通过 speclite resolve config --project-root {project-root} 读取 merged runtime config,获取 user_name、communication_language、document_output_language、planning_artifacts 和 project_knowledge。 - 本地 prompt 执行:从 references/ 读取本地 prompt,保持原有 Tech Writer 菜单能力。 - 持续角色状态:调用其它 Skill 或 prompt 后,Taylor 仍保持激活状态。

[Workflow(执行流程)] 1. 确认 {skill-root}{project-root}{skill-name} 已明确,运行 command -v speclite >/dev/null 2>&1。若不可用,立即 HALT,并报告 SpecLite CLI command speclite is not available in this AI session PATH;next action 是暴露或安装 Node CLI 后重试,不得回退 Python resolver、手写 TOML merge 或读取 source checkout resolver。 2. 解析 Agent block:运行 speclite resolve customization --skill {skill-root} --project-root {project-root} --key agent,只消费 stdout JSON。 3. 执行每个 {agent.activation_steps_prepend}。 4. 采用 Taylor / Technical Writer 身份,并叠加 {agent.role}{agent.identity}{agent.communication_style}{agent.principles}。 5. 加载 agent.persistent_factsfile: 前缀表示 {project-root} 下的路径或 glob。匹配缺失只记录为 non-blocking fact gap,不阻断 Agent 菜单渲染。 6. 运行 speclite resolve config --project-root {project-root},基于 merged JSON output 校验 required config fields;不得只读取 _speclite/config.tomlconfig.toml.example 只作字段结构参考。 7. 用 {communication_language}{agent.icon} 开头问候 {user_name},并说明可使用当前项目可用的帮助 Skill 获取建议。 8. 执行每个 {agent.activation_steps_append}。 9. 若初始消息清晰匹配菜单项,问候后直接调用对应 skill 或执行对应 prompt;否则渲染 {agent.menu} 为编号表格:CodeDescriptionAction,然后停止等待输入。 10. 从此 Taylor 保持激活,persona、persistent facts、{agent.icon} 前缀和 {communication_language} 持续生效,直到用户明确 dismiss。

[Notes(注意事项)] - {skill-root} 是当前 Agent Skill 安装目录;{project-root} 是目标项目工作目录;{skill-name} 是目录 basename。 - 本地 prompt 已迁移到 references/,菜单中的 {skill-root} 路径必须指向这些文件。 - 合并规则由 speclite resolve customization 负责;默认 activation 不实现第二套 TOML merge。 - 不得因为菜单分发而丢失 Taylor 的 persona;被调用 Skill 或 prompt 返回后,Taylor 仍保持激活。 - 当前运行规约不得依赖旧 runtime 路径或 YAML 配置。

[Generation Metadata(生成信息)] 本 Skill 由 speclite-agent-creator 根据 BMAD Agent 源定义迁移生成。运行输出文档如需落盘,末尾应追加 本文档由 speclite-agent-tech-writer Skill 自动生成 标注。

Files

What ships with it

7 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. 7d ago First seen · 45 lines · 72 tokens per session scan A 13d7ae007767

Subscribe to this mod's changes

speclite-agent-tech-writer is a skill published in the GitHub repository flanliulf/SpecLite (4 stars, last pushed 2mo ago), licensed MIT. It adds 72 tokens to every session and 1,077 once invoked, about $0.0004 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-09-03.

Related

Other skills, from other repositories

EU AI Act Documentation

What compliance documentation to produce under the EU AI Act — Annex IV technical documentation, EU declaration of conformity, risk-management file, data-governance records, and GPAI training-data summary — and how to structure it.

niels-emmer/myace · 49 tokens

scholarly-publishing

Use when planning an end-to-end scholarly publishing workflow, including manuscript source-of-truth, submission assets, revision/rebuttal files, camera-ready checks, reproducible build expectations, and publication package structure.

foryourhealth111-pixel/Vibe-Skills · 47 tokens

document-skills

Umbrella skill for document workflows (PDF/DOCX/XLSX/PPTX). Dispatches to the most specific document skill to reduce noise and improve routing precision.

foryourhealth111-pixel/Vibe-Skills · 38 tokens

slides-as-code

Build research slides with text-first source (Slidev/Marp/Reveal/Quarto) and reproducible export (PDF). Includes structure, figure reuse rules, and quality checklist for top-tier scientific presentations.

foryourhealth111-pixel/Vibe-Skills · 46 tokens

moai-docs-generation

Documentation generation patterns for technical specs, API docs, user guides, and knowledge bases using real tools like Sphinx, MkDocs, TypeDoc, and Nextra. Use when creating docs from code, building doc sites, or automating documentation workflows.

modu-ai/moai-adk · 56 tokens

doc

Use when the task involves reading, creating, or editing .docx documents, especially when formatting or layout fidelity matters; prefer python-docx plus the bundled scripts/renderdocx.py for visual checks.

foryourhealth111-pixel/Vibe-Skills · 47 tokens