Agent skill · Security

minutes-lint

Health-check your meeting knowledge for contradictions, stale commitments, and decision conflicts. Use when the user asks "any conflicts in my meetings", "check for stale action items", "lint my meetings", "consistency check", "are there contradictions", or wants to audit their decision history.

silversteingithub.com/silversteinGitHub ↗
claude-codeMIT
Install
npx skills add silverstein/minutes --skill minutes-lint --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Requires: opencode
Path: .opencode/skills/minutes-lint/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,410
Language: Rust

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

From the SKILL.md

# /minutes-lint Run a consistency check across policy-authorized normal meetings to find decision conflicts and stale commitments. Restricted meetings are excluded from this agent workflow by default and must never be described as absent evidence. ## How to run the lint 1. **Run the consistency check**: ```bash minutes consistency --stale-after-days 14 ``` Optional filters: - `--owner <name>` — limit to commitments assigned to a specific person - `--stale-after-days <N>` — change the staleness threshold (default: 7) 2. **Parse the JSON output** and present it as readable markdown. ## Formatting the report ### Decision Conflicts For each conflict, show: ``` **Topic: {topic}** - Latest: "{latest decision text}" — *{meeting title}* ({date}) - Prior: "{prior decision text}" — *{meeting title}* ({date}) - **Status**: These decisions may contradict each other. ``` **Frontmatter v2: resolved supersessions.** When the `resolution` field is present on a conflict, the newer decision has a `supersedes:` entry in its frontmatter. Treat this as informational, not a red flag. Format as: ``` **Topic: {topic}** ✓ Resolved - Current: "{latest decision text}" — *{meeting title}* ({date}) - Supersede

What's inside
Steps it walks through
  1. How to run the lint
  2. Formatting the report
  3. Decision Conflicts
  4. Stale Commitments
  5. Clean bill of health
  6. When to suggest next steps
  7. Gotchas
Commands it runs
minutes consistency --stale-after-days 14
More from minutes
All skills →
About this skill
What does the minutes-lint skill do?

Health-check your meeting knowledge for contradictions, stale commitments, and decision conflicts. Use when the user asks "any conflicts in my meetings", "check for stale action items", "lint my meetings", "consistency check", "are there contradictions", or wants to audit their decision history.

How do I install it?

Run `npx skills add silverstein/minutes --skill minutes-lint --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 silverstein/minutes, a repository with 1,410 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