.claude/skills/commit-and-track/SKILL.md
Create a git commit AND update the vault changelog/timeline so history stays in sync. Use after any meaningful change instead of plain git commit. Use when the user says "commit this", "save the work", or "ship it".
npx skillsauth add malhajri07/real-estate-CRM-project commit-and-trackInstall 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.
Commit + propagate to the History section of the vault in one move. This is the project-specific replacement for the bare /commit command.
git status and git diff --staged in parallel to see what's in scope.feat:, fix:, etc.)— for sub-clauses (matches project history)git add -A). Skip .env, node_modules, dist, xlsx lock files, unrelated changes.Co-Authored-By line.Aqarkom_Knowledge/History/Changelog/{current-month}.md — append a new bullet under the right categoryAqarkom_Knowledge/History/Timeline.md — bump the highlights list if this is a feat: or milestone:/track-change to update Architecture/Features notes toogit log -1)git add -A — it sweeps in .env, xlsx lock files, and dev junk--no-verify to bypass hookstesting
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.
data-ai
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
tools
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.