Agent skill
ag:claudemd-update
Updates CLAUDE.md based on recent conversation history. This skill should be used when the user asks to update their CLAUDE.md, sync learnings from conversations, or review what was discussed recently.
Install this agent skill to your Project
npx add-skill https://github.com/yurifrl/cly/tree/main/.claude/skills/ag:claudemd-update
SKILL.md
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:
bashscripts/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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
ag:changelog
Generates and updates project CHANGELOG.md from git commits, conversation decisions, and architectural changes. Auto-invoke this skill when new features are added, features are removed, or architecture changes occur.
prompt-engineering
Prompt engineering reference and workflow for creating, refining, and reviewing high-quality prompts for AI tools, agents, and skills.
ag:claudemd-update
Updates CLAUDE.md based on recent conversation history. This skill should be used when the user asks to update their CLAUDE.md, sync learnings from conversations, or review what was discussed recently.
write-skill
Create Claude Code skills with proper structure and documentation. Use when building custom skills, writing SKILL.md files, or when user asks "write a skill" or "create Claude skill".
add-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.
git-worktrees
Manage git worktrees for parallel development. Use when user mentions worktrees, parallel branches, or working on multiple branches simultaneously.
Didn't find tool you were looking for?