Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:49:58 +08:00
commit 7611f46284
10 changed files with 1475 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "cli-agent-runner",
"description": "Use this skill when you need to invoke another Claude Code session via the cli-agent-runner.sh script to perform specialized, potentially long-running tasks in a simplified way. This wrapper handles session management, result extraction, and can be run in background with polling support.",
"version": "1.0.0",
"author": {
"name": "rawe",
"email": "noreply@example.com"
},
"skills": [
"./skills"
]
}