@modastar/godot-skills 0.1.4 → 0.1.5

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.
@@ -9,7 +9,7 @@
9
9
  {
10
10
  "name": "godot-skills",
11
11
  "source": "./",
12
- "description": "Agent Skills for Godot 4.7+.",
12
+ "description": "Make your coding agent write modern Godot 4.7+ best practices — lightweight and token-efficient.",
13
13
  "category": "Development"
14
14
  }
15
15
  ]
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
3
3
  "name": "godot-skills",
4
4
  "displayName": "godot-skills",
5
- "version": "0.1.4",
6
- "description": "Agent Skills for Godot 4.7+.",
5
+ "version": "0.1.5",
6
+ "description": "Make your coding agent write modern Godot 4.7+ best practices — lightweight and token-efficient.",
7
7
  "keywords": ["godot", "gdscript", "gdshader", "agent-skills"]
8
8
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "godot-skills",
3
- "version": "0.1.4",
4
- "description": "Agent Skills for Godot 4.7+.",
3
+ "version": "0.1.5",
4
+ "description": "Make your coding agent write modern Godot 4.7+ best practices — lightweight and token-efficient.",
5
5
  "keywords": ["godot", "gdscript", "gdshader", "agent-skills"],
6
6
  "skills": "./skills/",
7
7
  "interface": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@modastar/godot-skills",
3
- "version": "0.1.4",
4
- "description": "Agent Skills for Godot 4.7+.",
3
+ "version": "0.1.5",
4
+ "description": "Make your coding agent write modern Godot 4.7+ best practices — lightweight and token-efficient.",
5
5
  "keywords": [
6
6
  "pi-package",
7
7
  "agent-skills",
package/plugin.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
3
3
  "name": "godot-skills",
4
- "version": "0.1.4",
5
- "description": "Agent Skills for Godot 4.7+."
4
+ "version": "0.1.5",
5
+ "description": "Make your coding agent write modern Godot 4.7+ best practices — lightweight and token-efficient."
6
6
  }