@kensio/skill-template 1.7.1 → 1.9.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.
- package/.claude-plugin/plugin.json +2 -2
- package/README.md +3 -3
- package/package.json +2 -2
|
@@ -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.
|
|
5
|
-
"description": "A copy-and-edit starting point for
|
|
4
|
+
"version": "1.9.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
|
|
4
|
-
frontmatter, how to word a description so the skill actually triggers, and how to release
|
|
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.
|
|
4
|
-
"description": "A copy-and-edit starting point for
|
|
3
|
+
"version": "1.9.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",
|