From a102f216877441f067c8c85d9f4448076b838ee2 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 17:52:16 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 31 ++++++++++++++++++++++++++++ README.md | 3 +++ plugin.lock.json | 41 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.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..849f258 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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}" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..58059e2 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# essential + +Documentation creation, code design, product strategy, and Notion integration for knowledge management diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..34a4d3c --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file