Agent skill · Code Review & Quality

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', '联想', '回顾一下', '和我的知识库对照一下'

skoowoogithub.com/skoowooGitHub ↗
claude-codeApache-2.0
Install
npx skills add skoowoo/vaultr-notes --skill vaultr-recap --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-recap/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 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.

What's inside
Steps it walks through
  1. Environment check
  2. Identify intent → load sub-skill
Ships with 3 files
  • associative.md
  • periodic-review.md
  • references/extract.md
Commands it runs
vaultr --help
More from vaultr-notes
All skills →
About this skill
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.

Keep going