try-it-first

try-it-first is a skill for Claude Code, Codex from AkshitIreddy/agent-skills. It costs 57 tokens per session (628 once invoked), scanned A, original, MIT.

A practical workflow that answers uncertain technical questions by running the smallest useful experiment. It favours checking real behaviour—such as a reproduction, render, measurement, or API response—before forming an explanation.

In plain words
What is it for?
Use it to test whether a bug reproduces, measure performance, inspect an API's actual output, check a rendering result, or confirm that a change had an effect.
Why use it?
It reduces time spent reasoning from assumptions about how software behaves. A concrete result provides a firmer basis for diagnosing problems or choosing an implementation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to test whether a bug reproduces, measure performance, inspect an API's actual output, check a rendering result, or confirm that a change had an effect.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/akshitireddy/agent-skills/try-it-first
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.

Any agent
npx skills add AkshitIreddy/agent-skills --skill try-it-first
Clone the repo
git clone --depth 1 https://github.com/AkshitIreddy/agent-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for try-it-first

README.md
[![agentmods](https://agentmods.dev/badge/skills/akshitireddy/agent-skills/try-it-first.svg)](https://agentmods.dev/skills/akshitireddy/agent-skills/try-it-first)
Your own site
<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>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 628 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00057 $0.00628
Opus 5 $0.00028 $0.00314
Sonnet 5 $0.00011 $0.00126
Haiku 4.5 $0.00006 $0.00063

Measured 8d ago against content hash 1cc1b5411cf9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

skills/try-it-first/SKILL.md · 58 lines

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.

Read the full file on GitHub · 58 lines

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. 8d ago First seen · 58 lines · 57 tokens per session scan A 1cc1b5411cf9

Subscribe to this mod's changes

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.

Related

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".

fcakyon/claude-codex-settings · 49 tokens

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…

fcakyon/claude-codex-settings · 98 tokens

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…

lovstudio/skills · 122 tokens

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…

stevengonsalvez/agents-in-a-box · 89 tokens

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.

lovstudio/skills · 67 tokens

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.

lovstudio/skills · 46 tokens