co-dwerker
v1.1.0Structured daily development workflow for any GitHub repo: start or resume a session, standup, triage and work issues, brainstorm, implement with baselines and local-app verification, review, merge, docs, and wind down with state persistence. Repo mode (GitHub Issues with priority labels) or project mode (GitHub Projects board). Built for the most capable Claude models.
By Bellwether AI0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 6 skill or MCP entries
- Source updated
- Sep 17, 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 co-dwerker for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install co-dwerker@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/Bellwether-AI/btc-claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/co-dwerker/.
Plugin files
├── .claude-plugin/plugin.json├── skills/docs/SKILL.md├── skills/exit/SKILL.md├── skills/new-issue/SKILL.md├── skills/pr-review/SKILL.md├── skills/work/SKILL.md└── skills/work-bellwether-project/SKILL.md
Included Skills6
Use when the user wants to write or update companion documentation for a change — documenting a PR or issue, updating a docs repo, or opening a docs PR. Also use for "document this", "update the docs for issue 42", or "write the docs PR". Invoked by /co-dwerker:work Phase 4 after code-PR approval.
Use when the user is done for the day, wrapping up, stopping work, or ending a co-dwerker session, so the next session can resume where this one stopped. Also use for "let's stop here", "save where we are", "wind down", or "we're done".
Use when the user wants to create a GitHub issue — "open an issue for this", "file a bug", "add a task for later" — or when new work surfaces mid-session. Also invoked inline by /co-dwerker:work and /co-dwerker:pr-review when they discover follow-up work.
Use when the user asks to review a GitHub pull request or check PR quality — "review this PR", "review PR 123", "is this ready to merge". Also invoked by /co-dwerker:work after it opens a PR.
Use when the user wants to start or resume a development session on a GitHub repo — a daily standup, triaging or picking issues, or taking an issue from design through implementation, review, and merge. Also use for "let's get to work", "what should I work on today", "pick up where we left off", or "resume the session".
Deprecated alias; use /co-dwerker:work.
Plugin manifests1
{
"name": "co-dwerker",
"version": "1.1.0",
"description": "Structured daily development workflow for any GitHub repo: start or resume a session, standup, triage and work issues, brainstorm, implement with baselines and local-app verification, review, merge, docs, and wind down with state persistence. Repo mode (GitHub Issues with priority labels) or project mode (GitHub Projects board). Built for the most capable Claude models.",
"author": {
"name": "Bellwether AI"
}
}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.
[co-dwerker on Agent Plugins Marketplace](https://pluginsmp.com/plugins/co-dwerker)