active/tool/SKILL.md
Install or document local command-line tools end to end.
npx skillsauth add kevinslin/skills toolInstall 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.
Handle local tool onboarding in one pass: either install the tool with the best available package manager for the host and verify it, or document the tool without installing it, then use $mem schema to initialize and update the schema-defined Dendron note set rooted at [[<prefix>.<name>]] with concise install and usage guidance.
Require the user to choose the root prefix explicitly. The only valid prefixes are vpkg and pkg. If the request does not specify one, ask which prefix to use before creating or updating notes.
When documenting or refreshing tool notes, always research the tool on the internet instead of relying on internal knowledge alone. Find the authoritative sources first and prefer the official GitHub repo and official docs/manual. Keep package-wide links in the root note's Resources section, but when the research is self-contained to a topic, reference, or API note, keep those links in the current note instead of pushing everything up to the root.
Primary trigger:
$tool install <prefix> <name>
<prefix> must be either vpkg or pkg.
Also use this workflow for equivalent requests such as:
Primary trigger:
$tool document <prefix> <name>
<prefix> must be either vpkg or pkg.
Also use this workflow for equivalent requests such as:
<prefix> must come from the user and must be either vpkg or pkg. Do not guess or silently default.$mem schema workflow for the tool schema.$mem schema as the source of truth for note paths, required files, optional namespaces, templates, insertion routing, and materialization.last_refreshed and last_refreshed_by in frontmatter along with the note content you changed.Resources.Resources for shared package-wide links.api notes, treat the official GitHub repo and source code as authoritative. Official docs may help, but public interfaces are defined by the source.~/code/vendor and inspect the source to document the public interfaces accurately.For:
$tool install vpkg delta
the expected flow is:
git-delta.delta with command -v delta and delta --version.$mem schema to materialize missing tool schema notes for vpkg.delta.dendron skill to update the materialized notes from verified local behavior and official sources.For a pkg request, mirror the exact same flow with pkg as the root prefix instead of vpkg.
development
Convert an existing static HTML site into a private Codex Site, optionally adding a persistent authenticated API and local programmatic writes. Use only when deliberately invoked as $html2site.
business
Research verified local events and create ranked, source-linked activity reports.
development
Preview available meeting options and create Google Calendar invites with attendee availability and room booking after confirmation. Use when directly invoked via $cal or when asked to schedule a meeting.
testing
Manage Git preflight, branches, worktrees, pushes, and completed-work cleanup. Use whenever creating a pr or when explicitly invoked.