@kensio/skill-template 1.7.0 → 1.8.0

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,8 +1,8 @@
1
1
  {
2
2
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
3
3
  "name": "skill-template",
4
- "version": "1.7.0",
5
- "description": "A copy-and-edit starting point for writing a new Claude Code skill, covering SKILL.md frontmatter, description wording, and progressive disclosure.",
4
+ "version": "1.8.0",
5
+ "description": "A copy-and-edit starting point for a new Claude Code skill.",
6
6
  "author": {
7
7
  "name": "Kensio Software",
8
8
  "email": "hugh@kensiosoftware.co.uk"
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @kensio/skill-template
2
2
 
3
- A copy-and-edit starting point for writing a new Claude Code skill: the folder layout, `SKILL.md`
4
- frontmatter, how to word a description so the skill actually triggers, and how to release a version
5
- bump.
3
+ A copy-and-edit starting point for writing a new Claude Code skill, covering the folder layout,
4
+ `SKILL.md` frontmatter, how to word a description so the skill actually triggers, and how to release
5
+ a version bump.
6
6
 
7
7
  ```
8
8
  /plugin marketplace add KensioSoftware/kensio.ai
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kensio/skill-template",
3
- "version": "1.7.0",
4
- "description": "A copy-and-edit starting point for writing a new Claude Code skill, covering SKILL.md frontmatter, description wording, and progressive disclosure.",
3
+ "version": "1.8.0",
4
+ "description": "A copy-and-edit starting point for a new Claude Code skill.",
5
5
  "keywords": [
6
6
  "claude",
7
7
  "claude-code",