init-project-course

init-project-course is a skill for Claude Code from flonat/flonat-research. It costs 48 tokens per session (1,505 once invoked), scanned A, original, MIT.

A course-folder starter that sets up a standard structure for university modules, including lectures, workshops, assessments, and optional recordings.

In plain words
What is it for?
Use it to create a new course workspace or reorganise an existing module folder. It helps prepare folders and starter files for teaching teams and students.
Why use it?
It prevents teaching materials from becoming a confusing collection of files and gives recurring weekly content a consistent home.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md; names the AskUserQuestion tool.

Good fit Use it to create a new course workspace or reorganise an existing module folder. It helps prepare folders and starter files for teaching teams and students.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/flonat/flonat-research/init-project-course
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 flonat/flonat-research --skill init-project-course
Clone the repo
git clone --depth 1 https://github.com/flonat/flonat-research

Made for: Claude Code.

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 init-project-course

README.md
[![agentmods](https://agentmods.dev/badge/skills/flonat/flonat-research/init-project-course.svg)](https://agentmods.dev/skills/flonat/flonat-research/init-project-course)
Your own site
<a href="https://agentmods.dev/skills/flonat/flonat-research/init-project-course"><img src="https://agentmods.dev/badge/skills/flonat/flonat-research/init-project-course.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,505 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00048 $0.01505
Opus 5 $0.00024 $0.00753
Sonnet 5 $0.00010 $0.00301
Haiku 4.5 $0.00005 $0.00151

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

Security

Grade A, and why

init-project-course 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/init-project-course/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.

Init Project Course

Bootstrap a university course or module folder into a clean, navigable structure. Designed for taught modules with lectures, workshops, assessments, and optionally recordings.

When to Use

  • University modules with lectures + workshops + assessments
  • Course folders that have accumulated files over a term
  • When the user says "organise this module", "init course", "set up this module folder"
  • Any taught course with recurring weekly components

When NOT to Use — Escalate

  • To init-project-light if it's a one-off document collection (no lectures/workshops structure)
  • To init-project-research if it's a research project that happens to be for a course

Phase 1: Scan

Read everything already in the directory before asking questions.

  1. List all files and folders (excluding .claude/, .DS_Store)
  2. Identify content types:
    • Lecture PDFs — files matching Lecture* or containing "lecture" in name
    • Seminar materials — files matching Seminar*, Session*, or containing "seminar" in name (discussion-based modules use seminars instead of lectures)
    • Lecture recordings — video files (.mp4, .mov, .mkv, .webm, .avi) or folders named recordings
    • Workshop folders — folders matching Workshop*, Lab*, Week*, or numbered folders with exercise content
    • Assessment folders — folders containing "group", "individual", "exam", "coursework", "assignment", "portfolio"
    • Workshop PDFs — PDFs inside workshop folders that are NOT lectures (exercise sheets, briefs)
    • Code projectsnode_modules/, package.json, .py, .js, .ts files inside workshop folders
    • Notes — personal notes, reading lists, exercise solutions (common in student modules)
  3. Detect duplicates: lecture PDFs that appear in multiple locations
  4. Note workshop numbering gaps (normal — not every week has a workshop)
  5. Check for existing organisation (already has lectures/, workshops/, etc.)

Read the full file on GitHub · 148 lines

Files

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.

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 · 148 lines · 48 tokens per session scan A 0a2355e464fc

Subscribe to this mod's changes

init-project-course is a skill published in the GitHub repository flonat/flonat-research (132 stars, last pushed 13d ago), licensed MIT. It adds 48 tokens to every session and 1,505 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-09-03.