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 AkshitIreddy/agent-skills --skill try-it-firstgit clone --depth 1 https://github.com/AkshitIreddy/agent-skillsWrote 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/akshitireddy/agent-skills/try-it-first)<a href="https://agentmods.dev/skills/akshitireddy/agent-skills/try-it-first"><img src="https://agentmods.dev/badge/skills/akshitireddy/agent-skills/try-it-first.svg" alt="Measured on agentmods" 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.00057 | $0.00628 |
| Opus 5 | $0.00028 | $0.00314 |
| Sonnet 5 | $0.00011 | $0.00126 |
| Haiku 4.5 | $0.00006 | $0.00063 |
Grade A, and why
try-it-first 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 8d 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 — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Try it, then think about the result
Thinking is not the problem. Thinking instead of looking is. The failure this prevents is a long confident chain of reasoning about something that could have been settled in ninety seconds by running it.
When an experiment beats an argument
- Does this look right? — render it and open the image.
- Does this bug reproduce? — reproduce it before theorising about the cause. Half of reported bugs are somewhere other than where they sound like.
- Is this actually slow? — measure it. "Should be fast" is not a finding.
- What does this API really return? — call it with real input.
- Did my change do anything? — capture before and after and compare them.
Write the smallest thing that answers the question: a scratch script, a
Playwright probe, a specimen page, a console.log of the real value. It is
throwaway — it does not need to be good, it needs to be true.
Then think
An experiment gives you a fact, not an explanation. Once you have the fact, reason about why — and reason hard, because that is what turns "the handle flickers" into "the handle is parented inside the element it tracks, so hovering it removes the hover". A fix aimed at a symptom you never explained usually misses.
The sequence is: try it → get a fact → explain the fact → fix the cause → try it again.
For transient motion, one run is not a fact of absence. Automated input and frame capture can miss the faulty interval or change its timing. Exercise slow, fast, interrupted and repeated paths, then trace the transition's code and state ordering. Record “not reproduced under this probe” rather than “fixed” when the user's real-time observation still disagrees.
Speed
Bias toward the fast loop. Three quick experiments usually beat one long deliberation, and they compound — each result narrows the next. Do not gold-plate the probe, do not build a framework to answer one question, and do not spend longer setting up the measurement than the measurement will save.
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.
- 8d ago First seen · 58 lines · 57 tokens per session scan A 1cc1b5411cf9
try-it-first is a skill published in the GitHub repository AkshitIreddy/agent-skills (1 stars, last pushed 11d ago), licensed MIT. It adds 57 tokens to every session and 628 once invoked, about $0.0003 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
gcloud-usage
This skill should be used when user asks about "GCloud logs", "Cloud Logging queries", "Google Cloud metrics", "GCP observability", "trace analysis", or "debugging production issues on GCP".
mongodb-query-optimizer
Help with MongoDB query optimization and indexing. Use only when the user asks for optimization or performance: "How do I optimize this query?", "How do I index this?", "Why is this query slow?", "Can you fix my slow queries?", "What are the slow queries on my cluster?", etc. Do not invoke for general MongoDB query…
lov-clash-tun-doctor
Diagnose and repair application connectivity failures caused by Clash Verge Rev TUN routing, rule precedence, stale runtime state, proxy timeouts, or unusable IPv6 paths. Trigger for symptoms such as WeChat images failing to send, Moments images loading slowly, an app hanging after TUN is enabled, or requests…
ainb-fleet:daemon
Long-running watcher that scans every claude session every 5s and auto-sends continue to any session whose recent tmux pane buffer matches a known API-error regex (ratelimited, overloadederror, internalservererror, requesttimeout, sockethangup, fetchfailed, ECONNRESET). Use this when you want unattended recovery from…
sgc-electron-app-relaunch
A workflow for correctly restarting an Electron desktop app, an application built with web technologies that runs as a desktop program. It separates refreshing the app’s page from relaunching the entire application and from handing off an update installation.
lov-fix-broken-links
A link-checking and repair assistant for project pages, navigation, documentation, and route definitions. A route is the address or rule that connects a web URL to a page or handler.