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 commands/micheltlutz/dev-challenge/challengegit clone --depth 1 https://github.com/micheltlutz/dev-challengeWhat 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.00017 | $0.00434 |
| Opus 5 | $0.00009 | $0.00217 |
| Sonnet 5 | $0.00003 | $0.00087 |
| Haiku 4.5 | $0.00002 | $0.00043 |
Grade A, and why
challenge 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.
What it actually says
Start work on challenge $1.
Load the context
- Read
specs/challenges/$1/spec.md. If the directory does not exist, runpython harness/cli.py --listand suggest the closest match. - Read
specs/challenges/$1/acceptance.md. - If the frontmatter has
mockups:orfigma_node:, also readspecs/design/style-guide.mdand note thetestids:list. - Check
depends_on:— if a prerequisite has not been done, say so before starting.
Then
Give the person a short orientation, not a wall of text:
- What they are building, in two or three sentences.
- The contract: endpoints, request and response shapes, status codes.
- The acceptance criteria as a numbered checklist, with IDs.
- Anything the spec leaves genuinely ambiguous.
- The one trap most people hit on this specific challenge.
Then ask what their approach is, and work from there.
Posture
Default: mentor. Plan with them, review what they write, explain failing
criteria. Do not write the implementation. Scaffolding, config and boilerplate
are fine to write outright — nobody learns from a tsconfig.json.
If $ARGUMENTS contains --solve, or they ask directly, switch to solver
mode: say you have switched, then implement it properly and walk them through
the reasoning as you go.
See the challenge-workflow skill for the full loop.
Verifying
python harness/cli.py --base-url <their-url> --challenge $1
Mobile challenges have no automated runner — say so plainly rather than implying coverage that does not exist.
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 · 51 lines · 17 tokens per session scan A c1793f49273a
challenge is a command published in the GitHub repository micheltlutz/dev-challenge (32 stars, last pushed 15d ago), licensed MIT. It adds 17 tokens to every session and 434 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-30.
Other commands, from other repositories
specify
Create or update the feature specification from a natural language feature description.
speckit.git.validate
Validate current branch follows feature branch naming conventions.
speckit.assess.intake
Capture and normalize a raw idea (text, URL, ticket, or codebase pointer) into an intake note.
speckit.bug.assess
Assess a bug report (pasted text or URL) against the codebase and produce an assessment with possible remediation.
checkpoint
Create a checkpoint by staging the changes you have made using git. usage: git [-v | --version] [-h | --help] [-C ] [-c = ] [--exec-path[= ]] [--html-path] [--man-path] [--info-path] [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare] [--git-dir= ] [--work-tree= ] [--namespace= ] [--super-prefix= ]…
os-meeting
快速创建和管理AI团队会议.