@kensio/skill-template 1.18.0 → 1.18.1

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
3
3
  "name": "skill-template",
4
- "version": "1.18.0",
4
+ "version": "1.18.1",
5
5
  "description": "A copy-and-edit starting point for a new agent skill.",
6
6
  "author": {
7
7
  "name": "Kensio Software",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kensio/skill-template",
3
- "version": "1.18.0",
3
+ "version": "1.18.1",
4
4
  "description": "A copy-and-edit starting point for a new agent skill.",
5
5
  "keywords": [
6
6
  "agent-skills",
@@ -3,7 +3,7 @@ name: skill-template
3
3
  description: Scaffold a new agent skill, writing the SKILL.md and its frontmatter to the Agent Skills specification, then wrapping it as a plugin in this repo with package.json, plugin.json and a marketplace entry. Use when the user asks to "add a new skill", "create a skill", "write a SKILL.md" or "start a new plugin", and when checking whether an existing skill is portable between agents.
4
4
  license: Apache-2.0
5
5
  metadata:
6
- version: "1.18.0"
6
+ version: "1.18.1"
7
7
  ---
8
8
 
9
9
  # Skill template