dev-guide-writer

dev-guide-writer is a skill for Claude Code, Codex from serejaris/kimi-skills. It costs 118 tokens per session (3,470 once invoked), scanned B, original, MIT.

A technical tutorial writer that turns a technology topic into a step-by-step guide with prerequisites, setup instructions, troubleshooting, advanced topics, and a quick reference.

In plain words
What is it for?
Use it to create tutorials, getting-started guides, how-to instructions, environment setup documentation, and cheatsheets.
Why use it?
It fills in the background knowledge and practical setup steps that beginners often need before they can follow a technical example.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create tutorials, getting-started guides, how-to instructions, environment setup documentation, and cheatsheets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/serejaris/kimi-skills/dev-guide-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 serejaris/kimi-skills --skill dev-guide-writer
Clone the repo
git clone --depth 1 https://github.com/serejaris/kimi-skills

Made for: Claude Code, Codex.

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 dev-guide-writer

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/serejaris/kimi-skills/dev-guide-writer"><img src="https://agentmods.dev/badge/skills/serejaris/kimi-skills/dev-guide-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,470 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 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.00118 $0.03470
Opus 5 $0.00059 $0.01735
Sonnet 5 $0.00024 $0.00694
Haiku 4.5 $0.00012 $0.00347

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

Security

Grade B, and why

dev-guide-writer scanned grade B 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.

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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo apt update && sudo apt install -y xxx
skills/dev-guide-writer/SKILL.md · 379 lines

How it starts

The opening of the file, as written. The whole thing — 379 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Tech Tutorial Builder

一个主题 → 完整技术教程:通过结构化 SOP 流程,将技术主题转化为包含前置知识、环境搭建、核心步骤、常见报错排查和进阶拓展的完整教程,并附带速查表(Cheatsheet)。

Quick Start

用户只需提供技术主题或操作目标,Agent 按照以下流程自动生成完整教程:

用户:帮我写一个 Docker 入门教程
Agent:[按 SOP 流程输出完整技术教程 + Cheatsheet]

SOP 流程

Phase 1: 主题定位与受众分析

目标:明确教程的技术主题、目标读者和范围边界。

操作步骤

  1. 解析主题:从用户输入中识别核心技术、操作目标和预期产出物
  2. 提出澄清问题(最多 4 个关键问题):
    • 目标读者的技术水平?(零基础 / 有一定基础 / 有经验的开发者)
    • 读者的操作系统环境?(macOS / Windows / Linux / 不限)
    • 教程完成后读者应该能做什么?(具体可交付的成果)
    • 有没有特定版本或技术栈的约束?
  3. 如果用户要求跳过澄清,则基于以下默认假设继续:
    • 读者:有基本编程经验但不熟悉该技术
    • 环境:同时覆盖 macOS 和 Linux(必要时注明 Windows 差异)
    • 目标:能独立完成一个最小可工作的示例

输出:教程元信息摘要(主题、受众、目标、范围,不超过 150 字)


Phase 2: 前置知识梳理(Prerequisites)

目标:列出读者在开始本教程前需要掌握的所有知识和工具,确保没有知识断层。

操作步骤

  1. 知识依赖分析

    • 列出本教程涉及的所有技术概念
    • 逐项判断:该概念是"教程内讲解"还是"读者应已掌握"
    • 判断标准:如果展开讲解会偏离主题超过 200 字,则归为前置知识
  2. 前置知识清单

    • 按"必须掌握"和"了解即可"两个层次分类

    • 每项附带一句话说明"为什么需要它"

    • 格式:

      **必须掌握**:
      - [知识点]:[为什么需要它](推荐学习资源名称)
      
      **了解即可**:
      - [知识点]:[在教程中会涉及哪些方面]
      
  3. 自检规则

    • 如果前置知识超过 5 项,考虑缩小教程范围或拆分为系列教程
    • 每项前置知识必须有公开可获取的学习资源可供参考

输出:分层前置知识清单


Phase 3: 环境搭建(Environment Setup)

