vaultr-recap
Reviews content against the Vaultr knowledge base (_knowledge/) and surfaces what's related and what's in tension. Covers two scenarios: (1) associative recap — cross-check a single short note, daily note, draft, or pasted text against the knowledge base right now, while the thought is fresh; (2) periodic review — recap everything created or updated over a recent window (e.g. the past week). Trigger on phrases like 'recap this', 'what do I already know that relates to this', 'does this conflict with anything I've written', 'weekly review', 'review this week's notes', '联想', '回顾一下', '和我的知识库对照一下'
npx skills add skoowoo/vaultr-notes --skill vaultr-recap --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Vaultr Recap — 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 | | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | | **Associative recap** | user shares/references a single note, short note, draft, or pasted text and wants related or conflicting knowledge surfaced right now | @associative.md | | **Periodic review** | "weekly review", "回顾一下这周/这个月", review of everything created/updated over a past window rather than one piece of content | @periodic-review.md | Load the matching sub-skill. If the request is ambiguous (e.g. just "recap" with no note and no time window named), ask the user which they mean before proceeding. Both sub-skills share `references/extract.md` for partial-read commands, and both produce a conversational recap only — never a saved file.
- Environment check
- Identify intent → load sub-skill
vaultr --help
What does the vaultr-recap skill do?
Reviews content against the Vaultr knowledge base (_knowledge/) and surfaces what's related and what's in tension. Covers two scenarios: (1) associative recap — cross-check a single short note, daily note, draft, or pasted text against the knowledge base right now, while the thought is fresh; (2) periodic review — recap everything created or updated over a recent window (e.g. the past week). Trigger on phrases like 'recap this', 'what do I already know that relates to this', 'does this conflict with anything I've written', 'weekly review', 'review this week's notes', '联想', '回顾一下', '和我的知识库对照一下'
How do I install it?
Run `npx skills add skoowoo/vaultr-notes --skill vaultr-recap --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.
