From granola-pack
Capture your first meeting with Granola and review AI-enhanced notes. Use when testing Granola setup, learning the notepad + transcript flow, or understanding how Enhance Notes and Granola Chat work. Trigger: "granola hello world", "first granola meeting", "try granola", "granola test".
npx claudepluginhub flight505/skill-forge --plugin granola-packThis skill is limited to using the following tools:
Capture your first meeting with Granola and learn the three-phase workflow: live notepad, Enhance Notes, and Granola Chat. Granola captures audio from your device (no bot joins), transcribes it, and merges your typed notes with the full transcript to produce structured output.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Capture your first meeting with Granola and learn the three-phase workflow: live notepad, Enhance Notes, and Granola Chat. Granola captures audio from your device (no bot joins), transcribes it, and merges your typed notes with the full transcript to produce structured output.
granola-install-auth setupDuring the meeting, type rough notes directly in the Granola notepad:
- discussed Q1 priorities
- sarah owns onboarding revamp
- need design review by thursday
- budget question - follow up with finance
These notes give Granola context. The AI uses your notes plus the full transcript to produce better output — you do not need to capture everything.
Granola produces structured notes based on your template:
# Team Standup — March 22, 2026
## Summary
Discussed Q1 priorities. Agreed to focus on customer onboarding
improvements. Sarah will lead the initiative with a design review
by Thursday.
## Key Decisions
- Onboarding revamp is the top priority for Q1
- Budget approval needed from Finance before expanding scope
## Action Items
- [ ] @sarah: Schedule design review meeting by Thursday
- [ ] @mike: Create onboarding improvement tickets in Linear
- [ ] @alex: Follow up with Finance on budget allocation
## Participants
Sarah Chen, Mike Johnson, Alex Kim
After enhancement, use the chat panel to ask questions about the meeting:
Granola Chat has full context of the transcript and your notes.
Type / in Granola Chat to invoke Recipes — saved prompts for common tasks:
/standup — extract blockers and progress updates/follow-up — draft a follow-up email/action-items — list all action items with owners| Error | Cause | Fix |
|---|---|---|
| No transcript generated | Wrong audio device selected | Check System Settings > Sound > Input matches your meeting audio |
| Meeting not detected | Calendar event missing video link | Add Zoom/Meet/Teams link to event, or manually start recording |
| Processing stuck > 5 min | Connectivity issue | Check internet, restart Granola (right-click icon > Restart) |
| Empty enhanced notes | Meeting < 2 minutes | Granola needs sufficient audio for meaningful enhancement |
| Poor transcription | Background noise or crosstalk | Use headset, mute when not speaking |
After your first meeting, check the People and Companies views in the sidebar. Granola automatically:
Proceed to granola-core-workflow-a for meeting template setup and preparation workflows.