目标:提供一条可复现的环境配置路径,确保读者在动手核心步骤前环境就绪。

操作步骤

  1. 环境清单:列出所有需要安装/配置的工具及推荐版本

    • 格式:工具名 版本要求(如 >= x.y)| 用途说明
    • 明确区分"必须安装"和"可选安装"
  2. 安装步骤:按操作系统分别给出命令

    • 每条命令前用一句话说明"这条命令做了什么"

    • 安装命令只使用官方推荐方式或主流包管理器

    • 格式:

      **macOS**:
      # 安装 xxx(通过 Homebrew)
      brew install xxx
      
      **Linux (Ubuntu/Debian)**:
      # 安装 xxx(通过 apt)
      sudo apt update && sudo apt install -y xxx
      
  3. 环境验证:每个工具安装后提供验证命令和预期输出

    • 格式:

      # 验证安装
      xxx --version
      # 预期输出:xxx x.y.z
      
  4. 自检规则

    • 所有安装命令必须来自官方文档或主流包管理器,不使用第三方脚本
    • 不包含任何 API Key、密码、token 等敏感信息的真实值
    • 涉及配置文件时,使用占位符(如 YOUR_API_KEY)并说明获取途径

输出:分操作系统的安装配置指南 + 验证命令


Phase 4: 核心步骤(Core Steps)

目标:以递进式结构带领读者从零完成核心操作,每一步都可独立验证。

操作步骤

  1. 步骤规划
    • 将整个操作拆分为 5-10 个步骤(每步聚焦一个子目标)
    • 步骤之间严格按依赖关系排序
    • 每步包含:步骤编号、标题、目标说明

Read the full file on GitHub · 379 lines

Files

What ships with it

1 file 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 · 379 lines · 118 tokens per session scan B ab61018ed21f

Subscribe to this mod's changes

dev-guide-writer is a skill published in the GitHub repository serejaris/kimi-skills (6 stars, last pushed 1mo ago), licensed MIT. It adds 118 tokens to every session and 3,470 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). 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

offensive-vuln-classes

Exploit development curriculum covering core vulnerability classes with real-world CVE case studies: stack/heap buffer overflows, use-after-free, integer overflows, format strings, type confusion, and race conditions. Use when learning or teaching vuln classes, researching specific CVE patterns, or building exploit…

SnailSploit/Claude-Red · 0 tokens

explain-this

Explain whatever the user is pointing at right now in plain language: a pending question, a piece of code, an error, a command output, or an artifact like a plan or findings report. Use when the user asks to "explain this", "what am I being asked", "what's happening right now", "help me understand this", "what does…

tobihagemann/turbo · 102 tokens

understand-change

Teach the user to deeply understand a change through interactive tutoring: restating understanding, drilling into why/what/how, and quizzing until mastery. The active counterpart to a one-shot explanation. Use when the user asks to "understand this change", "teach me this change", "help me understand what changed"…

tobihagemann/turbo · 96 tokens

ape-visualize

Builds interactive, browser-based 3D Three.js visualizations of any mathematics or science concept as a single, self-contained HTML file. Takes a concept and a depth level (Simple, Intermediate, Advanced). Trigger on "ape visualize", "ape visualize math", "ape visualize science", "visualize math", "visualize science"…

arpitbbhayani/ape-skills · 89 tokens

ape-quiz-me

Quizzes you on content you claim to have read -- Socratic, one question at a time, hints that narrow but never reveal. Ends with a verdict on what you understood versus merely recited. Trigger on "ape quiz me", "quiz me on this", "test my understanding", "did I actually get this", or any request to be tested on shared…

arpitbbhayani/ape-skills · 81 tokens

ape-write-pseudocode

Guidelines for writing pseudocode for functions and algorithms. Use this skill whenever the user asks to write pseudocode, sketch out an algorithm, or describe the logic of a function at a high level. Trigger on phrases like "write pseudocode", "sketch this algorithm", "pseudocode for this function", or "describe the…

arpitbbhayani/ape-skills · 75 tokens