Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:55:08 +08:00
commit 30e333bf4e
9 changed files with 1435 additions and 0 deletions

65
plugin.lock.json Normal file
View File

@@ -0,0 +1,65 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:animalzinc/claude-plugins:plugins/interview-transcript-analyzer",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "7703523e37172270e7319dd94d33a101e3f4c6d6",
"treeHash": "f40a8408dfc0dcd00b6ff6be897736637ed4bc09035c3246119491c17d93e0ef",
"generatedAt": "2025-11-28T10:13:44.524241Z",
"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": "interview-transcript-analyzer",
"description": "Analyze interview transcripts with unlimited token limits. Extract themes, rank insights by relevance, and find representative quotes. Intelligently scales agents based on workload.",
"version": "1.0.0"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "4f9386a10e6994f0dcb8fa03705251844557dd2d976d5170cc2dd5eff2147359"
},
{
"path": "agents/quote-selector.md",
"sha256": "81d555d4e926e231baf2d9190fbc51505a60a89d9e6da199a78bd17f0c6472ad"
},
{
"path": "agents/theme-extractor.md",
"sha256": "e3bc03e93c325468ea99583405f2b1616cefdf86b658074c387fa75555f43086"
},
{
"path": "agents/insight-ranker.md",
"sha256": "2f0f9c764c60ddd77a31034285503748b32fcdedf981cec8ea255d302a015b85"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "906e9e970c930d3f209b503be81c61191b3feab4ee3562d0bf20403b6daa905c"
},
{
"path": "commands/rank-insights.md",
"sha256": "f96735a66e27703617eda592884be001bbd2c3adf67188c1653d9c552ef1b59d"
},
{
"path": "commands/extract-quotes.md",
"sha256": "d51015219fc869c67a17863a6a9bb11d31cf02c291a976c7ffc364f7f6beafb7"
},
{
"path": "commands/analyze-interviews.md",
"sha256": "1579eca15ed6200a1256c155d50764eab0a9cec99b548839b1f40a0e3ac93532"
}
],
"dirSha256": "f40a8408dfc0dcd00b6ff6be897736637ed4bc09035c3246119491c17d93e0ef"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}