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.
npx agentmods add skills/jayrha/agentskills/study-plan-buildernpx skills add JayRHa/AgentSkills --skill study-plan-buildergit clone --depth 1 https://github.com/JayRHa/AgentSkillsWrote 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.
[](https://agentmods.dev/skills/jayrha/agentskills/study-plan-builder)<a href="https://agentmods.dev/skills/jayrha/agentskills/study-plan-builder"><img src="https://agentmods.dev/badge/skills/jayrha/agentskills/study-plan-builder.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00115 | $0.01068 |
| Opus 5 | $0.00057 | $0.00534 |
| Sonnet 5 | $0.00023 | $0.00214 |
| Haiku 4.5 | $0.00012 | $0.00107 |
Grade A, and why
study-plan-builder 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Study Plan Builder
Overview
Produce a week-by-week learning plan that someone can actually follow. Work backward from the goal and deadline, sequence topics by dependency, and bake in active practice and spaced review rather than passive reading. Apply the evidence-based methods in references/learning-science.md.
Keywords: study plan, learning roadmap, curriculum, syllabus, exam prep, skill acquisition, spaced repetition, interleaving, milestones, schedule, time budget, deliberate practice.
Workflow
- Define the goal concretely. Turn "learn Python" into an observable outcome ("build and deploy a small Flask API", "pass the PCEP exam"). A measurable goal sets the scope.
- Establish constraints. Capture: deadline, hours/week available, current level, and preferred resource types. If unknown, assume ~5 hrs/week and beginner, and say so.
- Decompose into topics and order them by dependency (fundamentals before applications). Group into milestones — each a meaningful, demonstrable capability.
- Allocate time across the calendar working backward from the deadline; leave ~15% buffer for slippage and review. Don't overschedule.
- Design each week with the mix in
references/learning-science.md: input (read/watch) → active practice (exercises/projects) → retrieval (recall, flashcards, self-quiz). Practice should dominate over passive input. - Schedule spaced review of earlier material at expanding intervals, and interleave related topics rather than blocking one at a time.
- Add checkpoints. Every milestone ends with a concrete deliverable or self-test that proves mastery before moving on.
- Render the plan using
templates/study-plan.md. Include resources (by type, not a rigid single source), weekly goals, practice tasks, and review items. - Add an adjustment rule — what to do if behind (cut scope, not review) or ahead (deepen/project).
Decision Framework
| Situation | Plan choice |
|---|---|
| Hard deadline (exam) | Work backward from date; front-load content, back-load practice tests |
| Open-ended skill | Project-driven milestones; learn just-in-time for each project |
| Very limited time | Ruthless scope cut to the 20% that delivers 80%; daily micro-sessions |
| Building a habit | Short, consistent daily blocks beat rare long ones |
| Prerequisite gaps | Insert a "foundations" milestone before the main track |
What ships with it
2 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.
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.
- yesterday First seen · 65 lines · 115 tokens per session scan A c95dabf6fd3f
study-plan-builder is a skill published in the GitHub repository JayRHa/AgentSkills (4 stars, last pushed 1mo ago), licensed MIT. It adds 115 tokens to every session and 1,068 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-09-03.
Other skills, from other repositories
agent-newbie-guide
Skill "agent-newbie-guide" from hashgraph-online/awesome-codex-plugins, covering codex 新手引导, 🚫 新手术语过滤(绝对禁止), 统一行为规范(内嵌), 📍 阶段位置 and 启动自检.
agent-patterns-catalog
AI Agent 架构模式目录。提供 ReAct、Multi-Agent Conversation、Multi-Agent Workflow、 RAG Agent、Tool-Use Agent、Autonomous Agent 六种核心模式的参考架构、组件拓扑、 数据流、设计决策和框架无关的最佳实践。供 agent-dev-workshop Phase 2 调用。.
agent-learning-coach
中文学习教练技能。用于学习编程、英语、设计、产品、AI、数学或任何技能时,先诊断水平,再用讲解、练习、反馈、复习的循环推进。触发语包括"进入学习模式""我想学""带我练""帮我制定学习计划""像教练一样教我"。.
awesome-web-security
Looks up curated web security learning resources (XSS, SQLi, CSRF, SSRF, OAuth/JWT, deserialization, SAML, recon, evasion, defensive tooling, CTF). Filters by topic, difficulty, language, and resource type. Returns top references with archive fallbacks. Defensive and educational use only.
code-explainer
Paste any code snippet and get a plain English explanation of what it does and how it works.
accredible-certificates-automation
Automate Accredible Certificates tasks via Rube MCP (Composio). Always search tools first for current schemas.