ソース情報
- リポジトリ
- deathrashed/agents
- ソースの最終更新活動
- 2026年7月28日 18:05
- 検出された SKILL.md の言語
- 英語
- スター
- 1
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/deathrashed/agents --skill brainstormコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Control the in-app Browser for opening, navigating, inspecting visible or interactive page state, clicking, typing, screenshots, and local web testing. It can have existing signed-in sessions. For semantic operations on linked resources, prefer a purpose-built connector, API, or CLI when available.
Control the user's Chrome browser for tasks that depend on existing Chrome state: tabs, logged-in sessions, or extensions. Prefer purpose-built connectors, APIs, or CLIs when available.
Control local Mac apps through Computer Use for tasks that require reading or operating app UI. Prefer purpose-built connectors, APIs, or CLIs when available.
| name | brainstorm |
| description | Trade-off analysis before coding (Brainstormer Agent) |
Brainstorm topic:
Question: {{args}}
Before analysis, context is needed:
(If no context is provided, it will base analysis on assumptions and list them)
| Aspect | Analysis |
|---|---|
| Description | [How it works] |
| Pros | • [Pro 1] • [Pro 2] • [Pro 3] |
| Cons | • [Con 1] • [Con 2] |
| Effort | Low / Medium / High |
| Risk | Low / Medium / High |
| Time to MVP | [Estimate] |
[Same structure]
[Same structure]
| Criteria | A | B | C |
|---|---|---|---|
| Speed | ⭐⭐⭐ | ⭐⭐ | ⭐ |
| Scale | ⭐ | ⭐⭐⭐ | ⭐⭐ |
| Cost | ⭐⭐⭐ | ⭐⭐ | ⭐ |
| Team Fit | ⭐⭐ | ⭐⭐⭐ | ⭐ |
Measurable criteria to validate decision:
Overengineering check:
Is this solution over-engineered for current needs?
Verdict: [Keep simple / Proceed / Simplify]
Questions to answer BEFORE proceeding:
⚠️ Don't skip these!
Recommended: [Approach X]
Reasoning: [Why this approach fits best given context]
When NOT to use: [Scenarios where this would be wrong choice]
# Ready to proceed? Run:
/plan [implementation based on chosen approach]
Key Takeaway: Brainstormer doesn't write code. It saves you from writing the wrong code. 10 minutes of brainstorming prevents weeks of refactoring.