Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:05:19 +08:00
commit 09fec2555b
96 changed files with 24269 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "claude-context-orchestrator",
"description": "Regex-based context injection. Say SKILL or SNIPPET keywords to load context automatically.",
"version": "3.1.0",
"author": {
"name": "Fucheng Warren Zhu",
"email": "wzhu@college.harvard.edu"
},
"skills": [
"./skills"
],
"hooks": [
"./hooks/hooks.json"
]
}