Updates CLAUDE.md files with non-obvious conventions and gotchas from staged git changes. Activates on user requests like 'update CLAUDE.md' or significant code modifications.
npx claudepluginhub uniswap/ai-toolkit --plugin development-productivityThis skill is limited to using the following tools:
Synchronize CLAUDE.md files based on staged git changes, capturing conventions and gotchas
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Synchronize CLAUDE.md files based on staged git changes, capturing conventions and gotchas that Claude cannot infer by reading code.
CLAUDE.md files should contain conventions, gotchas, and team preferences — not structural inventory. The guiding question for each potential entry is: "Would removing this cause Claude to make a mistake?" If not, omit it.
Include:
Exclude:
git ls-files)[TODO] placeholder entriesgit diff --cached --name-status.claude/rules/ Factoring: Suggest a rules file if topic warrants itAn update is warranted when:
Skip updates for: formatting changes, typos, renames with no behavior change, or anything that is standard language/framework convention.
.claude/rules/<topic>.md files: Secondary output — when a topic-specific rule is
identified that would push CLAUDE.md over 200 lines or only applies to a file subset,
propose factoring it into a rules file with optional paths frontmatterTarget: under 200 lines per CLAUDE.md. If an update would push a file over 200 lines,
propose factoring detailed content into a .claude/rules/<topic>.md file instead.
When running without a human present (e.g., via a pre-commit hook):
git restore CLAUDE.md)git diff **/*CLAUDE.md before committinggit add)git diff **/*CLAUDE.md)