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 skills add flonat/flonat-research --skill init-project-coursegit clone --depth 1 https://github.com/flonat/flonat-researchWrote 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/flonat/flonat-research/init-project-course)<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>- NVIDIA SkillSpector pass
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.1 | $0.00048 | $0.01505 |
| Opus 5 | $0.00024 | $0.00753 |
| Sonnet 5 | $0.00010 | $0.00301 |
| Haiku 4.5 | $0.00005 | $0.00151 |
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.
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-lightif it's a one-off document collection (no lectures/workshops structure) - To
init-project-researchif it's a research project that happens to be for a course
Phase 1: Scan
Read everything already in the directory before asking questions.
- List all files and folders (excluding
.claude/,.DS_Store) - 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 namedrecordings - 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 projects —
node_modules/,package.json,.py,.js,.tsfiles inside workshop folders - Notes — personal notes, reading lists, exercise solutions (common in student modules)
- Lecture PDFs — files matching
- Detect duplicates: lecture PDFs that appear in multiple locations
- Note workshop numbering gaps (normal — not every week has a workshop)
- Check for existing organisation (already has
lectures/,workshops/, etc.)
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.
- 5d ago First seen · 148 lines · 48 tokens per session scan A 0a2355e464fc
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.
Other skills, from other repositories
html-ppt-zhangzara-vellum
A humanities lecture: how Renaissance linear perspective reshaped early cartography — sources, argument, and evidence. Built as a decision-grade academic research deck for faculty, graduate seminar.
eq-emotional-intelligence
An emotional-intelligence coaching aid based on models that describe recognizing, understanding, and managing emotions. It covers self-awareness, self-management, awareness of others, and relationship skills.
tipkit-generator
Generate TipKit infrastructure with inline/popover tips, rules, display frequency, and testing utilities. Use when adding contextual tips or feature discovery to an iOS/macOS app.
challenge-operation
Non-threatening 'Why?' questioning of current practices (de Bono Challenge).
course-material-creator
Create custom educational materials including syllabi, lesson plans, assessments, reading lists, and learning objectives. Use when building course curricula, training programs, workshops, or educational content.
github-contributor
Find suitable open-source contribution opportunities and prepare focused GitHub pull requests with project-specific validation and review context.