meeting-notes

Generate structured meeting notes from predefined templates via the create-notes command.

Updated Oct 31, 2025
One-click install
npx skills add https://github.com/FassadenFix/FaFi --skill meeting-notes-fassadenfix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meeting-notes
Source: https://github.com/FassadenFix/FaFi/tree/main/skills/meeting_notes
Command: npx skills add https://github.com/FassadenFix/FaFi --skill meeting-notes-fassadenfix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a simple way to generate structured meeting notes using predefined templates, reducing ambiguity and ensuring consistent documentation across teams.

Core Features & Use Cases

  • Template-based notes: Choose between a simple or detailed template to capture attendees, agenda, decisions, and action items.
  • Easy generation: Create notes from a template with a single command, suitable for standups, kickoff meetings, and retrospective sessions.
  • Use Case: Imagine a project kickoff where you generate a formatted meeting note file that includes attendees, agenda, decisions, and next steps.

Quick Start

Use the meeting-notes skill to create a simple notes file: create-notes --template simple --output meeting_notes.md Or create a detailed notes file: create-notes --template detailed --output kickoff_notes.md

Frequently Asked Questions about meeting-notes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create standardized meeting notes for project kickoffs and standups?

You can generate structured meeting notes by running the create-notes command with a chosen template. For example, executing `create-notes --template simple --output meeting_notes.md` instantly produces a formatted file capturing attendees, agenda, decisions, and action items.

What is the best way to automate note-taking for a project kickoff meeting?

Automating note-taking for a kickoff is best done using a detailed template that standardizes documentation. By generating a formatted file with predefined sections for attendees, decisions, and next steps, you reduce ambiguity and ensure all critical kickoff information is captured consistently.

Can I use a detailed template for decision logs and retrospective sessions?

Yes, you can use a detailed template for decision logs and retrospective sessions. The template supports capturing structured data across teams, allowing you to document decisions and action items consistently by selecting the detailed option during file generation.

Do I need any external dependencies to generate meeting notes files with templates?

No external dependencies are required to generate meeting notes files with templates. The Skill operates independently to produce markdown output files via the create-notes command, allowing you to standardize documentation without additional environment setup.

What is the difference between simple and detailed meeting notes templates?

The difference between simple and detailed meeting notes templates lies in the depth of documentation. Both capture attendees and action items, but the detailed template provides expanded sections for comprehensive documentation, making it suitable for complex kickoffs, while the simple template suits quick standups.