Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:16:15 +08:00
commit e4455e0139
4 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "template-skill",
"description": "A template skill that demonstrates the structure and format for creating new Claude Skills.",
"version": "0.0.0-2025.11.28",
"author": {
"name": "ComposioHQ",
"email": "tech@composio.dev"
},
"skills": [
"./"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# template-skill
A template skill that demonstrates the structure and format for creating new Claude Skills.

6
SKILL.md Normal file
View File

@@ -0,0 +1,6 @@
---
name: template-skill
description: Replace with description of the skill and when Claude should use it.
---
# Insert instructions below

45
plugin.lock.json Normal file
View File

@@ -0,0 +1,45 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:ComposioHQ/awesome-claude-skills:template-skill",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "8b29e77aaa58fbb79706e918bf782a565b6bfa5b",
"treeHash": "e724ee1de716a4f0471c7a4a318fba6de88d0ff0e1db3c0ebd3ada20fdc1deb0",
"generatedAt": "2025-11-28T10:10:07.607683Z",
"toolVersion": "publish_plugins.py@0.2.0"
},
"origin": {
"remote": "git@github.com:zhongweili/42plugin-data.git",
"branch": "master",
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
},
"manifest": {
"name": "template-skill",
"description": "A template skill that demonstrates the structure and format for creating new Claude Skills.",
"version": null
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "874784fe492ecd243fb7e9cba259575a91540cc8ef4aaee327629f9839f0c408"
},
{
"path": "SKILL.md",
"sha256": "eb685d91de039ed864fbd790cddf31684b017fd4a34ee1a55760d8d7cdbadefa"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "a1f83fd27833196f3a6f57a4325d151729bb196a7694ea56a008262aec950a69"
}
],
"dirSha256": "e724ee1de716a4f0471c7a4a318fba6de88d0ff0e1db3c0ebd3ada20fdc1deb0"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}