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 TimboGP/timbogp-marketplace --skill adjust-levelgit clone --depth 1 https://github.com/TimboGP/timbogp-marketplaceWrote 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/timbogp/timbogp-marketplace/adjust-level)<a href="https://agentmods.dev/skills/timbogp/timbogp-marketplace/adjust-level"><img src="https://agentmods.dev/badge/skills/timbogp/timbogp-marketplace/adjust-level/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/timbogp/timbogp-marketplace/adjust-level"><img src="https://agentmods.dev/badge/skills/timbogp/timbogp-marketplace/adjust-level.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00181 | $0.02354 |
| Opus 5 | $0.00090 | $0.01177 |
| Sonnet 5 | $0.00036 | $0.00471 |
| Haiku 4.5 | $0.00018 | $0.00235 |
Grade A, and why
adjust-level 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 11d 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 — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Adjust the level of a sub-project's curriculum
This skill rewrites a sub-project's curriculum.md at a different difficulty level than the source materials naturally support — either simpler (build up to a hard source) or more advanced (extend beyond an introductory source). It is allowed to draw on external materials and training knowledge to fill the gap, but every externally-sourced piece of the curriculum must be explicitly labeled so the user always sees the provenance of what they're being asked to study.
When to use
The user wants the curriculum at a different level than the source materials directly support. Two common cases:
- Simplify — they have a dense scientific paper (the "summit") and want a gentler ascent that introduces the prereqs the paper assumes, builds intuition, and ends at the paper itself. "This paper is too dense, can we build up to it from the basics?"
- Deepen — they have introductory notes or a textbook chapter and want to go beyond it, with more advanced topics, missing rigor, and adjacent material. "This textbook is the floor; I want to climb higher."
If the user just wants the curriculum to better match their source materials (without shifting level), use set-curriculum, not this skill.
This skill is not a session — it does not update PROGRESS.md.
What you need from the user
Required:
- The sub-project name to adjust. If the user did not name one, ask — never guess or default to "all sub-projects".
- The direction: simpler or more advanced. Phrases like "make it easier" / "build up to" / "intro version" → simpler. "Go deeper" / "more rigorous" / "push harder" → more advanced. If the direction is genuinely ambiguous, ask one short question before proceeding.
Optional:
- A target level if the user supplies one: "high school", "first-year undergrad", "graduate", "explain like I'm 12", "research-level". Use as a north star for how aggressive the shift should be.
- Specific gaps or extensions the user has in mind: "I don't have the probability background", "I want more on phase transitions". Use these as anchors for where to add or remove material.
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.
- 11d ago First seen · 113 lines · 181 tokens per session scan A 21e1234764cd
adjust-level is a skill published in the GitHub repository TimboGP/timbogp-marketplace (3 stars, last pushed 2mo ago), licensed MIT. It adds 181 tokens to every session and 2,354 once invoked, about $0.0009 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
explain
Explain what a piece of code does — a specific file, class, or method in close detail, or a user-facing flow as a concise system overview. What it does and why, not whether it's good.
gan-zhong-xue
A learning workflow that makes an AI explain code changes through questions, evidence, and underlying principles. It is designed to help developers understand work they asked an AI to do, rather than merely accept the result.
qector-educator
Teaching and documentation content for quantum error correction with QECTOR: beginner-to-advanced tutorials, ELI5 explanations of syndromes / decoders / parity checks, Tanner-graph visual explanations, and local Markdown teaching material. Load for explanations, course material, or documentation generation.
kb-friendica
Background knowledge about Friendica, the federated social networking platform (Facebook alternative). Covers Friendica's history and lineage (Mistpark 2010, Friendika, Friendica, the Red Matrix/Hubzilla fork), its multi-protocol architecture (ActivityPub, DFRN, Diaspora protocol simultaneously), the DFRN protocol…
learn-from-fix
Capture Elixir/Ecto/LiveView lessons and Hex API rules. Use after corrections or when asked to document learning, record a lesson, prevent a fixed mistake, or remember package guidance with --library.
elixir-idioms
OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.