Skip to content
Agent Orchestration
Skill

/shortcut-audit

Audit keyboard shortcuts in VMark code vs dev docs. Use when asked to review, reconcile, or optimize shortcuts, or when updating shortcut documentation.

From plugin
vmark
49819 skills9 agents7 commands2 MCP
Install
$ npx -y skills add xiaolai/vmark --skill shortcut-audit --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/shortcut-audit

Context preview

The summary Claude sees to decide when to auto-load this skill.

Audit keyboard shortcuts in VMark code vs dev docs. Use when asked to review, reconcile, or optimize shortcuts, or when updating shortcut documentation.

SKILL.md

shortcut-audit.SKILL.md
name: shortcut-audit
description: Audit keyboard shortcuts in VMark code vs dev docs. Use when asked to review, reconcile, or optimize shortcuts, or when updating shortcut documentation.

Shortcut Audit

Overview

Compare shortcut definitions in code against documentation and report gaps or conflicts.

Workflow

1) Read docs:

  • `website/guide/shortcuts.md` (primary, in repo)
  • `dev-docs/shortcuts.md` (if present — not always created)

2) Scan code for shortcut sources (see `references/paths.md`). 3) Extract current shortcuts from code and map them to doc entries. 4) Report:

  • Missing doc entries
  • Docs that reference removed shortcuts
  • OS-level conflicts or collisions

5) Propose updates and required tests if changes are requested.

Notes

  • Confirm WYSIWYG and Source mode bindings separately.
  • Prefer existing conventions in VMark unless told to redesign.
Ships withvmark

The Plain-Text Workspace Where Humans and AI Collaborate Free. Local-first. Format-aware. VMark is the plain-text workspace where humans and AI collaborate.

Get the whole plugin