Community라이팅 & 에디팅github.com

skoowoo/vaultr-notes

Vaultr: The Simplest Way to Build AI Workflows Around Your Notes.

vaultr-notes란 무엇인가요?

vaultr-notes is a Claude Code agent skill that vaultr: The Simplest Way to Build AI Workflows Around Your Notes.

지원 대상~Claude Code~Codex CLI~Cursor
npx skills add skoowoo/vaultr-notes

Installed? Explore more 라이팅 & 에디팅 skills: steipete/notion, langchain-ai/langchain, bytedance/podcast-generation · View all 6 →

즐겨 사용하는 AI에게 물어보기

이 에이전트 스킬이 미리 로드된 새 채팅을 엽니다.

문서

Vaultr Notes — Router

Environment check

vaultr --help

If vaultr is not found, inform the user and stop.


Identify intent → load sub-skill

ScenarioTrigger signalsSub-skill
Regular notescreate / read / modify / delete / list / search notes; journal entries; research notes; markdown files@notes-crud.md
Short notesquick 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.

관련 스킬