/devkit.write-a-minute-of-a-meeting
Generates professional meeting minutes from transcripts or notes. Use when you need to create structured meeting documentation after a meeting.
$ npx -y skills add giuseppe-trisciuoglio/developer-kit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/devkit.write-a-minute-of-a-meeting
Context preview
What this command does when you run it.
Generates professional meeting minutes from transcripts or notes. Use when you need to create structured meeting documentation after a meeting.
Command definition
devkit.write-a-minute-of-a-meeting.mddescription: Generates professional meeting minutes from transcripts or notes. Use when you need to create structured meeting documentation after a meeting.
argument-hint: "[transcript-file] [meeting-title] [date]"
allowed-tools: Read, Write
Overview
Generates professional meeting minutes from transcripts or notes. Use when you need to create structured meeting documentation after a meeting.
Act as an expert administrative assistant specialized in creating meeting minutes. Analyze the provided transcript or notes and produce a clear, concise, and professional meeting minute document.
Usage
/devkit.write-a-minute-of-a-meeting $ARGUMENTS
Arguments
| Argument | Description | |--------------|------------------------------------------| | `$ARGUMENTS` | Combined arguments passed to the command |
Execution Instructions
**Agent Selection**: To execute this task, use the following approach:
- Primary: Use `general-purpose` agent with appropriate domain expertise
- Or use specialized agent if available for the specific task type
Input
Read the meeting transcript from: **$1**
Meeting Information Template
Use these details or ask for them if not provided:
- **Meeting Title/Subject:** $2
- **Date and Time:** $3
- **Location/Platform:** (e.g., Teams, Zoom, in-person)
- **Attendees:** (list participants)
- **Meeting Objective:** (purpose of the meeting)
Document Structure
Create the meeting minutes with the following sections:
1. Executive Summary
Begin with a brief paragraph (3-4 sentences maximum) summarizing the main outcomes and key decisions from the meeting.
2. Agenda Items Discussed
For each agenda item, create a dedicated section that includes:
- Clear and concise summary of the discussion
- Significant contributions from participants, properly attributed
- Conclusions reached for each item
3. Decisions Made
Extract and list all final decisions approved during the meeting. For each decision, specify:
- The decision itself
- Who proposed/approved the decision
4. Action Items
Create a table with the following columns:
| Action | Responsible | Deadline | |-------------------------|-------------------------|-----------------| | Description of the task | Person or team assigned | Completion date |
5. Open Issues/Next Steps
List any unresolved issues or topics to be discussed in future meetings.
6. Next Meeting
Include date and time of the next meeting if established.
Style Guidelines
- Use professional, clear, and objective language
- Avoid unnecessary jargon and unexplained acronyms
- Use bullet points to improve readability
- Maintain a neutral and factual tone
- Format using proper Markdown syntax
Examples
/devkit.write-a-minute-of-a-meeting example-input
Read more
description: Generates professional meeting minutes from transcripts or notes. Use when you need to create structured meeting documentation after a meeting. argument-hint: "[transcript-file] [meeting-title] [date]" allowed-tools: Read, Write
Overview
Generates professional meeting minutes from transcripts or notes. Use when you need to create structured meeting documentation after a meeting.
Act as an expert administrative assistant specialized in creating meeting minutes. Analyze the provided transcript or notes and produce a clear, concise, and professional meeting minute document.
Usage
/devkit.write-a-minute-of-a-meeting $ARGUMENTS
Arguments
| Argument | Description | |--------------|------------------------------------------| | `$ARGUMENTS` | Combined arguments passed to the command |
Execution Instructions
**Agent Selection**: To execute this task, use the following approach:
- Primary: Use `general-purpose` agent with appropriate domain expertise
- Or use specialized agent if available for the specific task type
Input
Read the meeting transcript from: **$1**
Meeting Information Template
Use these details or ask for them if not provided:
- **Meeting Title/Subject:** $2
- **Date and Time:** $3
- **Location/Platform:** (e.g., Teams, Zoom, in-person)
- **Attendees:** (list participants)
- **Meeting Objective:** (purpose of the meeting)
Document Structure
Create the meeting minutes with the following sections:
1. Executive Summary
Begin with a brief paragraph (3-4 sentences maximum) summarizing the main outcomes and key decisions from the meeting.
2. Agenda Items Discussed
For each agenda item, create a dedicated section that includes:
- Clear and concise summary of the discussion
- Significant contributions from participants, properly attributed
- Conclusions reached for each item
3. Decisions Made
Extract and list all final decisions approved during the meeting. For each decision, specify:
- The decision itself
- Who proposed/approved the decision
4. Action Items
Create a table with the following columns:
| Action | Responsible | Deadline | |-------------------------|-------------------------|-----------------| | Description of the task | Person or team assigned | Completion date |
5. Open Issues/Next Steps
List any unresolved issues or topics to be discussed in future meetings.
6. Next Meeting
Include date and time of the next meeting if established.
Style Guidelines
- Use professional, clear, and objective language
- Avoid unnecessary jargon and unexplained acronyms
- Use bullet points to improve readability
- Maintain a neutral and factual tone
- Format using proper Markdown syntax
Examples
/devkit.write-a-minute-of-a-meeting example-input
Modular plugin marketplace for Claude Code and agentic CLIs, with validated, spec-driven skills, agents, commands, and workflows for Java, TypeScript, Python, PHP, AWS, and AI.
Repo: giuseppe-trisciuoglio/developer-kit
Other commands on developer-kit.
- /devkit.prompt-optimize
Provides expert prompt optimization using advanced techniques (CoT, few-shot, constitutional AI) for LLM performance enhancement. Use when you need to improve prompt quality or optimize LLM interactions.
Open command - /devkit.feature-development
Provides guided feature development capability with codebase understanding and architecture focus. Use when implementing a new feature from scratch.
Open command - /devkit.fix-debugging
Provides guided bug fixing and debugging capability with systematic root cause analysis. Use when encountering bugs, errors, or unexpected behavior.
Open command - /devkit.github.create-pr
Creates a GitHub pull request with branch creation, commits, and detailed description. Use when you need to submit changes for review.
Open command - /devkit.github.review-pr
Provides comprehensive GitHub pull request review with code quality, security, and best practices analysis. Use when reviewing a PR before merging.
Open command - /devkit.refactor
Provides guided code refactoring capability with deep codebase understanding, compatibility options, and comprehensive verification. Use when restructuring or improving existing code.
Open command

