skills/update-claude-md/SKILL.md
Intelligent command for automatically generating and updating project-specific CLAUDE.md (Serena + Sequential Thinking integration)
npx skillsauth add sc30gsw/claude-code-customes update-claude-mdInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Automatically generate and update project-specific CLAUDE.md with intelligent analysis.
/update-claude-md # Basic update with auto-detection
/update-claude-md --auto --backup # Auto-detection + backup
/update-claude-md --files README.md COMMANDS.md # Specific files
/update-claude-md --preview # Preview only
/update-claude-md --template kiro # Use Kiro template
| Option | Short | Description | Default |
|--------|-------|-------------|---------|
| --files | -f | Specify files | Auto-detect |
| --auto | -a | Auto-detect MD files | true |
| --backup | -b | Backup existing CLAUDE.md | false |
| --preview | -p | Show preview before update | false |
| --include-docs | -d | Include docs directory | false |
| --structure | -s | Analyze project structure | false |
| --template | -t | Specify template | auto |
| --merge | -m | Merge with existing content | false |
| --output | -o | Output filename | CLAUDE.md |
ALWAYS prioritize mcp__serena__ for codebase analysis and mcp__sequential-thinking__ for complex reasoning:
mcp__serena__list_dirmcp__serena__find_filemcp__serena__search_for_patternmcp__serena__write_memory / read_memorymcp__sequential-thinking__sequentialthinking for CLAUDE.md structure planning--template kiro)--template standard)--template minimal)# What I want you to do
[User-specific instructions]
# Framework Components
@FLAGS.md
@PRINCIPLES.md
@RULES.md
# MCP Documentation
@MCP_Context7.md
@MCP_Playwright.md
@MCP_Sequential.md
@MCP_Serena.md
# [Project Name]
[Auto-generated project description]
## Project Context
[Auto-detected sections]
## Development Guidelines
[Project-specific guidelines]
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
testing
# sdd-workflow — Workflow Status Dashboard ## Slash Command ``` /sdd-workflow [slug] ``` ## Purpose Read-only meta skill. Displays the current state of the SDD workflow — which phases are complete, which is next, and any blockers. Does NOT modify any files. --- ## This Skill is Read-Only `sdd-workflow` never writes to or modifies any file. It only reads spec files and git history to report status. There is no approval gate for this skill. --- ## Usage: Specific Feature ``` /sdd-workflo
content-media
# sdd-tasks **Slash command**: `/sdd-tasks <slug>` **Purpose**: Generate `tasks.md` (TASK-001..N) and `progress.md` from `requirements.md` and `design.md`. --- ## Prerequisites - `.claude/specs/<slug>/requirements.md` must exist - `.claude/specs/<slug>/design.md` must exist (run `/sdd-design` first) --- ## Steps ### 1. Read spec inputs ``` .claude/specs/<slug>/requirements.md .claude/specs/<slug>/design.md ``` Extract: - Every REQ-XXX ID with its acceptance criteria - Every design sect
development
# sdd-review — Post-Implementation Code Review ## Slash Command ``` /sdd-review <slug> ``` ## Purpose Run code review and security review on all changes introduced by the feature branch. Append structured findings to `review.md`. Does NOT auto-apply fixes — only proposes them. --- ## Prerequisites - `sdd-impl` has completed: all tasks in `progress.md` are `done` (or at least one is `done`; partial reviews are allowed). - The feature branch must have at least one commit ahead of `main`. -