scaffold
Generate production-ready project structures, components, and boilerplate code with modern best practices and comprehensive tooling
Add todo item to TO-DOS.md with context from conversation
$ npx -y skills add alirezarezvani/claude-code-tresor --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/add-to-todosContext preview
What this command does when you run it.
Add todo item to TO-DOS.md with context from conversation
name: add-to-todos description: Add todo item to TO-DOS.md with context from conversation argument-hint: <todo-description> (optional - infers from conversation if omitted) allowed-tools: [Read, Edit, Write, Glob] model: inherit enabled: true
1. Read TO-DOS.md in the working directory (create with Write tool if it doesn't exist)
2. Check for duplicates:
3. Extract todo content:
4. Append new section to bottom of file:
5. Confirm and offer to continue with original work:
## Add Todo Command Improvements - 2025-11-15 14:23 - **Add structured format to add-to-todos** - Standardize todo entries with Problem/Files/Solution pattern. **Problem:** Current todos lack consistent structure, making it hard for Claude to have enough context when revisiting tasks later. **Files:** `commands/add-to-todos.md:22-29`. **Solution:** Use inline bold labels with required Problem and Files fields, optional Solution field. - **Create check-todos command** - Build companion command to list and select todos. **Problem:** Need workflow to review outstanding todos and load context for selected item. **Files:** `commands/check-todos.md` (new), `TO-DOS.md` (reads from). **Solution:** Parse markdown list, display numbered list, accept selection to load full context and remove item.
A world-class collection of Claude Code utilities: autonomous skills, expert agents, slash commands, and prompts that supercharge your development workflow.
Repo: alirezarezvani/claude-code-tresor
Generate production-ready project structures, components, and boilerplate code with modern best practices and comprehensive tooling
Generate comprehensive documentation from code including API docs, user guides, and interactive documentation with deployment automation
Pre-deployment validation with tests, security checks, config safety, and environment readiness verification
Comprehensive system health verification for production monitoring and incident detection
Production incident coordination with emergency triage, RCA, and postmortem generation
Load testing and performance benchmarking with intelligent scenario generation