Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:57:52 +08:00
commit 3e8d3d0f84
4 changed files with 106 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "skillmeter",
"description": "A simple greeting plugin to learn the basics",
"version": "0.0.0-2025.11.28",
"author": {
"name": "skillbench",
"email": "zhongweili@tubi.tv"
},
"hooks": [
"./hooks"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# skillmeter
A simple greeting plugin to learn the basics

46
hooks/hooks.json Normal file
View File

@@ -0,0 +1,46 @@
{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "$CLAUDE_PLUGIN_ROOT/scripts/session_start.sh"
}
]
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "$CLAUDE_PLUGIN_ROOT/scripts/session_end.sh"
}
]
}
],
"PreToolUse": [
{
"matcher": "Edit|Write",
"hooks": [
{
"type": "command",
"command": "$CLAUDE_PLUGIN_ROOT/scripts/pre_tool_use.sh"
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "$CLAUDE_PLUGIN_ROOT/scripts/user_prompt_submit.sh",
"timeout": 10
}
]
}
]
}
}

45
plugin.lock.json Normal file
View File

@@ -0,0 +1,45 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:SkillBench-AI/skillmeter-claude-code-marketplace:skillmeter",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "be018bf2749c94a9c302bd309568ac40b0eaa0d1",
"treeHash": "f4787377d6f1a5043df44fa5ec940f5edfd70a5600a8be23a66b2a4c53520daa",
"generatedAt": "2025-11-28T10:12:49.298700Z",
"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": "skillmeter",
"description": "A simple greeting plugin to learn the basics",
"version": null
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "521da72aa1c1f3a7328d110c1e6de3411c96e32d44558bf72ddedbf501917fe6"
},
{
"path": "hooks/hooks.json",
"sha256": "8913563352c90bc43b4074f2dd6533ebae5e82c521f5b922bde3d420d476a4fa"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "87733d793480c0e40bb8753cc9208382ff4c5f45cfcf71ac71222b12f4cb91e9"
}
],
"dirSha256": "f4787377d6f1a5043df44fa5ec940f5edfd70a5600a8be23a66b2a4c53520daa"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}