project-scaffolder

project-scaffolder is a skill for Codex from yyz666ai/Learning-Agent. It costs 38 tokens per session (298 once invoked), scanned A, original, MIT.

A project structure generator for coding courses and learning plans. It creates a course workspace with chapters, runnable examples, exercises, notes, and a final project.

In plain words
What is it for?
Use it to scaffold multi-lesson courses, project-based learning routes, and runnable chapter files for editors such as Cursor or Trae.
Why use it?
It gives learners one clear folder to open and work in, while keeping lessons, practice tasks, and personal notes organized.

Skill for Codex

Written for Codex: installed under .codex/.

Good fit Use it to scaffold multi-lesson courses, project-based learning routes, and runnable chapter files for editors such as Cursor or Trae.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yyz666ai/learning-agent/project-scaffolder
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.

Any agent
npx skills add yyz666ai/Learning-Agent --skill project-scaffolder
Clone the repo
git clone --depth 1 https://github.com/yyz666ai/Learning-Agent

Made for: 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 project-scaffolder

README.md
[![agentmods](https://agentmods.dev/badge/skills/yyz666ai/learning-agent/project-scaffolder.svg)](https://agentmods.dev/skills/yyz666ai/learning-agent/project-scaffolder)
Your own site
<a href="https://agentmods.dev/skills/yyz666ai/learning-agent/project-scaffolder"><img src="https://agentmods.dev/badge/skills/yyz666ai/learning-agent/project-scaffolder.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 298 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00038 $0.00298
Opus 5 $0.00019 $0.00149
Sonnet 5 $0.00008 $0.00060
Haiku 4.5 $0.00004 $0.00030

Measured 8d ago against content hash 7fbb89ff9d0b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

project-scaffolder 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 8d 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.

workspace/dev/.codex/skills/project-scaffolder/SKILL.md · 33 lines

What it actually says

课程项目脚手架

一个学习主题对应一个课程根目录,让学习者可以直接用 Cursor 或 Trae 打开,并在同一个项目里完成所有章节。

目录合同

projects/<topic>-learning-path/
├── README.md
├── plan.md
├── course.json
├── 01-<chapter>/
│   ├── README.md
│   ├── diagrams/
│   ├── src/
│   ├── exercises/
│   └── notes/
└── final-project/

规则

  • 页面告诉用户打开课程根目录,不让用户猜内部绝对路径。
  • 每章只创建自己的文件;重新生成讲义不能覆盖用户已经编辑的文件。
  • 带详细中文注释的示例代码放 src/,课后独立练习放 exercises/,个人问题与总结放 notes/;不为打印输出单建验收目录。
  • 项目语言有惯用结构时遵循惯例,但保留统一的课程入口文件。
  • README.md 说明如何打开、运行、学习和提交,不包含隐藏答案。
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. 8d ago First seen · 33 lines · 38 tokens per session scan A 7fbb89ff9d0b

Subscribe to this mod's changes

project-scaffolder is a skill published in the GitHub repository yyz666ai/Learning-Agent (1 stars, last pushed 8d ago), licensed MIT. It adds 38 tokens to every session and 298 once invoked, about $0.0002 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

skillpack-creator

Create a reusable SkillPack from a successful completed task. Use when the user wants to convert a one-off research, coding, analysis, or content workflow into a distributable local SkillPack with skillpack.json, local skills under skills/, starter prompts, start scripts, and an optional zip package.

CreminiAI/skillpack · 67 tokens

skill-creator

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

CreminiAI/skillpack · 64 tokens

commit

Atomic git commit with conventional message. Use when the user says "commit", "save my changes", "commit this", or wants to create a git commit. Stages specific files, writes a conventional commit message with body explaining non-obvious decisions. Never uses git add -A.

congchuanling-dot/Cohort · 59 tokens

python-run

Run and debug Python scripts in the project. Use when the user says "run python", "execute this script", "debug this py file", or wants to run/modify a .py file. Handles dependency checks, linting, execution, and error analysis.

congchuanling-dot/Cohort · 56 tokens

goga-discover

Interview the user relentlessly about a decision until every branch of the design tree is resolved, then record the result as a short ADR.

qarium/goga · 31 tokens

akirule

Aki's contextual rule router — invoke BEFORE acting whenever the task touches any of - .md/.vue/.css/.tsx/.rs/.sql files; docs, plan, README, CHANGELOG; UI, component, CSS, tailwind; SEO, schema, sitemap; release, version, commit, push, deploy; DB schema, migration; Tauri; i18n, UI copy; pricing, biz; UX review…

lacvietanh/akidevrule · 137 tokens