create-cowork-plugin

Guide users through five phases to create Claude Cowork plugins with manifest generation.

345|12|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/minicoohei/ai-agent-camp --skill create-cowork-plugin-minicoohei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-cowork-plugin
Source: https://github.com/minicoohei/ai-agent-camp/tree/main/.claude/skills/create-cowork-plugin
Command: npx skills add https://github.com/minicoohei/ai-agent-camp --skill create-cowork-plugin-minicoohei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides non-engineers and developers through structured, end-to-end creation of Claude Cowork plugins during a Cowork session, turning ideas into production-ready plugin packages.

Core Features & Use Cases

  • Five-phase guided workflow: discovery, component planning, design & clarifying questions, implementation, and packaging.
  • Standardized plugin architecture with root-level .claude-plugin, optional components (scripts/references/assets), and clear manifest generation.
  • Safe packaging and portability guarantees via environment-variable references and adherence to plugin schemas.

Quick Start

Initiate a Cowork session and ask for the user's plugin goals to begin the five-phase workflow and generate a ready-to-package plugin scaffold.

Frequently Asked Questions about create-cowork-plugin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Claude Cowork plugin from scratch?

Claude Cowork plugin creation involves a structured five-phase workflow: discovery, component planning, design with clarifying questions, implementation, and packaging to produce a ready-to-package plugin scaffold.

What are the required components for a Claude Cowork plugin manifest?

Required Claude Cowork plugin components include a root-level .claude-plugin directory and a proper manifest. Optional components include scripts, references, and assets for a standardized and portable plugin architecture.

Can I build Claude plugins without prior development experience?

Yes, non-engineers can build Claude plugins. The workflow guides users through structured phases from initial idea discovery to final packaging, turning concepts into production-ready plugin packages safely.

How does the Claude Cowork plugin workflow ensure packaging portability?

Packaging portability is enforced by using environment-variable references and adhering to strict plugin schemas. This guarantees the generated plugin package remains safe and portable across different execution environments.

What is the best way to structure scripts and assets in a Cowork plugin?

The best way to structure scripts and assets is by following the standardized plugin architecture, placing optional components like scripts, references, and assets alongside the root-level .claude-plugin directory.

When do I need to use the Claude Cowork plugin generation workflow?

You need the Claude Cowork plugin generation workflow when you want to turn an automation idea into a production-ready plugin package safely, requiring structured guidance from discovery to final packaging.