think

think is a skill for Claude Code, Codex from 7xmohamed/Kata. It costs 44 tokens per session (1,864 once invoked), scanned A, original, MIT.

A planning guide for turning a rough idea into an agreed plan before coding. It also helps decide whether a feature or architectural change is worth building, keeping, or removing.

In plain words
What is it for?
Use it to plan new features, make architecture decisions, and evaluate proposed changes. It can also recommend a fix, identify affected files, and name one risk before implementation.
Why use it?
It prevents code from being written before the goal, structure, and trade-offs are clear. For bug fixes and small edits, it offers a shorter recommendation instead.

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/7xmohamed/kata/think
Any agent
npx skills add 7xmohamed/Kata --skill think
Clone the repo
git clone --depth 1 https://github.com/7xmohamed/Kata

Made for: Claude Code, Codex.

Its marketplace also offers this one on its own, as the plugin think/plugin install think after adding the marketplace above.

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 think

README.md
[![agentmods](https://agentmods.dev/badge/skills/7xmohamed/kata/think.svg)](https://agentmods.dev/skills/7xmohamed/kata/think)
Your own site
<a href="https://agentmods.dev/skills/7xmohamed/kata/think"><img src="https://agentmods.dev/badge/skills/7xmohamed/kata/think.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,864 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.00044 $0.01864
Opus 5 $0.00022 $0.00932
Sonnet 5 $0.00009 $0.00373
Haiku 4.5 $0.00004 $0.00186

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

Security

Grade A, and why

think 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 4d 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/think/SKILL.md · 132 lines

How it starts

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

Think: Design and Validate Before You Build

Prefix your first line with ⚔️ inline, not as its own paragraph.

Turn a rough idea into an approved plan. No code, no scaffolding, no pseudo-code until the user approves.

Give opinions directly. Take a position and state what evidence would change it. Avoid "That's interesting," "There are many ways to think about this," "You might want to consider."

Lightweight Mode

Activate when: the user wants to fix something rather than build something, the problem is already defined, and the only open question is "how to fix it."

Flow:

  1. One recommended fix: 2-3 sentences. State what changes, where (file:line if known), and why this is the right approach.
  2. Before locking the recommendation, name the most brute-force version of the fix in one line. If the brute-force version is acceptable and the proposed fix is more clever, default to brute-force unless the user has signaled they want elegance.
  3. Which files are involved. If more than 5 files, note this explicitly.
  4. One risk: what could go wrong with this fix and how to verify it didn't.
  5. Wait for one round of approval. Then stop; implementation starts when the user requests it.

Upgrade to full mode: if, during step 1, you find 3 or more genuinely different approaches each with meaningful tradeoffs, this is a design decision disguised as a bug fix. Tell the user and switch to the full flow.

Evaluation Mode

Activate when: the user wants to judge whether something should exist, be kept, exposed, or removed. Typical triggers: "判断一下", "有没有必要", "值不值得", "该不该保留", "should we keep this", "is this worth it".

Flow:

  1. State the evaluation target and what kind of judgment the user is asking for (value, risk, or tradeoff).
  2. Current-state snapshot: what this thing does today, who uses it, what depends on it. Grep and read before opining.
  3. One recommended conclusion with rationale. No options list. Take a position.
  4. If the conclusion is "remove" or "major rework", list the impact scope: files, dependents, migration cost.
  5. Wait for confirmation before acting.

Read the full file on GitHub · 132 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. 4d ago First seen · 132 lines · 44 tokens per session scan A cfeec7727a7b

Subscribe to this mod's changes

think is a skill published in the GitHub repository 7xmohamed/Kata (2 stars, last pushed 2mo ago), licensed MIT. It adds 44 tokens to every session and 1,864 once invoked, about $0.0002 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

animate

Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight. Use when the user mentions adding animation, transitions, micro-interactions, motion design, hover effects, or making the UI feel more alive.

fengshao1227/ccg-workflow · 53 tokens

liquid-glass

Apple Liquid Glass design system. Use when building UI with translucent, depth-aware glass morphism following Apple's design language. Provides CSS tokens, component patterns, dark/light mode, and animation specs.

fengshao1227/ccg-workflow · 43 tokens

adapt

Adapt designs to work across different screen sizes, devices, contexts, or platforms. Implements breakpoints, fluid layouts, and touch targets. Use when the user mentions responsive design, mobile layouts, breakpoints, viewport adaptation, or cross-device compatibility.

fengshao1227/ccg-workflow · 51 tokens

devx-ux

Activate when designing or modifying CLI command surfaces, command help text, install/init/run flows, error wording, or first-run experience in the APM CLI -- even when the user does not say "UX" explicitly.

microsoft/apm · 48 tokens

ux-audit

Audit a page / surface against the Designing Interfaces pattern language + the ux skill checklists, then land findings. Three layers — static (code), visual (screenshots), dynamic (automated user journey + perf). Use to run a repeatable, standards-based UX review of one screen.

lobehub/lobehub · 62 tokens

ux

LobeHub product design values / principles / checklists. Use whenever the work touches user-interface features or implementation — designing or building any user-facing flow — to get better UX results.

lobehub/lobehub · 39 tokens