study-plan

study-plan is a skill for Claude Code, Codex from surfmind-space/awesome-surfmind. It costs 73 tokens per session (702 once invoked), scanned A, original, MIT.

A structured learning-plan builder for turning a topic, course page, or documentation into a path from beginner knowledge to a defined goal. It includes practice and self-checks.

In plain words
What is it for?
Use it to create a study plan, curriculum, learning roadmap, or multi-week path with exercises, projects, time allocations, and review checkpoints.
Why use it?
It turns a large or unfamiliar subject into manageable stages, so you know what to learn and how to tell whether you understand it.

Skill for Claude CodeCodex

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/surfmind-space/awesome-surfmind/study-plan
Any agent
npx skills add surfmind-space/awesome-surfmind --skill study-plan
Clone the repo
git clone --depth 1 https://github.com/surfmind-space/awesome-surfmind

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 study-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/surfmind-space/awesome-surfmind/study-plan.svg)](https://agentmods.dev/skills/surfmind-space/awesome-surfmind/study-plan)
Your own site
<a href="https://agentmods.dev/skills/surfmind-space/awesome-surfmind/study-plan"><img src="https://agentmods.dev/badge/skills/surfmind-space/awesome-surfmind/study-plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 702 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.1 $0.00073 $0.00702
Opus 5 $0.00036 $0.00351
Sonnet 5 $0.00015 $0.00140
Haiku 4.5 $0.00007 $0.00070

Measured 5d ago against content hash 794adb2db7a1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

study-plan 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 5d 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/study-plan/SKILL.md · 53 lines

How it starts

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

Study Plan

Build a staged learning plan from a topic, course page, or documentation set so the learner moves from where they are now to a concrete target outcome. Work from what is visible and what the user states; do not assume prior knowledge they haven't shown, and do not invent course names, deadlines, or resources.

  1. Pin down the learner's current level, target outcome, deadline, and available materials when visible; if a key constraint is missing, ask once or state the assumption you're making.
  2. Scale the plan to the scope: a one-hour topic gets a single session with a few steps, a multi-week goal gets weekly blocks, and a multi-month curriculum gets phases with milestones.
  3. Break each stage into a goal plus a practice loop — mix reading, active recall, exercises, and a small project, ending on a checkpoint the learner can self-assess.
  4. Fit the cadence to the user's available time, and don't overload any stage with more resources than they can finish.

Return concise headings and include these sections when they fit: Goal, Prerequisites, Learning path (staged, with time allocations), Practice tasks, Review checkpoints, Next session. If the context is insufficient, say what is missing and give the best supported next step.

Example

Request:

I want to learn React in 4 weeks, I already know JavaScript, about 5 hours a week.

Plan:

Goal: Build and ship a small React app in 4 weeks (~5 hrs/week).

Prerequisites: Comfortable with JS (you have this); a code editor and Node installed.

Learning path

  • Week 1 — Fundamentals (5 hrs): components, JSX, props, state. Read the official "Learn React" intro; build a counter and a to-do list.
  • Week 2 — Hooks & effects (5 hrs): useState, useEffect, lists and keys. Fetch and render data from a public API.
  • Week 3 — Composition & routing (5 hrs): lifting state, forms, React Router. Add multiple pages to your week-2 app.
  • Week 4 — Project (5 hrs): ship one app end to end (e.g. a movie search), then deploy it.

Practice tasks

  • Rebuild the to-do list from memory without looking (active recall).
  • Refactor one component to lift shared state up a level.

Review checkpoints

  • End of week 2: explain when useEffect runs and why, in your own words.
  • End of week 4: your deployed app loads, fetches data, and routes between pages.

Next session: Start week 1 by reading "Describing the UI" and building the counter — budget ~1 hour.

Read the full file on GitHub · 53 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. 5d ago First seen · 53 lines · 73 tokens per session scan A 794adb2db7a1

Subscribe to this mod's changes

study-plan is a skill published in the GitHub repository surfmind-space/awesome-surfmind (5 stars, last pushed 1mo ago), licensed MIT. It adds 73 tokens to every session and 702 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

cs-master

Expert computer scientist for algorithms, complexity analysis, and distributed systems.

lubluniky/awesome-agent-blueprints · 15 tokens

guidance

回答用户关于 QwenPaw 安装与配置的问题:优先定位并阅读本地文档,再提炼答案;若本地信息不足,兜底访问官网文档。.

agentscope-ai/QwenPaw · 44 tokens

edu-math-tutorial

数学题分步讲解视频的领域知识。适用场景:(1) 用户给出一道数学题并要求做讲解/ 解题视频;(2) 用户说"讲解这道题"、"生成解题视频"、"make a math tutorial"; (3) 需要中文数学教学视频,涉及方程、公式或几何图形。本 skill 只提供领域 知识(题目拆解、讲解节奏、旁白文案规范、版式与 KaTeX 排版风格);画面、 配音与成片一律用 Creator 原生 Element 与工具从源头构建。.

agentscope-ai/QwenPaw · 146 tokens

video-tutorial-maker

Create scripted tutorial videos with narration, TTS, aligned subtitles, MP4 rendering, and platform variants. Use when Codex needs to create or revise tutorial, explainer, product walkthrough, course, demo, or short-form videos; generate 16:9 landscape output by default unless the user explicitly asks for 9:16, 1:1…

guanyang/super-publisher · 81 tokens

cf-learn

Extract knowledge for human learning from conversation. Auto-invoke on substantial new technical knowledge, debugging breakthroughs, architecture decisions, or complex explanations. Do NOT auto-invoke for trivial edits, typo fixes, or routine operations. Unlike /cf-remember (AI recall), this is educational notes for…

dinhanhthi/coding-friend · 64 tokens

cf-teach

Personal teacher — after a task, explains what happened as a conversational narrative (approach, alternatives, tradeoffs, pitfalls, lessons). Unlike /cf-learn (structured notes), this is a deep-dive so the human understands what happened and why.

dinhanhthi/coding-friend · 55 tokens