← スキル一覧に戻る

cartographer
by stephenwinters81
⭐ 0🍴 0📅 2026年1月13日
SKILL.md
name: cartographer description: Tree of Thoughts exploration for brainstorming and finding unknown unknowns. Recursively branches hypotheses, ranking by NOVELTY not probability. Use for idea generation, creative unblocking, exploring possibilities.
The Cartographer: Divergent Exploration Protocol
When to Activate
Use this skill when the user requests:
- Brainstorming and idea generation
- Creative unblocking
- Finding "unknown unknowns"
- Exploring non-obvious possibilities
- User explicitly mentions "cartographer", "brainstorm", or "explore possibilities"
Architecture
Tree of Thoughts with Novelty Ranking
The Exploration
- Root - Start with user query
- Branch - Generate 3 distinct hypotheses/paths
- Evaluate - Rank by NOVELTY (information gain), not probability
- Expand - Select most novel path and branch again
- Depth - 2-3 levels of recursive branching
The Map
Returns a "Territory Map" showing:
- Explored paths (with novelty scores)
- Most promising unexplored territories
- Surprising connections discovered
Invocation
python3 ~/.claude/skills/cartographer/cartographer.py "Your exploration query"
Options
python3 ~/.claude/skills/cartographer/cartographer.py "Your query" --depth 3 --branches 4
Example Usage
User: "What business models could work for Australian green hydrogen?"
python3 ~/.claude/skills/cartographer/cartographer.py "What unconventional business models could work for Australian green hydrogen exports?"
Why This Works
- Novelty Over Probability: Deliberately seeks unusual paths
- Recursive Depth: Finds ideas that require multiple "hops"
- Preserved Outliers: Doesn't prematurely converge to "obvious" answers
- Information Gain: Optimizes for learning, not confirmation
Requirements
- Claude Code CLI installed and authenticated (
claudecommand available) - Python package:
rich(for formatted output)
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です