Developer Kit Project Management
Plugin VérifiéProject management and workflow commands
This plugin provides a single command, `devkit.write-a-minute-of-a-meeting`, that takes meeting transcripts and details as input to generate structured meeting minutes. It acts as an expert administrative assistant to create clear and concise documentation.
Documentation
- info:Configuration & parameter referenceWhile the command's arguments are mentioned, specific details on how to pass them (e.g., transcript-file, meeting-title, date) are implicit and not explicitly documented with expected formats or defaults.
Maintenance
- warning:Commit recencyThere are no commits in the last 12 months for the specific plugin directory, suggesting it might be unmaintained or have had no recent activity.
Versioning
- info:Release ManagementThe plugin has a `version` field in `plugin.json`, but it is not tied to GitHub releases or a CHANGELOG.md for this specific plugin, making version tracking informal.
Code Execution
- warning:ValidationThe command accepts arguments (`$ARGUMENTS`) for transcript file, meeting title, and date, but there is no explicit validation or sanitization schema defined for these inputs, leaving them potentially unconstrained.
- info:Error HandlingThe command script includes general instructions on agent selection and input/output structure, but lacks specific error handling mechanisms for invalid inputs or unexpected states.
Compliance
- info:GDPRThe plugin processes user-provided text (meeting transcripts/notes) which may contain personal data. While not submitted to a third party, it's processed by the LLM without explicit sanitization.
Installation
Ajoutez d'abord la marketplace
/plugin marketplace add giuseppe-trisciuoglio/developer-kit/plugin install developer-kit-project-management@developer-kitExtensions similaires
Zoom Integration Plugin
98Plan, build, and debug Zoom integrations across REST APIs, Meeting SDK, Video SDK, webhooks, bots, and MCP workflows. Search meetings, retrieve recordings, access transcripts, and design AI-powered Zoom experiences.
MCP Server Development Suite
98Skills for designing and building MCP servers that work seamlessly with Claude. Guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.
Explanatory Output Style Plugin
98Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)
ast-grep Code Search
98Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search.