Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:52:16 +08:00
commit a102f21687
3 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"name": "essential",
"description": "Documentation creation, code design, product strategy, and Notion integration for knowledge management",
"version": "1.0.0",
"author": {
"name": "Alvis",
"email": "zhongweili@tubi.tv"
},
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/../../scripts/user-prompt-submit.sh ${CLAUDE_PLUGIN_ROOT}"
}
]
}
]
}
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# essential
Documentation creation, code design, product strategy, and Notion integration for knowledge management

41
plugin.lock.json Normal file
View File

@@ -0,0 +1,41 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:alvis/.claude:plugins/essential",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "8e93fb537e212f18f6eca50d25f4f353ba6dba16",
"treeHash": "f14d330c2ae83b57a9b3d180b3582f960e3de8a2017822d9f05e1d45575243af",
"generatedAt": "2025-11-28T10:13:10.034044Z",
"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": "essential",
"description": "Documentation creation, code design, product strategy, and Notion integration for knowledge management",
"version": "1.0.0"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "6199faf28fe33ad68895fe1e97d592037cd3afaee6adfbe2a838e41de82a8acf"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "c5afbd3fca95aa88ac1b1b49d7d2b06c7ed89bfc442c64e16691b94e35d747a5"
}
],
"dirSha256": "f14d330c2ae83b57a9b3d180b3582f960e3de8a2017822d9f05e1d45575243af"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}