my-claude-code-setup is a starter configuration and memory-bank template for Claude Code, providing project guidance and reusable setup for Claude Code sessions. Developers use it to organize Claude Code behavior, memory, commands, skills, subagents, hooks, and settings. The catalogue entries are components of this Claude Code workflow.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/centminmod/my-claude-code-setupWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/centminmod/my-claude-code-setup/convert-to-todowrite-tasklist-prompt)<a href="https://agentmods.dev/commands/centminmod/my-claude-code-setup/convert-to-todowrite-tasklist-prompt"><img src="https://agentmods.dev/badge/commands/centminmod/my-claude-code-setup/convert-to-todowrite-tasklist-prompt/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/centminmod/my-claude-code-setup/convert-to-todowrite-tasklist-prompt"><img src="https://agentmods.dev/badge/commands/centminmod/my-claude-code-setup/convert-to-todowrite-tasklist-prompt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.05349 |
| Opus 5 | $0.00000 | $0.02674 |
| Sonnet 5 | $0.00000 | $0.01070 |
| Haiku 4.5 | $0.00000 | $0.00535 |
Grade A, and why
convert-to-todowrite-tasklist-prompt scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 595 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Convert Complex Prompts to TodoWrite Tasklist Method
Purpose: Transform verbose, context-heavy slash commands into efficient TodoWrite tasklist-based methods with parallel subagent execution for 60-70% speed improvements.
Usage: /convert-to-todowrite-tasklist-prompt @/path/to/original-slash-command.md
CONVERSION EXECUTION
Step 1: Read Original Prompt
File to Convert: $ARGUMENT
First, analyze the original slash command file to understand its structure, complexity, and conversion opportunities.
Step 2: Apply Conversion Framework
Transform the original prompt using the TodoWrite tasklist method with parallel subagent optimization.
Step 3: Generate Optimized Version
Output the converted slash command with efficient task delegation and context management.
Argument Variable Integration
When converting slash commands, ensure proper argument handling for dynamic inputs:
Standard Argument Variables
## ARGUMENT HANDLING
**File Input**: {file_path} or {code} - The primary file(s) or code to analyze
**Analysis Scope**: {scope} - Specific focus areas (security, performance, quality, architecture, all)
**Output Format**: {format} - Report format (detailed, summary, action_items)
**Target Audience**: {audience} - Intended audience (technical, executive, security_team)
**Priority Level**: {priority} - Analysis depth (quick, standard, comprehensive)
**Context**: {context} - Additional project context and constraints
### Usage Examples:
```bash
# Basic usage with file input
/comprehensive-review file_path="@src/main.py" scope="security,performance"
# Advanced usage with multiple parameters
/comprehensive-review file_path="@codebase/" scope="all" format="detailed" audience="technical" priority="comprehensive" context="Production deployment review"
# Quick analysis with minimal scope
/comprehensive-review file_path="@config.yaml" scope="security" format="summary" priority="quick"
Argument Integration in TodoWrite Tasks
Dynamic Task Content Based on Arguments:
[
{"id": "setup_analysis", "content": "Record start time and initialize analysis for {file_path}", "status": "pending", "priority": "high"},
{"id": "security_analysis", "content": "Security Analysis of {file_path} - Focus: {scope}", "status": "pending", "priority": "high"},
{"id": "report_generation", "content": "Generate {format} report for {audience}", "status": "pending", "priority": "high"}
]
Conversion Analysis Framework
Step 1: Identify Context Overload Patterns
Context Overflow Indicators:
- Massive Instructions: >1000 lines of detailed frameworks and methodologies
- Upfront Mass File Loading: Attempting to load 10+ files simultaneously with @filename syntax
- Verbose Framework Application: Extended thinking sections, redundant validation loops
- Sequential Bottlenecks: All analysis phases running one after another instead of parallel
- Redundant Content: Multiple repeated frameworks, bias detection, steel man reasoning overengineering
Success Patterns to Implement:
- Task Tool Delegation: Specialized agents for bounded analysis domains
- Progressive Synthesis: Incremental building rather than simultaneous processing
- Parallel Execution: Multiple subagents running simultaneously
- Context Recycling: Fresh context for each analysis phase
- Strategic File Selection: Phase-specific file targeting
Step 2: Task Decomposition Strategy
Convert Monolithic Workflows Into:
- Setup Phase: Initialization and timestamp recording
- Parallel Analysis Phases: 2-4 specialized domains running simultaneously
- Synthesis Phase: Consolidation of parallel findings
- Verification Phase: Quality assurance and validation
- Completion Phase: Final integration and timestamp
Example Decomposition:
BEFORE (Sequential):
Security Analysis (10 min) � Performance Analysis (10 min) � Quality Analysis (10 min) = 30 minutes
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 595 lines · 0 tokens per session scan A 762904699bb7
convert-to-todowrite-tasklist-prompt is a command published in the GitHub repository centminmod/my-claude-code-setup (2,625 stars, last pushed 7d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 5,349 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
statusbar-style
Switch the status-bar style (classic / capsule / hairline).
statusbar-theme
Switch the status-bar color theme (graphite / twilight / linen).
statusbar-preview
Render every style × theme combination using your real cached data.
context-stats
Display context window usage and token statistics.
run
Execute prompt(s) from ./prompts/ with automatic archiving - for structured prompt-based work.
help
Explain Ralph Wiggum technique and available commands.