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/mcwalrus/oppertunity-party/tech-coursenpx skills add mcwalrus/oppertunity-party --skill tech-coursegit clone --depth 1 https://github.com/mcwalrus/oppertunity-partyWrote 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/mcwalrus/oppertunity-party/tech-course)<a href="https://agentmods.dev/skills/mcwalrus/oppertunity-party/tech-course"><img src="https://agentmods.dev/badge/skills/mcwalrus/oppertunity-party/tech-course.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.00165 | $0.02210 |
| Opus 5 | $0.00082 | $0.01105 |
| Sonnet 5 | $0.00033 | $0.00442 |
| Haiku 4.5 | $0.00016 | $0.00221 |
Grade A, and why
tech-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 3d 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 — 173 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Tech Course Builder
Produce a complete, ground-up course on a technology for working engineers —
mental-model-first, dependency-ordered, and immediately runnable. The course is
a multi-file tree: a landing README.md, dependency-ordered units under
course/, and a CHEATSHEET.md they keep using after they finish. The single
load-bearing property is that each unit depends only on earlier ones and anchors
every new concept to something the reader already knows. Success looks like a
course a fluent-but-new engineer can follow top to bottom without ever hitting a
forward reference, and a cheatsheet that survives as a day-to-day reference.
Values
- Dependency-correctness over coverage. A unit that forward-references a later concept is a defect. Getting the order right matters more than including every feature.
- Mental models over feature enumeration. Teach the load-bearing intuitions first; features hang off them.
- Anchored analogy over abstract explanation. Relate each new idea to a tool the reader already uses, then state explicitly where the analogy breaks down.
- Opinionated over neutral. State "avoid X", "use Y for new projects" — but only from grounded knowledge. Every recommendation traces to a primary source (see Workflow Step 2), never to memory. A course that refuses to recommend wastes the reader's judgment budget; a course that recommends from a guess misleads it.
- Minimal runnable snippets over prose. Every snippet does one thing and is
copy-pasteable, with expected output shown as a
→ resultcomment in the snippet's native comment syntax.
Constraints
- Never generate full unit content before the user confirms the syllabus — the unit list (titles + one-line practical goal each) and the 3–5 core mental models. This checkpoint is what keeps units dependency-correct; skipping it is the one unrecoverable failure.
- Resolve the audience background before generating anything. Every analogy and every "this surprises everyone coming from X" aside anchors to it. If it is not stated and not obvious from context, ask.
- Never propose a syllabus or write content from memory alone. Ground in primary
sources first —
tech-doc-researchfor concepts,fresh-datafor versions, setup commands, and recommendations — for every course, however well you know the technology. The syllabus and content must derive from that research, not merely follow it. See Workflow Step 2 andreferences/grounding-workflow.md, which also defines the fallback when sources are thin so the skill never deadlocks on its own precondition. - Before writing, check the target. Write directly only if the files you would
overwrite are tracked and committed (so
git checkoutrestores them). If the target is not a git working tree, OR the colliding file is untracked or has uncommitted changes, do not overwrite: write into a dedicated./<technology>-course/subdirectory, or confirm with the user first. - Every unit depends only on earlier units. Foundational units come first and are marked non-skippable.
- Every unit follows the per-unit template in Output Format exactly — same section order, every time, so readers always know where to look.
- Do not explain what the audience already knows (terminals, variables). Do explain everything specific to the technology from first principles.
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.
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.
- 3d ago First seen · 173 lines · 165 tokens per session scan A 128518c89ff7
tech-course is a skill published in the GitHub repository mcwalrus/oppertunity-party (0 stars, last pushed 11d ago), licensed MIT. It adds 165 tokens to every session and 2,210 once invoked, about $0.0008 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.
Other skills, from other repositories
interview-prep
Use when the user wants to prepare for an interview tracked in Job Search HQ. Triggers: /interview-prep, "prep me for the X interview", "interview prep for ", "help me get ready for my final round", or accepting the prompt offered by /update-status when an interview is scheduled. Researches the company live and builds…
ljg-learn
Deep concept anatomist that deconstructs any concept through 8 exploration dimensions (history, dialectics, phenomenology, linguistics, formalization, existentialism, aesthetics, meta-philosophy) and compresses insights into an epiphany. Use when user asks to explain, dissect, or deeply understand a concept, term, or…
diagnose
Trace from a reproduced symptom to the source code that causes it. Pin the specific file and approximate line, rate confidence in the cause and clarity of the fix independently, and always propose a concrete fix.
repro-admin
Reproduce an EmDash admin UI bug. Attach a container, start the demo dev server, drive the admin with agent-browser using the dev-bypass session, and capture the reproduction as screenshots plus a replayable transcript.
eli5
Explain research, papers, or technical ideas in plain English with minimal jargon, concrete analogies, and clear takeaways. Use when the user says "ELI5 this", asks for a simple explanation of a paper or research result, wants jargon removed, or asks what something technically dense actually means.
code-documenter
Use when adding docstrings, creating API documentation, or building documentation sites. Invoke for OpenAPI/Swagger specs, JSDoc, doc portals, tutorials, user guides.