Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:36:20 +08:00
commit d7dbabd36a
6 changed files with 348 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "claude-handoff",
"description": "Replace /compact with intelligent context transfer - analyzes current thread and generates focused prompts for new threads based on your goal",
"version": "1.0.0",
"author": {
"name": "Kyle Snow Schwartz",
"email": "kyle.snowschwartz@gmail.com"
},
"hooks": [
"./hooks"
]
}