@iceinvein/agent-skills 0.8.1 → 0.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iceinvein/agent-skills",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "Install agent skills into AI coding tools",
5
5
  "author": "iceinvein",
6
6
  "license": "MIT",
package/skills/index.json CHANGED
@@ -299,7 +299,7 @@
299
299
  "name": "terse",
300
300
  "description": "Professional output compression. Cuts ~20-30% of output tokens with proper grammar, a plain-language register, and semantic accuracy. Three levels: clean, tight, sharp.",
301
301
  "type": "prompt",
302
- "version": "1.3.0"
302
+ "version": "1.3.1"
303
303
  },
304
304
  {
305
305
  "name": "type-driven-designer",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "terse",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Professional output compression. Cuts ~20-30% of output tokens with proper grammar, a plain-language register, and semantic accuracy. Three levels: clean, tight, sharp.",
5
5
  "author": "iceinvein",
6
6
  "type": "prompt",
@@ -34,6 +34,6 @@
34
34
  "global"
35
35
  ],
36
36
  "default": "session",
37
- "claudeHookDirective": "Activate terse skill at tight level for this session."
37
+ "claudeHookDirective": "Invoke the terse skill now via the Skill tool (skill: terse, args: tight) before your first response, and keep it active for the rest of the session."
38
38
  }
39
39
  }