Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:07:03 +08:00
commit e970323642
4 changed files with 74 additions and 0 deletions

View File

@@ -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"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# pithy-communication
Injects pithy, detailed communication style guidance at session start for high signal-to-noise ratio

14
hooks/hooks.json Normal file
View File

@@ -0,0 +1,14 @@
{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"
}
]
}
]
}
}

45
plugin.lock.json Normal file
View File

@@ -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": []
}
}