Agent skill · Workflow & Productivity

vaultr-notes

Guide for working with Vaultr, an AI-native personal note-taking system. Use this skill whenever the user wants to search, find, read, write, save, create, modify, delete, or capture notes — including journal entries, research notes, quick thoughts, knowledge retrieval, or any note-taking task. Trigger when the user says things like 'save this as a note', 'find my notes about X', 'create a note', 'look up my notes on X', 'read my note about Y', 'delete a note', 'quick note', 'short note', 'what do I know about X', or any variation of managing notes in Vaultr.

skoowoogithub.com/skoowooGitHub ↗
claude-codeApache-2.0
Install
npx skills add skoowoo/vaultr-notes --skill vaultr-notes --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/vaultr-notes/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 74
Language: Go

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Vaultr Notes — Router ## Environment check ```bash vaultr --help ``` If `vaultr` is not found, inform the user and stop. --- ## Identify intent → load sub-skill | Scenario | Trigger signals | Sub-skill | | ----------------- | ------------------------------------------------------------------------------------------------------ | --------------- | | **Regular notes** | create / read / modify / delete / list / search notes; journal entries; research notes; markdown files | @notes-crud.md | | **Short notes** | quick capture, fleeting thought, short note, daily log, "jot down" | @short-notes.md | | **Knowledge** | "what do I know about", knowledge base, compiled knowledge, index notes | @knowledge.md | Load the matching sub-skill. If the request spans multiple scenarios, handle them sequentially.

What's inside
Steps it walks through
  1. Environment check
  2. Identify intent → load sub-skill
Ships with 3 files
  • knowledge.md
  • notes-crud.md
  • short-notes.md
Commands it runs
vaultr --help
More from vaultr-notes
All skills →
About this skill
What does the vaultr-notes skill do?

Guide for working with Vaultr, an AI-native personal note-taking system. Use this skill whenever the user wants to search, find, read, write, save, create, modify, delete, or capture notes — including journal entries, research notes, quick thoughts, knowledge retrieval, or any note-taking task. Trigger when the user says things like 'save this as a note', 'find my notes about X', 'create a note', 'look up my notes on X', 'read my note about Y', 'delete a note', 'quick note', 'short note', 'what do I know about X', or any variation of managing notes in Vaultr.

How do I install it?

Run `npx skills add skoowoo/vaultr-notes --skill vaultr-notes --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From skoowoo/vaultr-notes, a repository with 74 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going