Agent skill · AI & Agents

consultation

Claude(スマホ・PC)への相談スキル。実装中に判断が必要になった時、技術選定が必要な時、設計相談が必要な時に使用。

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill consultation --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/consultation/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

# Consultation(Claude相談) ## 📋 実行前チェック(必須) ### このスキルを使うべきか? - [ ] 仕様が曖昧で判断できない? - [ ] 技術選定が必要? - [ ] 設計の大きな変更が必要そう? - [ ] 3回以上同じ問題で失敗した? - [ ] パフォーマンス・セキュリティ上の懸念がある? ### 前提条件 - [ ] 問題を具体的に言語化できているか? - [ ] 「なぜ?」を3回以上繰り返したか? - [ ] 少なくとも2つ以上の解決案を試したか? - [ ] 公式ドキュメントを確認したか? - [ ] エラーメッセージを正確に記録したか? - [ ] failure_logに失敗を記録したか? ### 禁止事項の確認 - [ ] 「何が分からないか分からない」状態で相談しようとしていないか? - [ ] 何も試さずに相談しようとしていないか? - [ ] 公式ドキュメントを確認せずに相談しようとしていないか? --- ## 🚨 鉄則 **具体的に言語化してから相談。「AとBで迷っている」まで絞り込む。** --- ## 役割分担 | ClaudeCode(ここ) | スマホ・PCクライアント | |------------------|----------------------| | 実際のコーディング | 問題の整理・分析 | | ファイル操作 | 解決方針の決定 | | テスト実行 | アーキテクチャ設計 | | デバッグ作業 | トラブルシューティング方向性 | | 動作確認 | | --- ## 相談すべきタイミング - 仕様が曖昧で判断できない(自分で掘り下げても不明) - 技術選定が必要(複数案を比較検討した上で) - パフォーマンス・セキュリティ上の懸念(具体的な数値・リスクあり) - 設計の大きな変更が必要そう(影響範囲を整理済み) - 予想外の問題に遭遇(根本原因の仮説あり) - 3回以上同じ問題で失敗した --- ## 相談テンプレート(詳細版) ```markdown 【相談: {相談内容の一行サマリ}】 ## 1️⃣ 何が起きているか(事実) - 現在のタスク: ... - 進捗状況: ... - 現在のブランチ: ... - 発生している現象: ... ## 2️⃣ なぜそれが問題なのか - 何を期待していたか: ... - 実際には何が起きたか: ... - このままでは何が困るか: ... ## 3️⃣ なぜその問題が発生したのか(原因の掘り下げ) - 直接の原因: ... - その原因が生じた理由: ... - さらにその背景: ... (「なぜ?」を3-5回繰り返して根本原因を探る) ## 4️⃣ 何を試したか 1. 試したこと: ... - 結果: ... - なぜうまくい

What's inside
Steps it walks through
  1. 📋 実行前チェック(必須)
  2. このスキルを使うべきか?
  3. 前提条件
  4. 禁止事項の確認
  5. 🚨 鉄則
  6. 役割分担
  7. 相談すべきタイミング
  8. 相談テンプレート(詳細版)
  9. 相談例
  10. 良い相談
  11. 悪い相談
  12. 🚫 禁止事項まとめ
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the consultation skill do?

Claude(スマホ・PC)への相談スキル。実装中に判断が必要になった時、技術選定が必要な時、設計相談が必要な時に使用。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill consultation --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