skillrush-town AGENTS.md

A project instruction file that sets rules for changing a repository, including its data sources, publishing process, and checks.

In plain words
What is it for?
Following repository-specific instructions, checking data-source contracts, and running headless validation without browser automation.
Why use it?
It gives coding agents the background and validation steps they need before editing important parts of the project.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/learnprompt/skillrush-town/agents-md
Clone the repo
git clone --depth 1 https://github.com/LearnPrompt/skillrush-town

Made for: Codex, OpenCode.

Per session 407 This file is loaded in full into every session.
When invoked 407 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00407 $0.00407
Opus 5 $0.00204 $0.00204
Sonnet 5 $0.00081 $0.00081
Haiku 4.5 $0.00041 $0.00041

Measured 2d ago against content hash 7e00e4a2c275, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skillrush-town AGENTS.md 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.

AGENTS.md · 58 lines

What it actually says

Agent Instructions

This repository is maintained through the project Skill:

skills/skillrush-town/SKILL.md

Before changing data ingestion, publishing, GitHub Pages, reports, or tests, read:

  • skills/skillrush-town/SKILL.md
  • skills/skillrush-town/references/source-contract.md
  • skills/skillrush-town/references/source-adapter-pattern.md
  • skills/skillrush-town/references/publishing.md
  • scripts/clawhub_daily.py
  • README.md

Source Contract

Do not change the ClawHub Top100 source semantics unless the source contract is updated.

For non-ClawHub sources such as changelogs, model leaderboards, or release feeds, read skills/skillrush-town/references/source-adapter-pattern.md first and create a source-specific contract before implementation.

The canonical ranking source is:

  • POST https://wry-manatee-359.convex.cloud/api/query
  • Convex path: skills:listPublicPageV4
  • args: sort=downloads, dir=desc, nonSuspiciousOnly=true, highlightedOnly=false, numItems=25
  • pagination: follow nextCursor for 4 pages to build Top100

Required Headless Validation

These checks must work without browser automation:

python -m py_compile scripts/clawhub_daily.py
python -m pytest -q

For a live ingestion check, use a temporary data directory:

TMP=$(mktemp -d)
python scripts/clawhub_daily.py --date 2026-05-04 --data-dir "$TMP/data"

Optional Browser / Manual Page Check

Only run this when a browser is available:

python3 -m http.server 8093

Open:

http://127.0.0.1:8093/?date=2026-05-04
Changes

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.

  1. 2d ago First seen · 58 lines · 407 tokens per session scan A 7e00e4a2c275

Subscribe to this mod's changes

skillrush-town AGENTS.md is an instructions file published in the GitHub repository LearnPrompt/skillrush-town (107 stars, last pushed 2d ago), licensed MIT. It adds 407 tokens to every session, about $0.0020 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.