ag:claudemd-update
CLAUDE.md Updater
Extract Conversations
scripts/extract_conversations.py --project "$(pwd)" --days 1
Options: --days N, --limit N, --json
Workflow
-
Extract conversations - Execute the script immediately:
scripts/extract_conversations.py --project "$(pwd)" --days 1 --limit 15 -
Extract final state - Analyze conversations for the end result:
- Final decisions and patterns that emerged
- Current conventions and rules (not how they were discussed)
- Workflow steps as they should be done now
- Configuration patterns that were settled on
CRITICAL: Focus on the final product, not the discussion history. Skip:
- Intermediate steps or abandoned approaches
- Debugging sessions (unless general pattern)
- Version-specific details
- One-time fixes
-
Present clean documentation - Show numbered list of rules/patterns to add:
Patterns to document: 1. [Final pattern/rule as it should be done] 2. [Configuration pattern with current values] 3. [Workflow step in present tense] ... Which should I document? (numbers, ranges, or "all") -
Apply updates - After selection, write clean documentation focused on current state
More from yurifrl/cly
charm-stack
Build terminal UIs with Bubbletea v2, Bubbles v2, Lipgloss v2, and Huh v2. Use when creating TUI applications, interactive forms, styled terminal output, or when user mentions Bubbletea, Bubbles, Lipgloss, Huh, Charm, or TUI development.
55cobra-modularity
Build modular CLI applications with Cobra framework. Use when structuring CLI commands, implementing modular command architecture, handling flags and arguments, or when user mentions Cobra, CLI modularity, command registration, or spf13/cobra.
15go-specialist
Go language consultant providing guidance on best practices, testing with testify, concurrency patterns, error handling, and technology stack recommendations. Use when answering Go questions, reviewing Go code, or advising on Go implementation approaches.
13add-module
Create new demo or utility modules following CLY project patterns. Use when adding TUI demonstration modules to modules/demo/ or utility modules to modules/, following Bubbletea/Bubbles conventions with proper Cobra CLI integration.
12cli-config
Manage CLI application configuration with Cobra and Viper. Use when implementing config files, environment variables, flags binding, or when user mentions Viper, configuration management, config files, or CLI settings.
10agent-tests
Agent-runnable e2e tests that validate workflows with real commands
1