commit e970323642bb66041701159e2a7ba7e777fb0496 Author: Zhongwei Li Date: Sun Nov 30 09:07:03 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..650715b --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "pithy-communication", + "description": "Injects pithy, detailed communication style guidance at session start for high signal-to-noise ratio", + "version": "0.1.0", + "author": { + "name": "David Golden", + "email": "xdg@xdg.me" + }, + "hooks": [ + "./hooks/hooks.json" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..a23d861 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# pithy-communication + +Injects pithy, detailed communication style guidance at session start for high signal-to-noise ratio diff --git a/hooks/hooks.json b/hooks/hooks.json new file mode 100644 index 0000000..d087c3a --- /dev/null +++ b/hooks/hooks.json @@ -0,0 +1,14 @@ +{ + "hooks": { + "SessionStart": [ + { + "hooks": [ + { + "type": "command", + "command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh" + } + ] + } + ] + } +} diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..94e4f5a --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:xdg/xdg-claude:pithy-communication", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "477a583337785459720c49913d0f27bba8690aeb", + "treeHash": "02e39740eebbf7e5602289f839c39fa962869a8741e6c73a3f1415ff8191c7a4", + "generatedAt": "2025-11-28T10:29:06.603849Z", + "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": "pithy-communication", + "description": "Injects pithy, detailed communication style guidance at session start for high signal-to-noise ratio", + "version": "0.1.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "4866183810f7a5bcdf1998e1cb1a4bc2ec4e344400439998cb9e4a7f38b1d9c0" + }, + { + "path": "hooks/hooks.json", + "sha256": "a3c7cc3939d3e5c4418cf3afe895e95cc9a09c4f45cddf7a119d9388f8fc0496" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "f023c23d77c1a43c5f28ea07e1550a537192ebdae00d842211dc4e8a57efc7b5" + } + ], + "dirSha256": "02e39740eebbf7e5602289f839c39fa962869a8741e6c73a3f1415ff8191c7a4" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file