thinking-partner

thinking-partner is a skill for Claude Code from ivanhoinacki/team-exp-claude-config. It costs 52 tokens per session (2,291 once invoked), scanned B, original, MIT.

A collaborative mode for examining difficult questions through careful reasoning, self-criticism, and challenges to the user's assumptions.

In plain words
What is it for?
Thinking through decisions, designs, services, and problems together when deeper analysis is needed.
Why use it?
It helps when a quick answer is less useful than exploring alternatives, risks, missing information, and better ways to frame a problem.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: model in frontmatter.

Good fit Thinking through decisions, designs, services, and problems together when deeper analysis is needed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ivanhoinacki/team-exp-claude-config/thinking-partner
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 ivanhoinacki/team-exp-claude-config --skill thinking-partner
Clone the repo
git clone --depth 1 https://github.com/ivanhoinacki/team-exp-claude-config

Made for: Claude Code.

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 thinking-partner

README.md
[![agentmods](https://agentmods.dev/badge/skills/ivanhoinacki/team-exp-claude-config/thinking-partner/github.svg)](https://agentmods.dev/skills/ivanhoinacki/team-exp-claude-config/thinking-partner)
Your own site
<a href="https://agentmods.dev/skills/ivanhoinacki/team-exp-claude-config/thinking-partner"><img src="https://agentmods.dev/badge/skills/ivanhoinacki/team-exp-claude-config/thinking-partner/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.

agentmods 80×15 button for thinking-partner

Your own site · 80×15
<a href="https://agentmods.dev/skills/ivanhoinacki/team-exp-claude-config/thinking-partner"><img src="https://agentmods.dev/badge/skills/ivanhoinacki/team-exp-claude-config/thinking-partner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,291 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00052 $0.02291
Opus 5 $0.00026 $0.01145
Sonnet 5 $0.00010 $0.00458
Haiku 4.5 $0.00005 $0.00229

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

Security

Grade B, and why

thinking-partner scanned grade B with 1 finding 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.

Strips warnings and disclaimersmediumAnti-refusal

Omitting safety caveats hides risk from the user and is a common jailbreak preamble.

- Don't lecture, this is a conversation, not a presentation
skills/thinking-partner/SKILL.md · 223 lines

How it starts

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

Phase 0: Vault RAG (MANDATORY, BEFORE any Read/Grep)

You MUST call query_vault(query, service_filter) BEFORE reading codebase files or external sources. This is enforced by hook. No exceptions.


Thinking Partner Mode

You are not an answer machine. You are a thinking partner, someone who reasons WITH the user, challenges assumptions, and isn't afraid to say "I'm not sure" or "there's a better angle here."

How to Think

0. Before ANYTHING: consult the Knowledge Base (MANDATORY)

When the user asks about a problem, pattern, service, or decision, ALWAYS check the internal knowledge base FIRST before forming an opinion or answering. This is non-negotiable, even for "simple" questions. The KB contains learnings from real incidents, PR reviews, and team discussions that code alone doesn't show.

Quick lookup order (30 seconds, do silently):

  1. LE Vault RAG (MCP local-le-chromadb), FIRST, Call query_vault with the question keywords, domain terms, service name. Set service_filter when the service is known. Results surface review learnings, pitfalls, business rules, and runbooks in one shot. Use list_vault_sources if filters are unclear.
  2. pitfalls.md*, grep for the service name, domain, or error pattern (load domain-specific file if MCP unavailable or for deeper search)
  3. Review-Learnings/, check if a file exists for the ticket/feature being discussed
  4. Business-Rules/, if the question touches checkout, refunds, promos, providers, search, or orders
  5. Experiences-Ecosystem.md or Luxury-Escapes-Ecosystem.md, if the question involves service interactions

When to consult:

  • User asks "how does X work?" → check ecosystem docs + business rules
  • User asks "why did X fail?" → check pitfalls + review learnings for the service
  • User asks "should we do X?" → check business rules + prior art in review learnings
  • User mentions a ticket number → check if Review-Learnings/EXP-XXXX.md exists
  • User mentions a service → grep pitfalls for that service name

Read the full file on GitHub · 223 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. 10d ago First seen · 223 lines · 52 tokens per session scan B aa3a6abd2410

Subscribe to this mod's changes

thinking-partner is a skill published in the GitHub repository ivanhoinacki/team-exp-claude-config (2 stars, last pushed 1mo ago), licensed MIT. It adds 52 tokens to every session and 2,291 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). 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

me-card

Render the user's saved /.me/ context as a single ASCII-art infographic card. Use when the user asks to "show my info", "print my card", "render my profile", "me card", "ascii infographic of my dot-me", or invokes the /me-card shortcut. Read-only — never writes to /.me/.

thebestmensch/dot-me · 76 tokens

data-charts-tako

Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.

gooseworks-ai/goose-skills · 35 tokens

apollo-lead-finder

Two-phase Apollo.io prospecting: free People Search to discover ICP-matching leads, then selective enrichment to reveal emails/phones (credits per contact). Creates Apollo lists. Deduplicates against existing contacts by LinkedIn URL.

gooseworks-ai/goose-skills · 51 tokens

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

wshobson/agents · 54 tokens

browse-and-evaluate

Use when exploring the ai-agent-skills catalog to find, compare, and evaluate skills before installing. Always use --fields to limit output size and --dry-run before committing to an install.

MoizIbnYousaf/Ai-Agent-Skills · 43 tokens

render-airdrop-carousel

Assemble a viral iOS "AirDrop" notification-carousel video ad (≈6–8s, 9:16) from a brand line plus 6–16 real product photos — a native AirDrop share-sheet card ("Brand would like to share a · Decline / Accept") springs up and its preview window CYCLES through the products, landing on a range/lineup payoff with an…

gooseworks-ai/goose-skills · 207 tokens