betterthink

A coding workflow that reduces uncertainty before editing, finishes and checks one task at a time, keeps project rules current, and visually checks user interfaces on different screen sizes.

In plain words
What is it for?
Use it when implementing features or fixes that need focused scope, explicit assumptions, verification, and checks on mobile, tablet, and desktop.
Why use it?
It helps prevent guessed requirements, unfinished changes, scattered edits, and unnoticed layout problems.

Skill for Claude CodeCodex

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 skills/rokyytr2/betterthink/cursor
Any agent
npx skills add RokyYTR2/BetterThink --skill cursor
Clone the repo
git clone --depth 1 https://github.com/RokyYTR2/BetterThink

Made for: Claude Code, Codex.

Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 772 The whole file, excluding the scripts and references it only reads on demand.
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.00074 $0.00772
Opus 5 $0.00037 $0.00386
Sonnet 5 $0.00015 $0.00154
Haiku 4.5 $0.00007 $0.00077

Measured yesterday against content hash 211fed78918f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

betterthink 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 yesterday.

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.

cursor/SKILL.md · 54 lines

How it starts

The opening of the file, as written. The whole thing — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.

BetterThink

Apply this skill at the start of a coding task when correctness and discipline matter more than speed.

Clarify Before Editing

  • Drive uncertainty down before writing code.
  • Ask focused questions when scope, behavior, stack, naming, or edge cases are materially ambiguous.
  • If a small assumption is safe and non-destructive, state it explicitly and proceed.
  • Do not silently fill important gaps with guesses. Target: reach high confidence in the requested outcome before editing.

Finish One Slice Before Starting The Next

  • Work on one concrete to-do at a time.
  • Verify the current slice before moving on: read the diff, run the relevant test or command, or inspect the behavior directly.
  • Do not stack partially finished fixes with a plan to circle back later unless the task genuinely requires it. Target: treat "probably done" as not done.

Stay On The Critical Path

Cursor runs as a single agent. Keep work focused and sequential rather than spawning parallel threads of half-finished edits.

  • Scope each change to a clear file or module boundary.
  • Read the surrounding code and its dependencies before editing.
  • Use the Agent/Composer context deliberately: pull in only the files the current slice needs, not the whole tree.

Keep Project Rules Lean

At the end of a meaningful change, update the project's rules file — .cursor/rules/*.mdc (preferred) or a legacy .cursorrules if the repo already uses one. Update it only when one of these happens:

  • Add a new dependency
  • Add a new script or command entry point
  • Create a new top-level folder
  • Change build, run, test, or deploy commands
  • Introduce a new project convention or pattern worth preserving Rules:
  • Prefer the file the project already uses; do not create a new rules file unless the repo already expects one or the user asks.
  • Record durable information only: architecture, conventions, commands, gotchas, and non-obvious decisions.
  • Skip routine bug fixes, refactors, and task logs.
  • Keep the file compact. If it starts growing into long-form documentation, move detail into a supplementary doc and leave one pointer line in the rules file.

Read the full file on GitHub · 54 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. yesterday First seen · 54 lines · 74 tokens per session scan A 211fed78918f

Subscribe to this mod's changes

betterthink is a skill published in the GitHub repository RokyYTR2/BetterThink (1 stars, last pushed 2mo ago), licensed MIT. It adds 74 tokens to every session and 772 once invoked, about $0.0004 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

crisis-catalyst

Reframe a crisis, constraint, or setback as a forcing function for founder-mode decisions that were previously politically blocked. Based on Chesky's pandemic transformation and Andy Grove's "great companies are defined by their crises." Use when facing a serious challenge and want to use it as fuel, not just survive…

sohaibt/founder-mode · 68 tokens

decision-check

Determine whether a decision is a founder-only move (requires institutional memory, passion, and permission) or a manageable decision that can be delegated. Based on Chesky's framework of what only a founder can do. Use when deciding whether to stay involved in or hand off a decision.

sohaibt/founder-mode · 59 tokens

founder-quiz

Take a behavioral self-assessment to discover where you sit on the founder mode spectrum. 15 questions that reveal your actual operating mode — not what you think you do, but what you actually do. Use for honest self-reflection.

sohaibt/founder-mode · 52 tokens

hiring-scorecard

Score an executive or senior hire using Brian Chesky's 'guilty until proven innocent' framework. Generates a reference check script, identifies red flags, and assesses builder vs. manager fit. Use when evaluating a candidate for a senior role.

sohaibt/founder-mode · 54 tokens

org-health

Diagnose organizational health against Brian Chesky's framework. Detects the division → politics → bureaucracy → complacency arc that kills founder-led companies. Use when a founder suspects their org structure is slowing them down.

sohaibt/founder-mode · 45 tokens

codex-agent-collaboration

Delegate coding tasks to Codex AI for implementation, analysis, and alternative solutions. Use when you need a second AI perspective, want to explore different approaches, or need specialized Codex capabilities for complex coding tasks.

ForteScarlet/codex-kkp · 49 tokens