@h4shed/skill-underworld-writer 1.0.0 → 1.0.3

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.
Files changed (2) hide show
  1. package/README.md +16 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -30,3 +30,19 @@ Create detailed character profiles using the three-phase methodology:
30
30
  - ✅ Sample characters and examples
31
31
  - ✅ Test fixtures for validation
32
32
  - ✅ Full specification compliance
33
+
34
+ ## Usage
35
+
36
+ This package exports an MCP skill definition that can be loaded by `@fused-gaming/mcp-core` via the workspace skill registry.
37
+
38
+ ## Development
39
+
40
+ ```bash
41
+ # from repository root
42
+ npm run build --workspace=packages/skills/underworld-writer-skill
43
+ npm run test --workspace=packages/skills/underworld-writer-skill
44
+ ```
45
+
46
+ ## License
47
+
48
+ Apache-2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h4shed/skill-underworld-writer",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
4
4
  "description": "Create detailed character profiles, mythologies, and narrative worlds for underworld-themed stories",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -13,7 +13,7 @@
13
13
  "test": "echo \"No tests yet\""
14
14
  },
15
15
  "dependencies": {
16
- "@h4shed/mcp-core": "*"
16
+ "@h4shed/mcp-core": "1.0.3"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/node": "^20.12.0",