Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
4 changes: 3 additions & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
}
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down
Loading