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/rublerubitz/duing/backendnpx skills add RublerubitZ/duing --skill backendgit clone --depth 1 https://github.com/RublerubitZ/duingWhat 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.00000 | $0.02490 |
| Opus 5 | $0.00000 | $0.01245 |
| Sonnet 5 | $0.00000 | $0.00498 |
| Haiku 4.5 | $0.00000 | $0.00249 |
Grade A, and why
backend 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 2d 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 ships with it
60 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.
- .dockerignore 263 B
- .env.example 5.2 KB
- AGENTS.md 17 KB
- build.gradle.kts 4.7 KB
- CLAUDE.md 6.2 KB
- Dockerfile 1.8 KB
- docs/interview-scheduling-prework-notes.md 4.1 KB
- docs/jpa-modifying-conventions.md 14 KB
- gradle/wrapper/gradle-wrapper.jar 59 KB
- gradle/wrapper/gradle-wrapper.properties 231 B
- gradlew 7.9 KB
- gradlew.bat 2.7 KB runs code
- README.md 11 KB
- settings.gradle.kts 26 B
- src/main/java/com/duing/domain/adminconsole/api/AdminConsoleApi.java 897 B
- src/main/java/com/duing/domain/adminconsole/controller/AdminConsoleController.java 1.1 KB
- src/main/java/com/duing/domain/adminconsole/controller/dto/response/AdminPendingCountsResponse.java 1.5 KB
- src/main/java/com/duing/domain/adminconsole/service/AdminPendingCountsQueryService.java 3.8 KB
- src/main/java/com/duing/domain/adminconsole/service/dto/query/AdminPendingCountsQuery.java 1.0 KB
- src/main/java/com/duing/domain/application/api/AdminApplicationApi.java 3.6 KB
- src/main/java/com/duing/domain/application/api/ApplicationApi.java 4.0 KB
- src/main/java/com/duing/domain/application/api/LeaderApplicationApi.java 6.9 KB
- src/main/java/com/duing/domain/application/controller/AdminApplicationController.java 2.5 KB
- src/main/java/com/duing/domain/application/controller/ApplicationController.java 3.4 KB
- src/main/java/com/duing/domain/application/controller/ApplicationScope.java 1.3 KB
- src/main/java/com/duing/domain/application/controller/dto/request/BulkUpdateApplicationStatusRequest.java 957 B
- src/main/java/com/duing/domain/application/controller/dto/request/SubmitApplicationRequest.java 2.8 KB
- src/main/java/com/duing/domain/application/controller/dto/request/UpdateApplicationStatusRequest.java 611 B
- src/main/java/com/duing/domain/application/controller/dto/response/AdminApplicantListResponse.java 1.2 KB
- src/main/java/com/duing/domain/application/controller/dto/response/AdminApplicantResponse.java 1.3 KB
- src/main/java/com/duing/domain/application/controller/dto/response/AdminApplicationDetailResponse.java 3.0 KB
- src/main/java/com/duing/domain/application/controller/dto/response/ApplicantDetailResponse.java 6.6 KB
- src/main/java/com/duing/domain/application/controller/dto/response/ApplicantNeighborsResponse.java 427 B
- src/main/java/com/duing/domain/application/controller/dto/response/ApplicantResponse.java 1.4 KB
- src/main/java/com/duing/domain/application/controller/dto/response/ApplicationSummaryResponse.java 1.6 KB
- src/main/java/com/duing/domain/application/controller/dto/response/AssignedInterviewResponse.java 1.7 KB
- src/main/java/com/duing/domain/application/controller/dto/response/BulkUpdateApplicationStatusResponse.java 848 B
- src/main/java/com/duing/domain/application/controller/dto/response/MyApplicationDetailResponse.java 1.9 KB
- src/main/java/com/duing/domain/application/controller/LeaderApplicationController.java 5.5 KB
- src/main/java/com/duing/domain/application/entity/Application.java 6.1 KB
- src/main/java/com/duing/domain/application/entity/ApplicationAnswer.java 912 B
- src/main/java/com/duing/domain/application/entity/ApplicationStatus.java 1.8 KB
- src/main/java/com/duing/domain/application/entity/ApplicationStatusHistory.java 2.5 KB
- src/main/java/com/duing/domain/application/exception/ApplicationDomainException.java 6.7 KB
- src/main/java/com/duing/domain/application/repository/ApplicationRepository.java 5.5 KB
- src/main/java/com/duing/domain/application/repository/ApplicationRepositoryCustom.java 2.1 KB
- src/main/java/com/duing/domain/application/repository/ApplicationRepositoryImpl.java 8.3 KB
- src/main/java/com/duing/domain/application/repository/ApplicationStatusHistoryRepository.java 827 B
- src/main/java/com/duing/domain/application/service/AdminApplicationQueryService.java 1.0 KB
- src/main/java/com/duing/domain/application/service/ApplicationAnswerValidator.java 5.2 KB
- src/main/java/com/duing/domain/application/service/ApplicationService.java 2.4 KB
- src/main/java/com/duing/domain/application/service/ApplicationStatusChanger.java 2.3 KB
- src/main/java/com/duing/domain/application/service/dto/command/BulkUpdateApplicationStatusCommand.java 515 B
- src/main/java/com/duing/domain/application/service/dto/command/SubmitApplicationCommand.java 1.6 KB
- src/main/java/com/duing/domain/application/service/dto/command/UpdateApplicationStatusCommand.java 261 B
- src/main/java/com/duing/domain/application/service/dto/query/AdminApplicantListQuery.java 1019 B
- src/main/java/com/duing/domain/application/service/dto/query/AdminApplicantQuery.java 695 B
- src/main/java/com/duing/domain/application/service/dto/query/AdminApplicantSort.java 342 B
- src/main/java/com/duing/domain/application/service/dto/query/ApplicantDetailQuery.java 10 KB
- src/main/java/com/duing/domain/application/service/dto/query/ApplicantNeighborsQuery.java 146 B
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.
- 2d ago First seen · 290 lines · 0 tokens per session scan A b5f118527e91
backend is a skill published in the GitHub repository RublerubitZ/duing (2 stars, last pushed 2d ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 2,490 tokens. 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
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
agent-host-chat-contributions
Build and review cross-cutting agent-host chat behavior through lifecycle contributions. Use when adding turn lifecycle side effects, prompt or context injection, restored-history transformation, protocol-action observation, or when reviewing changes that add code to AgentSideEffects or AgentService.
auto-perf-optimize
Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.