AI SummaryThis is a meeting note summarization app tailored to the user need for private and local inference. Preserve the vault contract: exactly three files per processed meeting.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "minute — Copilot Instructions" prompt rules to my project. Repository: https://github.com/roblibob/minute Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Meeting transcription app
Minute — transcription and summarization companion app for obsidian
This is a meeting note summarization app tailored to the user need for private and local inference.
Deterministic Output Contract
Preserve the vault contract: exactly three files per processed meeting. • Meetings/YYYY/MM/YYYY-MM-DD HH.MM - <Title>.md • Meetings/_audio/YYYY-MM-DD HH.MM - <Title>.wav • Meetings/_transcripts/YYYY-MM-DD HH.MM - <Title>.md WAV output must remain mono, 16 kHz, 16-bit PCM. Models output JSON, the app renders Markdown, and vault writes are atomic.
Local-Only Processing and Privacy
Minute is a local first app. Models run locally. • No outbound network calls except model downloads.
Test-Gated Core Logic
Every new feature or contract change MUST add or update tests in MinuteCore Practise TDD
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts