From e4455e0139236f967ce48ba5fe2516057aab3669 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 18:16:15 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 12 ++++++++++ README.md | 3 +++ SKILL.md | 6 +++++ plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 66 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 SKILL.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..3d37a9f --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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": [ + "./" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..e98cc73 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# template-skill + +A template skill that demonstrates the structure and format for creating new Claude Skills. diff --git a/SKILL.md b/SKILL.md new file mode 100644 index 0000000..50a4f9b --- /dev/null +++ b/SKILL.md @@ -0,0 +1,6 @@ +--- +name: template-skill +description: Replace with description of the skill and when Claude should use it. +--- + +# Insert instructions below diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..670f0fe --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file