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…
Generates professional meeting minutes from transcripts or notes. Use when you need to create structured meeting documentation after a meeting.
> /plugin marketplace add giuseppe-trisciuoglio/developer-kit > /plugin install developer-kit@developer-kit
How it fires
How this command gets triggered: by you, by Claude, or both.
/devkit.write-a-minute-of-a-meetingContext 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.
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
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.
/devkit.write-a-minute-of-a-meeting $ARGUMENTS
| Argument | Description | |--------------|------------------------------------------| | `$ARGUMENTS` | Combined arguments passed to the command |
**Agent Selection**: To execute this task, use the following approach:
Read the meeting transcript from: **$1**
Use these details or ask for them if not provided:
Create the meeting minutes with the following sections:
Begin with a brief paragraph (3-4 sentences maximum) summarizing the main outcomes and key decisions from the meeting.
For each agenda item, create a dedicated section that includes:
Extract and list all final decisions approved during the meeting. For each decision, specify:
Create a table with the following columns:
| Action | Responsible | Deadline | |-------------------------|-------------------------|-----------------| | Description of the task | Person or team assigned | Completion date |
List any unresolved issues or topics to be discussed in future meetings.
Include date and time of the next meeting if established.
/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
Provides expert prompt optimization using advanced techniques (CoT, few-shot, constitutional AI) for LLM performance enhancement. Use when you need to improve…
Provides guided feature development capability with codebase understanding and architecture focus. Use when implementing a new feature from scratch.
Provides guided bug fixing and debugging capability with systematic root cause analysis. Use when encountering bugs, errors, or unexpected behavior.
Creates a GitHub pull request with branch creation, commits, and detailed description. Use when you need to submit changes for review.
Provides comprehensive GitHub pull request review with code quality, security, and best practices analysis. Use when reviewing a PR before merging.
Provides guided code refactoring capability with deep codebase understanding, compatibility options, and comprehensive verification. Use when restructuring or…