Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .claude/commands/all_tools.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
description: List all available tools from the system prompt in TypeScript signature format
allowed-tools: []
---

# List All Tools

List all available tools detailed in your system prompt. Display them in bullet points. Display them in typescript function signature format and suffix the purpose of the tool. Double line break between each tool for readability.
5 changes: 5 additions & 0 deletions .claude/commands/cook.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
description: Run 7 parallel sub-agent tasks for crypto analysis, AI research, and meta-agent creation
allowed-tools: Task
---

Run these 7 sub agent tasks simultaneously in parallel:

1. crypto-coin-analyzer: Analyze DOGE with full technical and sentiment analysis
Expand Down
5 changes: 5 additions & 0 deletions .claude/commands/cook_research_only.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
description: Run 7 parallel sub-agent tasks for crypto and AI research without meta-agent creation
allowed-tools: Task
---

Run these 7 sub agent tasks simultaneously in parallel:

1. crypto-coin-analyzer: Analyze DOGE with full technical and sentiment analysis
Expand Down
6 changes: 6 additions & 0 deletions .claude/commands/update_status_line.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
description: Update or add custom key-value pairs to a session's status line data
allowed-tools: Read, Write
argument-hint: "<session_id> <key> <value>"
---

# Update Status Line Data

## Purpose
Expand Down