bymax-report
v1.0.1The weekly silent-standup report for one repository, written from evidence. /bymax-report:standup collects what shipped in a period (pull requests via gh, commits via git) and what was asked (what a person typed into Claude Code or Codex sessions on that repository, worktree sessions included, pasted third-party requests included), then writes the two sections the team reads: a PROGRESS list of the asks as outcome sentences, undelivered ones marked in progress, and UPDATES grouped by product area saying what changed and what it replaced. No hashes, PR numbers or file names reach the report; an evidence block under it maps every line back to its PR, commit and request for the author. Plain text printed to paste, no Markdown, no file left on disk, English by default; --author keeps one git author. Depends on git; gh is used when present and its absence is reported, never hidden.
By Bymax OneLicense: MIT0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- 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 bymax-report for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install bymax-report@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/bymaxone/bymax-agent-kitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/bymax-report/.
Plugin files
├── .claude-plugin/plugin.json└── skills/standup/SKILL.md
Included Skills1
Write the weekly silent-standup report for one repository: a PROGRESS list of what was asked in the period, and UPDATES grouped by area saying what shipped and what it replaced. Every line traces to a pull request, a commit or a request a person typed into a Claude Code or Codex session; nothing is written from memory. Output is plain text to paste, in English unless another language is asked for, printed in the reply with its evidence below it; no file is left on disk. Arguments: a period (default last week: Monday to Sunday), an optional repository path, an optional --author to keep one git author, an optional --lang. Triggers: "standup", "weekly report", "silent standup", "what did we ship", "relatório da semana", "report da semana", "/bymax-report:standup".
Plugin manifests1
{
"name": "bymax-report",
"description": "The weekly silent-standup report for one repository, written from evidence. /bymax-report:standup collects what shipped in a period (pull requests via gh, commits via git) and what was asked (what a person typed into Claude Code or Codex sessions on that repository, worktree sessions included, pasted third-party requests included), then writes the two sections the team reads: a PROGRESS list of the asks as outcome sentences, undelivered ones marked in progress, and UPDATES grouped by product area saying what changed and what it replaced. No hashes, PR numbers or file names reach the report; an evidence block under it maps every line back to its PR, commit and request for the author. Plain text printed to paste, no Markdown, no file left on disk, English by default; --author keeps one git author. Depends on git; gh is used when present and its absence is reported, never hidden.",
"version": "1.0.1",
"author": {
"name": "Bymax One",
"email": "[email protected]",
"url": "https://github.com/bymaxone"
},
"license": "MIT",
"homepage": "https://github.com/bymaxone/bymax-agent-kit/tree/main/plugins/bymax-report",
"keywords": [
"standup",
"report",
"weekly",
"changelog",
"progress",
"git",
"gh-cli"
]
}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.
[bymax-report on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bymax-report)