plastic-tutorial

An interactive tutorial for Plastic that teaches the product through guided delivery, automatic delivery, or project-and-roadmap planning. It moves one step at a time and leaves the user in control of the walkthrough.

In plain words
What is it for?
Use it to deliver a first intent step by step, observe an agent working in auto mode, or expand an initial idea into a project and delivery roadmap.
Why use it?
It gives a new user a practical way to learn the product instead of requiring them to understand the whole workflow before starting.

Skill for Claude CodeCodex

Part of the plastic plugin — 43 skills, 10 agents, 5 hooks, 1 MCP server 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/zalom/plastic/tutorial
Any agent
npx skills add zalom/plastic --skill tutorial
Clone the repo
git clone --depth 1 https://github.com/zalom/plastic

Made for: Claude Code, Codex.

Or install plastic, the plugin that ships this one along with the rest of its 43 skills, 10 agents, 5 hooks, 1 MCP server.

Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 790 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.00089 $0.00790
Opus 5 $0.00044 $0.00395
Sonnet 5 $0.00018 $0.00158
Haiku 4.5 $0.00009 $0.00079

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

Security

Grade A, and why

plastic-tutorial 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 3d 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.

skills/tutorial/SKILL.md · 66 lines

How it starts

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

Plastic Tutorial

An interactive coach, not an automator. It walks one of three tracks, one step at a time, and keeps no state of its own: the intent being used for the walkthrough is the progress bar.

The three tracks

This is the one menu in the whole skill. Offer it, then route into the picked track's reference. Every checkpoint inside a track is prose, never another menu.

  1. Guided: deliver a first intent, stage by stage, approving each step yourself. Routes to references/track-1-guided.md.
  2. Auto: hand delivery to the agent and watch the gates and reports as it works. Routes to references/track-2-auto.md.
  3. Projects and roadmaps: grow a founding intent into a small real project, add more intents, and plan a delivery batch with a roadmap. Routes to references/track-3-projects-and-roadmaps.md.

If the user names what they want instead of picking a number ("show me auto mode", "I want a roadmap", "walk me through my first intent"), route straight to the matching track without showing the menu again.

The coach contract

Narrate one step at a time: say what the next station does, then hand control back so the user types the real command themselves. After they run it, look at what appeared (a file, a gate message, a report) and debrief in plain words before moving to the next station. Never run a station's command on the user's behalf; the tutorial teaches the shape of the work, it does not do the work.

Keep no new state. The intent's own lifecycle stage and savepoint are the only progress record. This skill never writes a "tutorial progress" file of its own.

The resume rule

To pause, the user says "continue the tutorial." Read the walkthrough intent's current stage and savepoint (for track 3, check which project-scaffolding steps are already on disk) and resume at the matching station. Do not restart from station one, and do not ask the user to remember where they left off.

Routing table

Trigger Reference
User picks "guided", or names their first intent, a first delivery, or learning the stages one at a time references/track-1-guided.md
User picks "auto", or says "hand it to the agent", "run the whole thing", "show me auto mode" references/track-2-auto.md
User picks "projects and roadmaps", or says "start a project", "I want a roadmap", "plan a batch of work" references/track-3-projects-and-roadmaps.md

Read the full file on GitHub · 66 lines

Files

What ships with it

4 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. 3d ago First seen · 66 lines · 89 tokens per session scan A a15c66ed76b4

Subscribe to this mod's changes

plastic-tutorial is a skill published in the GitHub repository zalom/plastic (10 stars, last pushed 3d ago), licensed MIT. It adds 89 tokens to every session and 790 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-08-31.

Related

Other skills, from other repositories

qc-helper

Answer any question about Qwen Code usage, features, configuration, and troubleshooting by referencing the official user documentation. Also helps users view or modify their settings.json. Invoke with /qc-helper followed by a question, e.g. /qc-helper how do I configure MCP servers? or /qc-helper change approval mode…

QwenLM/qwen-code · 71 tokens

agent-newbie-guide

Skill "agent-newbie-guide" from hashgraph-online/awesome-codex-plugins, covering codex 新手引导, 🚫 新手术语过滤(绝对禁止), 统一行为规范(内嵌), 📍 阶段位置 and 启动自检.

hashgraph-online/awesome-codex-plugins · 87 tokens

agent-learning-coach

中文学习教练技能。用于学习编程、英语、设计、产品、AI、数学或任何技能时,先诊断水平,再用讲解、练习、反馈、复习的循环推进。触发语包括"进入学习模式""我想学""带我练""帮我制定学习计划""像教练一样教我"。.

hashgraph-online/awesome-codex-plugins · 81 tokens

memstack-development-mentor

Use when the user says 'teach me', 'explain as you go', 'mentor mode', 'walk me through', 'help me learn', 'explain why', 'learning mode', or wants real-time plain language narration of decisions and tradeoffs while building. Do NOT use for code review or debugging.

cwinvestments/memstack · 69 tokens

map-understand

Interactive deep-understanding and quiz mode for MAP sessions. Use when the user wants to understand code, a diff, workflow result, debugging cause, or architecture and be checked with restatements or quizzes.

azalio/map-framework · 45 tokens

self-assessment

Interactive skill assessment with personalized learning path generation.

FlorianBruniaux/claude-code-ultimate-guide · 12 tokens