- Convert all commands/*.md files to skills/*/SKILL.md format
- Merge 36 reference-skill pairs into their invokable counterparts
- Mark reference-only skills as user-invocable: false
- Expand descriptions for migrated skills with usage scenarios
- Keep partner-built/ commands as-is
- Remove bio-research from marketplace.json
Addresses review feedback. Per https://agentskills.io/specification#frontmatter,
version is not a top-level frontmatter field — it goes under the arbitrary
metadata map. Top-level version gets rejected by validators.
The CoWork UI now presents commands and skills as a single 'Skills'
concept. Update the create-cowork-plugin and cowork-plugin-customizer
skills to scaffold skills/*/SKILL.md instead of commands/*.md. The
legacy commands/ format still works.
- Apollo: updated to reflect the 3 pre-built skill workflows (enrich, prospect, sequence load)
- Brand Voice (Tribe AI): updated to submitted copy emphasizing guardrails and brand consistency
- Slack (Salesforce): updated to reflect official Slack MCP server and Cowork focus
Common Room was already up to date.
* Improve plugin customizer to support scoped and general customization
- Add three customization modes: scoped (specific section), generic
(template setup with ~~ placeholders), and general (tweaking existing)
- Add Phase 0 for gathering user intent before diving into customization
- Clarify MCP server type descriptions (SSE/HTTP transport labels)
- Document directory entries without URLs (name-based matching)
- Update component-schemas.md with consistent MCP terminology
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* remove note about 1p connectors
* Address PR review: keyword-style "use when" and default to placeholder track
Rewrite skill description's "use when" guidance as keyword phrases instead
of logical clauses for better matching. Default to generic plugin setup mode
when ~~placeholders exist, even if user requested scoped customization, to
prevent incomplete plugin configuration.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Remove server type selection guide from component schemas
MCP server type details are unnecessary for plugin authors and add noise
to the reference doc.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Soften placeholder default rule to respect explicit user intent
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Bump cowork-plugin-management version to 0.2.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Add Cowork section with link to claude.com/plugins
- Update Claude Code commands to use current plugin marketplace syntax
- claude plugin marketplace add for adding marketplace
- claude plugin install for installing specific plugins