coworkpowers
v1.0.0Knowledge work superpowers that compound over time. Research, execute, review, and capture learnings to make each task easier than the last.
By Nabeel HyattLicense: MIT113 GitHub starsUpdated 7 months ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Feb 15, 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 coworkpowers for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install coworkpowers@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/nabeelhyatt/coworkpowersClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/workflow-compound/SKILL.md├── skills/workflow-research/SKILL.md├── skills/workflow-review/SKILL.md└── skills/workflow-work/SKILL.md
Included Skills4
Extract and store learnings from completed knowledge work to make the next task easier. Use after completing any significant piece of work to capture patterns, create templates, and update preferences. Triggers on requests like 'that went well, let's capture what worked', 'what did we learn', 'that didn't go well', or after completing high-stakes work.
Research and plan a knowledge work task thoroughly before execution. Use when starting any significant piece of work - drafting important communications, making strategic decisions, preparing for meetings, or tackling analysis projects. Triggers on requests like 'help me prepare for', 'I need to draft', 'plan out', or any high-stakes knowledge work.
Run parallel multi-agent review on completed knowledge work. Use after the work phase to evaluate output quality from multiple specialized perspectives before finalizing. Triggers on requests like 'review this', 'check this before I send it', 'stress-test this recommendation', or when quality assurance is needed on a deliverable.
Execute a knowledge work plan efficiently while maintaining quality. Use after the research phase to systematically work through a plan using the right agents for each step. Triggers on requests like 'execute the plan', 'draft that email we planned', 'go ahead and write', or when moving from planning to execution.
Plugin manifests1
{
"name": "coworkpowers",
"version": "1.0.0",
"description": "Knowledge work superpowers that compound over time. Research, execute, review, and capture learnings to make each task easier than the last.",
"author": {
"name": "Nabeel Hyatt",
"url": "https://github.com/nabeelhyatt"
},
"homepage": "https://github.com/nabeelhyatt/coworkpowers",
"license": "MIT",
"keywords": [
"knowledge-work",
"productivity",
"compound-learning",
"decision-making",
"research",
"planning"
]
}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.
[coworkpowers on Agent Plugins Marketplace](https://pluginsmp.com/plugins/coworkpowers)