content-tutorial-structure

content-tutorial-structure is a skill for Claude Code, Codex from jtprogru/bear-skills. It costs 115 tokens per session (1,449 once invoked), scanned A, original, MIT.

A structure generator for technical tutorials and step-by-step how-to guides. It lays out prerequisites, the intended result, numbered commands with checks, troubleshooting, and cleanup without writing the full tutorial.

In plain words
What is it for?
Use it to plan guides for tasks such as deploying a service, configuring login, or measuring program memory. It helps define the reader’s starting point, final result, and technical environment.
Why use it?
It turns a broad tutorial idea into a specific, repeatable path that readers can follow and verify.

Skill for Claude CodeCodex

Part of the bear-skills plugin — 42 skills, 3 commands, 11 agents, 1 hook shipped together

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.

agentmods
npx agentmods add skills/jtprogru/bear-skills/content-tutorial-structure
Any agent
npx skills add jtprogru/bear-skills --skill content-tutorial-structure
Clone the repo
git clone --depth 1 https://github.com/jtprogru/bear-skills

Made for: Claude Code, Codex.

Or install bear-skills, the plugin that ships this one along with the rest of its 42 skills, 3 commands, 11 agents, 1 hook.

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 content-tutorial-structure

README.md
[![agentmods](https://agentmods.dev/badge/skills/jtprogru/bear-skills/content-tutorial-structure.svg)](https://agentmods.dev/skills/jtprogru/bear-skills/content-tutorial-structure)
Your own site
<a href="https://agentmods.dev/skills/jtprogru/bear-skills/content-tutorial-structure"><img src="https://agentmods.dev/badge/skills/jtprogru/bear-skills/content-tutorial-structure.svg" alt="Measured on agentmods" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,449 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00115 $0.01449
Opus 5 $0.00057 $0.00724
Sonnet 5 $0.00023 $0.00290
Haiku 4.5 $0.00012 $0.00145

Measured 4d ago against content hash 43079974725d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

content-tutorial-structure 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 4d 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.

domains/content/skills/content-tutorial-structure/SKILL.md · 148 lines

How it starts

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

content-tutorial-structure — Скелет технического туториала

Цель: дать читателю повторяемый путь от исходного состояния к цели. Не теория, не эссе — пошаговая инструкция, где каждый шаг проверяем.

Перед началом прочитай:

  • ~/.claude/rules/content-voice.md
  • ~/.claude/rules/content-formatting.md — раздел про туториалы
  • ~/.claude/rules/sre-runbook-template.md — стиль исполняемых процедур (туториал близок к runbook'у по принципам команд)

Шаг 1. Определи scope

Спроси:

  • цель туториала: «после прочтения читатель сможет <глагол + результат>»
    • примеры: «развернуть Postgres-кластер с replication на 3 нодах», «настроить OAuth-логин через Google в Express-приложении», «измерить heap-аллокации в Go-сервисе»
  • исходное состояние читателя: что у него есть, что предполагается
  • финальное состояние: что должно работать в конце
  • платформа / стек: версии, ОС, облако

Если цель размытая («туториал по k8s») — остановись и помоги вычленить конкретику. Туториал «по k8s» невозможен — возможен «развернуть minikube + deploy stateless API + expose via Ingress».

Шаг 2. Сложи скелет

# <Название: глагол + результат>

> **Цель:** после прохождения туториала ты сможешь _<конкретно>_.
> **Время:** ~X минут.
> **Уровень:** новичок / средний / продвинутый.

## Что понадобится

- <тулинг: версия>
- <тулинг: версия>
- <доступ: где взять>
- <облако/окружение, если применимо>

## Шаг 1. <Глагол + что>

<1-2 строки контекста: что делаем и зачем.>

```<lang>
<команда>

Проверка: <ожидаемый результат / команда, подтверждающая успех>

Шаг 2. <Глагол + что>

...

Шаг N. <Глагол + что>

...

Проверка финального состояния

<команда или сценарий, который проверяет, что всё работает end-to-end>

Troubleshooting

<Симптом 1>

Причина: ... Решение: ...

<Симптом 2>

...

Cleanup

<команды, чтобы откатить всё созданное — если читатель не хочет оставлять>

Что дальше

<2-3 ссылки: углубление темы, related туториалы, доки>

Read the full file on GitHub · 148 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. 4d ago First seen · 148 lines · 115 tokens per session scan A 43079974725d

Subscribe to this mod's changes

content-tutorial-structure is a skill published in the GitHub repository jtprogru/bear-skills (1 stars, last pushed 17d ago), licensed MIT. It adds 115 tokens to every session and 1,449 once invoked, about $0.0006 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-31.

Related

Other skills, from other repositories

learn-from-fix

Capture Elixir/Ecto/LiveView lessons and Hex API rules. Use after corrections or when asked to document learning, record a lesson, prevent a fixed mistake, or remember package guidance with --library.

oliver-kriska/claude-elixir-phoenix · 46 tokens

elixir-idioms

OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.

oliver-kriska/claude-elixir-phoenix · 44 tokens

examples

Provide Phoenix, LiveView, Ecto, OTP, or Oban examples. Use when asked for sample code, a walkthrough, a proper implementation, or expected workflow output. Pair with domain skills. NOT for debugging, direct changes, best-practice advice, or audits.

oliver-kriska/claude-elixir-phoenix · 57 tokens

engineering-onboarding

Create an onboarding guide for an engineer joining a team that consumes the design system. Trigger when someone says: onboard new engineer, developer getting started guide, new engineer guide, engineering onboarding, first day for developers, frontend onboarding, or anything about helping an engineer new to the team…

murphytrueman/design-system-ops · 68 tokens

vertical-real-estate

Residential-proptech domain knowledge so architect / pm aren't naive when speccing real-estate products (listings, lead-crm, transaction-coordination, property-mgmt). Codifies MLS/IDX reality, listing status lifecycle + syndication canonical-source, long-cycle lead nurture, transaction-coordination as the high-pain…

avelikiy/great_cto · 99 tokens

async-learning-teacher

Transform saved links, papers, articles, posts, videos, and reference collections into approachable AI teaching artifacts for later study. Use when a user wants to queue learning material, create a readable explanation from a source, teach a paper or post step by step, or run an interactive tutor that validates…

tamdogood/builder-essential-skills · 68 tokens