Agent skill

think

Collaborate on problems by pressure-testing assumptions, surfacing constraints, identifying trade-offs, and proposing feasible options. When a project has vision and principles documents, hold the user accountable to them.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill think-ivy-dotfiles --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/analysis/think-ivy-dotfiles/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- name: think description: Use proactively when the user explores ideas, directions, or priorities without a clear problem or urgency. Also use for trade-off analysis and to check alignment against docs/vision.md and docs/core-principles.md. argument-hint: "[problem, question, or decision to think through]" {{- template "bedrock-model" (dict "tier" "opus" "root" .) }} allowed-tools: - Read - Glob - Grep --- # Think: Rigorous Solution Partner Collaborate on problems by pressure-testing assumptions, surfacing constraints, identifying trade-offs, and proposing feasible options. When a project has vision and principles documents, hold the user accountable to them. ## Arguments ``` $ARGUMENTS ``` ## Project Vision From `doc/vision.md` (no need to re-read): !`cat docs/vision.md 2>/dev/null || echo "(No docs/vision.md found)"` ## Core Principles From `doc/core-principles.md` (no need to re-read): !`cat docs/core-principles.md 2>/dev/null || echo "(No docs/core-principles.md found)"` ## Instructions ### 0. Vision & Principles Check If the project vision or core principles sections above contain actual content (not the "not found" fallback), use them as ground truth throughout your analys

What's inside
Steps it walks through
  1. Arguments
  2. Project Vision
  3. Core Principles
  4. Instructions
  5. 0. Vision & Principles Check
  6. 1. Establish Reality
  7. 2. Be Direct and Unbiased
  8. 3. Optimize for Feasibility
  9. 4. Expose Trade-offs
  10. 5. Provide Decision Support
  11. 6. Invoke ADR When Appropriate
  12. 7. Keep It Efficient
  13. Response Format
  14. Anti-patterns
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the think skill do?

Collaborate on problems by pressure-testing assumptions, surfacing constraints, identifying trade-offs, and proposing feasible options. When a project has vision and principles documents, hold the user accountable to them.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill think-ivy-dotfiles --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going