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 ```