🛠️
AutomationRust

Minutes Setup

by silverstein

Minutes Setup is an Automation skill for Claude Code, published by silverstein in minutes.

1.4K stars154 forkson silverstein/minutesAdded 2026/08/19+1% in starsRepository updated 2026/08/19
agent-skillsaiclaudemcpmeeting-notesmeetingsparakeetprivacyrustspeech-to-texttranscriptionvoice-memowhisper
Install in seconds
Install Minutes Setup
Copy Minutes Setup into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/silverstein/minutes/tree/main/.opencode/skills/minutes-setup ~/.claude/skills/minutes-setup

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/silverstein/minutes.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.opencode/skills/minutes-setup/SKILL.md in silverstein/minutes
Installs to
~/.claude/skills/minutes-setup
Collection
One of 23 skills cataloged from this repository
Category
Automation1523 skills

What Minutes Setup does

Minutes Setup walks through first-time installation of Minutes, including downloading a whisper model, creating directories, and configuring audio input for recording meetings. Use it when the user asks to set up, install, or get started with Minutes.

Minutes Setup is cataloged under Automation on DirSkills. Minutes Setup comes from a repository tagged agent-skills, ai, claude, mcp and meeting-notes.

Documentation

README

Skill Path

Before running helper scripts or opening bundled references, set:

export MINUTES_SKILLS_ROOT="$(git rev-parse --show-toplevel)/.opencode/skills"
export MINUTES_SKILL_ROOT="$MINUTES_SKILLS_ROOT/minutes-setup"

/minutes-setup

Walk the user through first-time Minutes setup, step by step.

Setup steps

1. Check current state first

Run the verify skill's script to see what's already done:

bash "$MINUTES_SKILLS_ROOT/minutes-verify/scripts/verify-setup.sh"

Skip any steps that already pass.

2. Build the binary (if needed)

cd ~/Sites/minutes
export CXXFLAGS="-I$(xcrun --show-sdk-path)/usr/include/c++/v1"
cargo build --release

The binary lands at target/release/minutes. The user should add it to their PATH or create a symlink.

This is the opening of the README. Read the full README on GitHub.

Commands Minutes Setup provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /minutes-setup

Frequently asked about Minutes Setup

  • What else does silverstein publish alongside Minutes Setup?

    Minutes Setup is one of 23 skills that DirSkills catalogs from silverstein/minutes, the repository it ships in. Its siblings there include Minutes Brief, Minutes Brief and Minutes Cleanup. Each one is a separate skill with its own page in this directory, installs the same way Minutes Setup does, and is maintained by silverstein in that same repository. The rest of the collection is listed on the silverstein/minutes page.

  • How does Minutes Setup compare to other Automation skills?

    Minutes Setup ranks #616 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Minutes Setup against them. Open each page to compare what they document and how they install.

More from silverstein/minutes

Minutes Setup is one of 23 skills cataloged on DirSkills from silverstein/minutes.

See all 23 skills
2w ago

Minutes Brief

Minutes Brief generates a one-page pre-meeting brief by auto-detecting your next calendar event, pulling relationship history, and surfacing open commitments. Use it when speed matters before walking into a call.
Automation
1.4K154
2w ago

Minutes Brief

Minutes Brief generates a one-page pre-meeting brief by detecting the next calendar event and pulling relationship history, recent decisions, and open commitments. Use it when you need fast background right before a call.
Automation
1.4K154
🧹
2w ago

Minutes Cleanup

Minutes Cleanup helps manage disk space by finding large files, archiving old meetings, and deleting processed audio originals. Use it when the user asks to clean up recordings, check storage usage, or archive meetings.
Automation
1.4K154
🎛️
2w ago

Minutes Copilot

Minutes Copilot starts and controls the Minutes Coach HUD, a separate real-time copilot interface, when a user explicitly asks to start, pause, resume, check status, or stop Coach. It gets a concrete meeting goal, picks a supported mode, and invokes the copilot runtime or CLI.
Automation
1.4K154
📋
2w ago

Minutes Debrief

Minutes Debrief analyzes a meeting recording to compare what happened against planned goals, track decision evolution, and surface action items. Use it after a meeting when you say "debrief" or "what did we decide" to ensure nothing falls through the cracks.
Automation
1.4K154
👥
2w ago

Minutes Graph

Minutes Graph builds relationship rankings, exact person profiles, and commitments from supervised meeting notes while enforcing policy boundaries.
Data
1.4K154