lingochunk-guided

lingochunk-guided is a skill for Claude Code, Codex from lingochunk/mcp. It costs 96 tokens per session (1,917 once invoked), scanned A, original, MIT.

A writing guide for creating LingoChunk guided study paths. LingoChunk turns an episode into ordered lessons about comprehension, grammar, speaking, or vocabulary.

In plain words
What is it for?
Building a guided path over an episode, filling in its next section, or writing the complete set of lessons using LingoChunk tools.
Why use it?
It helps you write those lessons yourself while fitting the app's existing sections, progress tracking, and study flow.

Skill for Claude CodeCodex

Part of the lingochunk plugin — 9 skills, 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/lingochunk/mcp/lingochunk-guided
Any agent
npx skills add lingochunk/mcp --skill lingochunk-guided
Clone the repo
git clone --depth 1 https://github.com/lingochunk/mcp

Made for: Claude Code, Codex.

Or install lingochunk, the plugin that ships this one along with the rest of its 9 skills, 1 MCP server.

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 lingochunk-guided

README.md
[![agentmods](https://agentmods.dev/badge/skills/lingochunk/mcp/lingochunk-guided.svg)](https://agentmods.dev/skills/lingochunk/mcp/lingochunk-guided)
Your own site
<a href="https://agentmods.dev/skills/lingochunk/mcp/lingochunk-guided"><img src="https://agentmods.dev/badge/skills/lingochunk/mcp/lingochunk-guided.svg" alt="Measured on agentmods" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,917 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.00096 $0.01917
Opus 5 $0.00048 $0.00958
Sonnet 5 $0.00019 $0.00383
Haiku 4.5 $0.00010 $0.00192

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

Security

Grade A, and why

lingochunk-guided 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.

skills/lingochunk-guided/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.

Guided path writer

A LingoChunk guided path turns one episode into an ordered sequence of study sections, each holding a short lesson focused on one thing (comprehension, grammar, speaking or vocabulary). The app can generate those lessons with its own internal writer; this skill lets you write them instead, part by part, following the SAME brief the internal writer receives. Because you write into the same sections, your parts render identically: the journey strip, the Read stage, remembered progress and the second wave all work the same, and quality is guaranteed to match or beat the internal writer.

Uses the lingochunk MCP tools. If they are not available, tell the user to add the LingoChunk MCP server (see the plugin README) and stop.

When to use

  • "Build a guided path over episode 12 and write the lessons."
  • "Fill in the next part of my guided path for this episode."
  • "Generate the whole guided course for yesterday's episode, but you write it."

For a single standalone lesson (not a section of a guided path), use lingochunk-lesson instead. For a conversation about an episode rather than an artefact, use lingochunk-discuss.

The one thing to understand

The pedagogy arrives at runtime, in the brief. This skill deliberately does NOT teach how to write a guided part - no arc, no per-focus recipes, no level rules. All of that is assembled server-side for the specific episode, level and section, and handed to you inside get_guided_writer_brief. Follow the brief's instructions over any generic lesson instincts you have. When the brief and your habits disagree, the brief wins.

The loop

  1. Plan the path. plan_guided_path(submission_id) triggers the server-side planner (it segments the episode into sections and picks each section's focus) and polls it to ready. Planning is server-side and cheap; it spends none of your tokens but DOES count against the user's daily guided budget. Calling it when a path already exists is safe.

Read the full file on GitHub · 148 lines

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 · 96 tokens per session scan A 2717462d6cc1

Subscribe to this mod's changes

lingochunk-guided is a skill published in the GitHub repository lingochunk/mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 96 tokens to every session and 1,917 once invoked, about $0.0005 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

anki

Use when the user wants to create Anki flashcards, manage Anki decks, search notes, or interact with Anki via AnkiConnect. Triggers on phrases like "create flashcards", "add to Anki", "make Anki cards", "batch create notes", or "manage my Anki deck".

nailuoGG/anki-mcp-server · 67 tokens

vozclara-pack-from-url

Turn a YouTube URL into a structured Knowledge Pack via VozClara — summary, key ideas, glossary, vocabulary, citations, in the user's language. No sign-up needed for one-off use.

LeonMare/vozclara · 47 tokens

context7-docs

Fetch up-to-date documentation and code examples for any library, framework, SDK, CLI tool, or cloud service. Use whenever the user asks about a specific library — even well-known ones like React, Next.js, Prisma, Express, Tailwind, Django, or Spring Boot — because training data may not reflect recent API changes or…

upstash/context7 · 157 tokens

learning-notes-automation

学习笔记自动化:视频/播客转录 → 知识点提取 → 闪卡生成 → 知识图谱更新。触发词:学习笔记、闪卡、Anki、知识提取、视频学习.

chubbyguan/chubbyskills · 58 tokens

frontmcp-guides

Tutorials, end-to-end walkthroughs, and complete reference projects for FrontMCP. Use when you want a getting-started guide, a full worked example, or to learn best practices by following a step-by-step build rather than a single API reference. Includes a beginner weather-API server (tool plus static resource, Zod…

agentfront/frontmcp · 157 tokens

create-skill

Create instruction-only skills that package knowledge and workflow guides for AI clients.

agentfront/frontmcp · 17 tokens