gsd-skill-creator 1.49.441 → 1.49.500

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 +4 -0
  2. package/package.json +2 -19
package/README.md CHANGED
@@ -3,7 +3,11 @@
3
3
  An adaptive learning and coprocessor architecture for [Claude Code](https://docs.anthropic.com/en/docs/build-with-claude/claude-code), built as an extension to [GSD (Get Shit Done)](https://github.com/gsd-build).
4
4
 
5
5
  ```
6
+
6
7
  npx get-shit-done-cc@latest
8
+
9
+ npx gsd-skill-creator@latest
10
+
7
11
  ```
8
12
 
9
13
  ## Table of Contents
package/package.json CHANGED
@@ -1,32 +1,15 @@
1
1
  {
2
2
  "name": "gsd-skill-creator",
3
- "version": "1.49.441",
3
+ "version": "1.49.500",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
7
- "skill-creator": "dist/cli.js",
8
- "gsd-skill-creator": "project-claude/install.cjs"
7
+ "skill-creator": "./dist/cli.js"
9
8
  },
10
9
  "files": [
11
10
  "dist",
12
11
  "project-claude"
13
12
  ],
14
- "description": "Adaptive learning layer for Claude Code — skills, agents, teams, and chipsets",
15
- "author": "Tibsfox",
16
- "license": "MIT",
17
- "repository": {
18
- "type": "git",
19
- "url": "git+https://github.com/Tibsfox/gsd-skill-creator.git"
20
- },
21
- "keywords": [
22
- "claude-code",
23
- "ai-agents",
24
- "skills",
25
- "gsd",
26
- "adaptive-learning",
27
- "claude",
28
- "anthropic"
29
- ],
30
13
  "engines": {
31
14
  "node": ">=18.0.0"
32
15
  },