nix-darwin/config/claude/skills/update-claude-md/SKILL.md
Scan a repository and update its CLAUDE.md to reflect current structure, build commands, conventions, and dependencies. Use when user asks to update CLAUDE.md, refresh project instructions, or sync repo docs after significant changes.
npx skillsauth add nubiv/my-nome 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.
Preserve these user-written sections verbatim (do not overwrite):
<!-- manual -->Update or generate these sections:
# Project Name
One-line description.
## Build & test
\`\`\`bash
command1 # what it does
command2 # what it does
\`\`\`
## Structure
- `src/module/` — purpose
- `src/other/` — purpose
## Key modules
| Module | Purpose |
|--------|---------|
| name | desc |
## Conventions
- Rule 1
- Rule 2
development
Manage devlogs (session journal entries) under the active repo's `.claude/devlogs/`. Subcommands - `write` creates a new date-stamped entry, `read` loads existing entries into context. Use when the user invokes `/devlog <subcommand>` or asks to write, save, recall, or load today's/recent devlogs.
development
Run MY_WIKI operations (ingest, query, research, lint). Use when the user wants to add sources to the wiki, ask questions against it, research new topics from the web, or audit its quality.
testing
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.
tools
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.