Files
gh-cskiro-claudex-meta-tools/skills/insight-skill-generator/examples/example-generated-skill/plugin.json
2025-11-29 18:16:56 +08:00

16 lines
416 B
JSON

{
"name": "hook-deduplication-guide",
"version": "0.1.0",
"description": "Use PROACTIVELY when developing Claude Code hooks to implement content-based deduplication and prevent duplicate insight storage across sessions",
"type": "skill",
"author": "Connor",
"category": "productivity",
"tags": [
"hooks",
"deduplication",
"state-management",
"bash",
"generated-from-insights"
]
}