@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 +1 -1
- package/skills/index.json +1 -1
- package/skills/terse/skill.json +2 -2
package/package.json
CHANGED
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.
|
|
302
|
+
"version": "1.3.1"
|
|
303
303
|
},
|
|
304
304
|
{
|
|
305
305
|
"name": "type-driven-designer",
|
package/skills/terse/skill.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "terse",
|
|
3
|
-
"version": "1.3.
|
|
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": "
|
|
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
|
}
|