Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:07 +08:00
commit 330645cc39
19 changed files with 4991 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "interview-assist",
"description": "Master Staff+ and Principal level interviews. Comprehensive interview preparation with coding, system design, behavioral coaching, side-effects engineering, technical communication, leadership scenarios, and realistic mock interviews.",
"version": "1.0.0",
"author": {
"name": "DotClaude",
"url": "https://github.com/dotclaude"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}