ソース情報
- リポジトリ
- raine/skills
- ソースの最終更新活動
- 2026年4月17日 11:35
- 検出された SKILL.md の言語
- 英語
- スター
- 2
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/raine/skills --skill brainstormコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Autonomously create a plan, consult Gemini and Codex for improvements, apply feedback, and implement. No user interaction - uses best judgment throughout.
Gemini and Codex collaboratively brainstorm solutions, building on each other's ideas across rounds. Agent synthesizes the best ideas into a plan.
Claude brainstorms with an opponent LLM (Gemini or Codex) in alternating turns, building on each other's ideas. Synthesizes the best ideas into a plan.
SOC 職業分類に基づく
SKILL.md を表示中
| name | brainstorm |
| description | Turn an idea into a concrete design through structured dialogue. |
| disable-model-invocation | true |
Turn an idea into a concrete design through structured dialogue.
User idea: $ARGUMENTS
Start by understanding what exists and what the user wants.
AskUserQuestion to ask clarifying questions one at a timeRules for questions:
AskUserQuestion with 2-4 options whenever possibleOnce you understand the idea, propose 2-3 different approaches.
Present them conversationally:
Format:
**Recommended: [Approach Name]**
[Why this is the best fit for your needs]
**Alternative: [Approach Name]**
[When you'd choose this instead]
**Alternative: [Approach Name]** (if applicable)
[Different trade-offs this offers]
Use AskUserQuestion to get buy-in on which approach to design.
Break the design into digestible sections (200-300 words each).
After each section, use AskUserQuestion to validate before continuing.
Cover as appropriate:
If the user wants to preserve the design:
history/<date>-design-<topic>.md (e.g. history/2026-02-15-design-auth-flow.md)