rhize-cowork
v0.2.3Sets up the starter files describing a new Cowork client's business, voice, and key facts, so Claude's first draft for that client is already on-brand.
By Rhize Media2 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 27, 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 rhize-cowork for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install rhize-cowork@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/Rhize-Media/rhize-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is rhize-cowork/.
Plugin files
├── .claude-plugin/plugin.json└── skills/project-kickoff/SKILL.md
Included Skills1
Scaffold the four standard Cowork client-context files — CLAUDE.md (operating manual), BUSINESS.md (the business/offer/market), PERSONALITY.md (brand voice & tone), and INFO.md (links, tools, people). Use when onboarding a client or business into a Cowork workspace, when the user asks to "create the project context files" or "build CLAUDE.md", or when they drop a website or strategy doc and want business context extracted. Works from a website, from strategy docs, or from nothing via a guided interview. Trigger even if the user only names one file — build the full set unless told otherwise. Not for software projects; a new app, PRD, or code scaffold belongs to project-launcher instead.
Plugin manifests1
{
"name": "rhize-cowork",
"version": "0.2.3",
"description": "Sets up the starter files describing a new Cowork client's business, voice, and key facts, so Claude's first draft for that client is already on-brand.",
"author": {
"name": "Rhize Media"
},
"homepage": "https://rhize.media",
"keywords": [
"cowork",
"project-setup",
"onboarding",
"context-files",
"claude-md",
"brand-voice",
"client-onboarding",
"rhize"
]
}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.
[rhize-cowork on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rhize-cowork)