From 8dafe6fec1a7fcae5cf4a70d325e87cd030b193a Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 25 Aug 2026 23:15:59 +0000 Subject: [PATCH] Document marketplace add before plugin install claude plugin install only sees configured marketplaces, so docwriter-org/style has to be added first. Ship marketplace.json so that add command resolves. --- .claude-plugin/marketplace.json | 13 +++++++++++++ .claude-plugin/plugin.json | 4 +++- README.md | 11 ++++++++++- 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 .claude-plugin/marketplace.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..88aff1b --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,13 @@ +{ + "name": "docwriter-style", + "owner": { + "name": "DocWriter" + }, + "plugins": [ + { + "name": "docwriter-style-generator", + "source": "./", + "description": "Learn a writing style from samples and produce a portable my-writing-style skill" + } + ] +} diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 52c05dc..1132692 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,3 +1,5 @@ { - "name": "docwriter-style-generator" + "name": "docwriter-style-generator", + "description": "Learn a writing style from samples and produce a portable my-writing-style skill", + "version": "1.0.0" } diff --git a/README.md b/README.md index 8dc524b..871bf9e 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,19 @@ every project. ## Install +Add the marketplace, then install the plugin: + +``` +/plugin marketplace add docwriter-org/style +/plugin install docwriter-style-generator@docwriter-style +``` + ```bash -claude plugin install docwriter-org/style +claude plugin marketplace add docwriter-org/style +claude plugin install docwriter-style-generator@docwriter-style ``` + ## Use ```