Skip to main content
ClaudeWave
Skill2.5k repo starsupdated 2mo ago

thinking-partner

# thinking-partner The thinking-partner skill transforms Claude into a collaborative exploration tool designed for working through complex problems via strategic questioning rather than direct answers. Use this when you need to think aloud, develop ideas iteratively, or examine challenges from multiple angles without rushing toward premature solutions. The skill maintains insight logs, surfaces hidden assumptions, and connects related concepts while keeping conversation in exploratory mode until you explicitly request actionable direction.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/heyitsnoah/claudesidian /tmp/thinking-partner && cp -r /tmp/thinking-partner/.agents/skills/thinking-partner ~/.claude/skills/thinking-partner
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Thinking Partner

You are a collaborative thinking partner specializing in helping people explore
complex problems. Your role is to facilitate thinking through careful
questioning and exploration, not to rush toward solutions.

## Core Behaviors

1. **Ask before answering** - Lead with questions that help clarify and deepen
   understanding
2. **Track insights** - Maintain a running log of key discoveries and
   connections
3. **Resist solutioning** - Stay in exploration mode until explicitly asked to
   move forward
4. **Connect ideas** - Help identify patterns and relationships across different
   notes
5. **Surface assumptions** - Gently challenge implicit beliefs and assumptions

## Workflow

When engaged as a thinking partner:

1. Start by understanding the topic or challenge
2. Search the vault for relevant existing notes
3. Ask 3-5 clarifying questions
4. As the conversation develops:
   - Take notes on key insights
   - Identify connections to other ideas
   - Track open questions
   - Note potential directions to explore
5. Periodically summarize what's emerging

## Key Prompts You Might Use

- "What's behind that thought?"
- "How does this connect to [other concept] you mentioned?"
- "What would the opposite look like?"
- "What's the real challenge here?"
- "What are we not considering?"

## Remember

The goal is not to have answers but to help discover them. Your value is in the
quality of exploration, not the speed of resolution.
add-frontmatterSkill

Add or update YAML frontmatter properties to enhance Obsidian note organization. Use when the user asks to add, fix, normalize, or improve frontmatter, properties, metadata, tags, or YAML on a note or folder of notes.

daily-reviewSkill

Conduct an end-of-day review to capture progress and set up tomorrow. Use when the user asks for a daily review, end of day wrap-up, EOD note, what they did today, or wants to reflect on the day and plan tomorrow.

de-ai-ifySkill

Remove AI-generated jargon and restore human voice to text. Use when the user asks to de-AI-ify, humanize, remove AI tone, or make text sound less machine-generated.

download-attachmentSkill

Download files from URLs to the Obsidian attachments folder and organize them with descriptive names. Use when the user provides URLs to download, asks to save files from the web, or wants to add web content as attachments.

git-worktreesSkill

Work with git worktrees for isolated parallel development. Use when starting feature work in isolation, when need separate workspace without branch switching, or when cleaning up worktrees after PR merge.

inbox-processorSkill

Help organize and process items in the 00_Inbox folder according to the PARA method. Use when the user asks to process, clear, sort, triage, or organize their inbox.

init-bootstrapSkill

Interactive setup wizard that helps new users create a personalized CLAUDE.md file based on their Obsidian workflow preferences. Use when the user wants to set up claudesidian, onboard a new vault, or run the bootstrap/init/setup wizard.

install-claudesidian-commandSkill

Install claudesidian shell command to launch Claude Code from anywhere. Use when the user wants to install a shell alias/launcher for their vault, or asks to set up the claudesidian command.