Borrowing it
Nothing to install: this file belongs to 0xSoftBoi/suwappubot. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/0xSoftBoi/suwappubot/main/.claude/skills/reflect/SKILL.mdgit clone --depth 1 https://github.com/0xSoftBoi/suwappubotWrote 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/0xsoftboi/suwappubot/reflect)<a href="https://agentmods.dev/skills/0xsoftboi/suwappubot/reflect"><img src="https://agentmods.dev/badge/skills/0xsoftboi/suwappubot/reflect/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/0xsoftboi/suwappubot/reflect"><img src="https://agentmods.dev/badge/skills/0xsoftboi/suwappubot/reflect.svg" alt="Reviewed on agentmods" width="80" 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.00050 | $0.00599 |
| Opus 5 | $0.00025 | $0.00300 |
| Sonnet 5 | $0.00010 | $0.00120 |
| Haiku 4.5 | $0.00005 | $0.00060 |
Grade A, and why
reflect 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 10d 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 — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/reflect — capture what this session taught us
The capture half of the self-improving harness (docs/harness/self-improving.md).
/reflect writes lessons; /evolve changes behavior artifacts (CLAUDE.md,
hooks, skills, agents). Do not edit anything except .claude/harness/lessons.md here.
Procedure
-
Mine the session you are in. Look for, in priority order:
- Explicit user corrections ("no, do X", "I told you", repeated instructions).
- Tool-call failures you retried more than once (wrong flags, wrong paths, wrong service, permission denials).
- Anything you discovered the hard way about this repo/deploy that isn't written down (a URL, a quirk, a command that works). If the session contains none of these, say so and stop — do not invent lessons.
-
Check for an existing lesson first. Read
.claude/harness/lessons.md.- Same lesson exists → do nothing (or sharpen its wording in place).
- Related lesson exists → merge into it rather than adding a sibling.
- New → add under
## Rules(behavior) or## Facts(environment memory), using the file's format. Max 3 lines per lesson.
-
Respect the budget. Cap is 25 lessons. At cap: merge or evict the least-valuable lesson in the same edit. Never push the file over cap.
-
Recidivism check. Run
git log --oneline -- .claude/harness/lessons.md | head -20. If the lesson you're touching has been edited 3+ times, it is not being absorbed as prose — flag it in your reply as a candidate for/evolveto promote into an enforcing artifact (hook, skill, or CLAUDE.md rule). -
Gate, then commit.
python3 scripts/harness/harness_lint.pyMust PASS. Then commit just that file:
HUSKY=0 git add .claude/harness/lessons.md && HUSKY=0 git commit -m "harness(reflect): <lesson title>"Do not push unless the user asked or you are already pushing other work.
Output
Reply with: lessons added/merged/evicted (titles only), any recidivism flags, and lint result. Keep it under 6 lines.
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.
- 10d ago First seen · 49 lines · 50 tokens per session scan A 2f0e66d173d2
reflect is a skill published in the GitHub repository 0xSoftBoi/suwappubot (3 stars, last pushed yesterday), licensed Apache-2.0. It adds 50 tokens to every session and 599 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-30.
Other skills, from other repositories
oneinch-aggregator
1inch DEX aggregator skill — swap tokens across 400+ DEXes, get quotes, check token approvals, Fusion+ cross-chain swaps, portfolio tracking. Requires API key from 1inch Developer Portal.
defi-protocols
DeFi protocol authority — flashloans, AMM design, lending markets, concentrated liquidity, MEV, triangular and cross-DEX arbitrage, stablecoin depeg dynamics, and on-chain capital routing across Uniswap V3, Aerodrome, Balancer, Curve, and Aave V3 on Ethereum, Base, Arbitrum, Optimism, and Polygon.
across-bridge
Bridge ETH and ERC-20 tokens across EVM chains via Across Protocol v3. One function for a quote, one function for the entire end-to-end bridge (approval + deposit + arrival verification). Use when the user wants to move tokens between chains (e.g. "bridge 50 USDC from Base to Arbitrum", "send ETH from Ethereum to…
ophis
Use this skill when the user asks to swap tokens, get a swap quote, check or cancel an order, or report the surplus their trades earned, via Ophis, the intent-based MEV-protected DEX aggregator. Triggers on phrases like "swap X for Y", "best price", "quote", "order status", "cancel my order", "how much surplus did I…
swap-via-ophis
Swap or bridge tokens through Ophis, an intent-based DEX aggregator. Parse a natural-language request, get a best-execution quote, build an EIP-712 order, sign it in the user's own wallet, and submit it. Non-custodial: the agent never holds keys or funds.
analyzing-ethereum-smart-contract-vulnerabilities
Perform static and symbolic analysis of Solidity smart contracts using Slither and Mythril to detect reentrancy, integer overflow, access control, and other vulnerability classes before deployment to Ethereum mainnet.