writing-skills 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "writing-skills",
3
+ "owner": {
4
+ "name": "Surendran B",
5
+ "url": "https://github.com/surendranb"
6
+ },
7
+ "metadata": {
8
+ "description": "Procedural writing-style skills for AI agents — official frameworks, not vibes.",
9
+ "version": "0.3.2"
10
+ },
11
+ "plugins": [
12
+ {
13
+ "name": "writing-skills",
14
+ "source": "./",
15
+ "description": "14 writing-style skills: 7 measurable frameworks (plain language, BLUF business writing, corporate comms, GOV.UK, ASD-STE100, Google dev docs, AP journalism) and 7 character voices (Ted Lasso, Jack Sparrow, Shrek, Yoda, Winnie the Pooh, Paddington, Bob Ross). Each framework enforces a verifiable checklist.",
16
+ "strict": false,
17
+ "skills": [
18
+ "./skills/plain-language",
19
+ "./skills/business-writing",
20
+ "./skills/corporate-communication",
21
+ "./skills/gov-uk-style",
22
+ "./skills/asd-ste100",
23
+ "./skills/google-dev-docs",
24
+ "./skills/journalism-ap",
25
+ "./skills/ted-lasso",
26
+ "./skills/jack-sparrow",
27
+ "./skills/shrek",
28
+ "./skills/yoda",
29
+ "./skills/winnie-the-pooh",
30
+ "./skills/paddington",
31
+ "./skills/bob-ross"
32
+ ]
33
+ }
34
+ ]
35
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "writing-skills",
3
+ "version": "0.3.2",
4
+ "description": "Procedural writing-style skills for AI agents — 7 measurable frameworks and 7 character voices, each with verifiable mechanics.",
5
+ "author": {
6
+ "name": "Surendran B",
7
+ "url": "https://github.com/surendranb"
8
+ },
9
+ "homepage": "https://github.com/surendranb/writing-skills",
10
+ "repository": "https://github.com/surendranb/writing-skills",
11
+ "license": "MIT",
12
+ "keywords": [
13
+ "writing",
14
+ "writing-style",
15
+ "plain-language",
16
+ "business-writing",
17
+ "copywriting",
18
+ "voice"
19
+ ],
20
+ "mcpServers": {
21
+ "writing-skills-mcp": {
22
+ "command": "uvx",
23
+ "args": ["writing-skills-mcp"]
24
+ }
25
+ }
26
+ }
package/mcp.json ADDED
@@ -0,0 +1,10 @@
1
+ {
2
+ "$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
3
+ "mcpServers": {
4
+ "writing-skills-mcp": {
5
+ "type": "stdio",
6
+ "command": "uvx",
7
+ "args": ["writing-skills-mcp"]
8
+ }
9
+ }
10
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "writing-skills",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Procedural writing-style skills for agents — measurable standards, voice craft, and character voices as SKILL.md instructions.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -9,6 +9,8 @@
9
9
  },
10
10
  "files": [
11
11
  "plugin.json",
12
+ "mcp.json",
13
+ ".claude-plugin",
12
14
  "skills",
13
15
  "exhaustive-styles.json"
14
16
  ],
package/plugin.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
3
3
  "name": "writing-skills",
4
- "version": "0.3.1",
4
+ "version": "0.3.2",
5
5
  "description": "Procedural writing-style skills for agents \u2014 measurable standards, voice craft, and character voices as SKILL.md instructions.",
6
6
  "author": "Surendran",
7
7
  "homepage": "https://github.com/surendranb/writing-skills",