think

think is a command for Claude Code from joaquimscosta/arkhe-claude-plugins. It costs 50 tokens per session (306 once invoked), scanned A, original, MIT.

A command that asks a separate reasoning agent to think through one problem or the current work context in depth.

In plain words
What is it for?
Examining a specific question, breaking it into parts, identifying assumptions, and producing a reasoned recommendation.
Why use it?
It provides a structured second perspective for difficult debugging, decisions, trade-offs, or logic checks.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the core plugin — 5 skills, 7 commands, 6 agents shipped together

Good fit Examining a specific question, breaking it into parts, identifying assumptions, and producing a reasoned recommendation.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/joaquimscosta/arkhe-claude-plugins/think
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.

Clone the repo
git clone --depth 1 https://github.com/joaquimscosta/arkhe-claude-plugins

Made for: Claude Code.

Or install core, the plugin that ships this one along with the rest of its 5 skills, 7 commands, 6 agents.

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/commands/joaquimscosta/arkhe-claude-plugins/think.svg)](https://agentmods.dev/commands/joaquimscosta/arkhe-claude-plugins/think)
Your own site
<a href="https://agentmods.dev/commands/joaquimscosta/arkhe-claude-plugins/think"><img src="https://agentmods.dev/badge/commands/joaquimscosta/arkhe-claude-plugins/think.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 306 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.00050 $0.00306
Opus 5 $0.00025 $0.00153
Sonnet 5 $0.00010 $0.00061
Haiku 4.5 $0.00005 $0.00031

Measured 7d ago against content hash 2a4183600d57, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 7d 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.

plugins/core/commands/think.md · 38 lines

What it actually says

Think

Usage

  • /think <PROBLEM_OR_QUESTION> - Think through a specific problem
  • /think - Think through the current context (what user is working on)

Context

Explicit problem (if provided): $ARGUMENTS

If no arguments provided: Analyze the current conversation context - what is the user working on? What problem, decision, or challenge are they facing? Use the conversation history to identify the thinking task.

Instructions

Use the Agent tool to spawn the deep-think-partner agent (subagent_type: "core:deep-think-partner") to collaboratively reason through either:

  1. The explicit problem provided in arguments, OR
  2. The implicit problem inferred from the current conversation context

The agent will:

  1. Restate the problem to confirm understanding
  2. Break it down into logical components
  3. Explore multiple angles and trade-offs
  4. Highlight uncertainties and assumptions
  5. Provide concrete recommendations

Let the agent lead the thinking process. Engage as a collaborative partner - build on insights, ask clarifying questions, and work toward a well-reasoned conclusion together.

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. 7d ago First seen · 38 lines · 50 tokens per session scan A 2a4183600d57

Subscribe to this mod's changes

think is a command published in the GitHub repository joaquimscosta/arkhe-claude-plugins (21 stars, last pushed 24d ago), licensed MIT. It adds 50 tokens to every session and 306 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.