Initial commit
This commit is contained in:
12
.claude-plugin/plugin.json
Normal file
12
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "my-first-plugin",
|
||||
"description": "My first test plugin",
|
||||
"version": "0.0.0-2025.11.28",
|
||||
"author": {
|
||||
"name": "Test User",
|
||||
"email": "zhongweili@tubi.tv"
|
||||
},
|
||||
"commands": [
|
||||
"./commands"
|
||||
]
|
||||
}
|
||||
7
commands/hello.md
Normal file
7
commands/hello.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
description: Greet the user with a personalized message
|
||||
---
|
||||
|
||||
# Hello Command
|
||||
|
||||
Greet the user warmly and ask how you can help them today. Make the greeting personal and encouraging.
|
||||
45
plugin.lock.json
Normal file
45
plugin.lock.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||
"pluginId": "gh:Atsuki02/my-claude-plugins:my-first-plugin",
|
||||
"normalized": {
|
||||
"repo": null,
|
||||
"ref": "refs/tags/v20251128.0",
|
||||
"commit": "6de689144dc95c13abbe41d09f00f2d262fe2555",
|
||||
"treeHash": "83e02bf40f7c24953b6c194bc46aefcca0a5eb519981febecf40b194bc343007",
|
||||
"generatedAt": "2025-11-28T10:09:56.866577Z",
|
||||
"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": "my-first-plugin",
|
||||
"description": "My first test plugin",
|
||||
"version": null
|
||||
},
|
||||
"content": {
|
||||
"files": [
|
||||
{
|
||||
"path": "README.md",
|
||||
"sha256": "15738ec9f8fd41d20a9a2c2fa380e9e5216461310a473d1d5f3d3c7362fb84bb"
|
||||
},
|
||||
{
|
||||
"path": ".claude-plugin/plugin.json",
|
||||
"sha256": "463e93003ae99d5cda318dbbf0fdf28ca51e5a14bb0b846320627ad9af9fabae"
|
||||
},
|
||||
{
|
||||
"path": "commands/hello.md",
|
||||
"sha256": "ec61457749b6e8d98aee7a62cf5adf17889c8ae78eddd521e5135800a2764e38"
|
||||
}
|
||||
],
|
||||
"dirSha256": "83e02bf40f7c24953b6c194bc46aefcca0a5eb519981febecf40b194bc343007"
|
||||
},
|
||||
"security": {
|
||||
"scannedAt": null,
|
||||
"scannerVersion": null,
|
||||
"flags": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user