standup-gen
v0.1.0Daily standup notes from git activity. Includes 1 skill.
By Mehmet TuracLicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install standup-gen for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add standup-gen@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/mturac/standup-gen/.
Plugin files
├── .codex-plugin/plugin.json└── skills/standup-gen/SKILL.md
Included Skills1
Generate daily standup notes from git activity
Plugin manifests1
{
"name": "standup-gen",
"version": "0.1.0",
"description": "Daily standup notes from git activity.",
"author": {
"name": "Mehmet Turac",
"url": "https://github.com/mturac"
},
"homepage": "https://github.com/mturac/pluginpool-standup-gen",
"repository": "https://github.com/mturac/pluginpool-standup-gen",
"license": "MIT",
"keywords": [
"git",
"standup",
"codex-plugin"
],
"skills": "./skills/",
"interface": {
"displayName": "Standup Generator",
"shortDescription": "Daily standup notes from git activity.",
"longDescription": "Generates daily standup notes from git activity across one or many repositories.",
"developerName": "Mehmet Turac",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/mturac/pluginpool-standup-gen",
"privacyPolicyURL": "https://github.com/mturac/pluginpool-standup-gen/blob/main/LICENSE",
"termsOfServiceURL": "https://github.com/mturac/pluginpool-standup-gen/blob/main/LICENSE",
"defaultPrompt": [
"Use Standup Generator to daily standup notes from git activity."
],
"brandColor": "#7c3aed",
"composerIcon": "./assets/icon.svg"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[standup-gen on Agent Plugins Marketplace](https://pluginsmp.com/plugins/standup-gen)