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/aleksei-perchukov/coding-exercise-generator-ide-plugin/java-exercise-generator-skillnpx skills add aleksei-perchukov/coding-exercise-generator-ide-plugin --skill java-exercise-generator-skillgit clone --depth 1 https://github.com/aleksei-perchukov/coding-exercise-generator-ide-pluginWhat 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.00021 | $0.00158 |
| Opus 5 | $0.00010 | $0.00079 |
| Sonnet 5 | $0.00004 | $0.00032 |
| Haiku 4.5 | $0.00002 | $0.00016 |
Grade A, and why
java-exercise-generator 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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 · 11 lines · 21 tokens per session scan A 4ee99e0a8e0c
java-exercise-generator is a skill published in the GitHub repository aleksei-perchukov/coding-exercise-generator-ide-plugin (5 stars, last pushed 3mo ago), with no licence file. It adds 21 tokens to every session and 158 once invoked, about $0.0001 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
java-fast-skill
Java 快速入门学习技能。面向零基础小白,通过关键词触发快速回答 Java 核心知识点(数据类型、基础语法、函数、方法、集合、枚举、异常、IO、线程等),帮助小白建立知识框架和快速查询能力。触发词:"Java 入门"、"Java 基础"、"Java 学什么"、"Java 数据类型"、"Java 语法"、"Java 集合"、"Java 异常"、"Java IO"、"Java 线程"、"Java 枚举"、"Java 教程"、"Java 快速学习"、"java learn"、"java tutorial"。.
design-patterns
Common design patterns with Java examples (Factory, Builder, Strategy, Observer, Decorator, etc.). Use when user asks "implement pattern", "use factory", "strategy pattern", or when designing extensible components.
context-service-guide
Navigate and understand any legacy cpp-context- WildFly/Maven service. LEGACY ONLY — must not be applied to new Spring Boot work. Use when onboarding to a context service, exploring its modules, or understanding its CQRS structure and integrations.
java-optionals-eval-capture
Use in Symphony for Trello when a Java change or review presents a reusable Optional or absence/fallback strategy-selection lesson, including on an adjacent owning API such as ScopedValue even when no java.util.Optional appears. Capture the before/prompt/after code and create or update a self-contained eval issue in…
java-streams-eval-capture
Use in Symphony for Trello when a Java change or review presents a reusable lesson about choosing or preserving a stream, collector, direct result-producing collection transformation, or character-predicate traversal, including identity or delimited string reductions, even when the preferred final code contains no…
core-builder
"implement core feature ", "build the core feature", "next core feature", "next core", "continue building core", "core-builder" — this skill implements a specific feature from a core-blueprint outline (requires core-outline.md in the project). Generates working simplified Java source code, unit/integration tests, and…