Install
$ agentstack add skill-evan043-claude-cli-advanced-starter-pack-panel ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
CCASP Control Panel
Launch the CCASP Control Panel in a new terminal window for persistent command access.
Instructions for Claude
EXECUTE IMMEDIATELY: Launch the panel in a new terminal window using the appropriate command for the detected platform.
Platform Detection
Check the platform and run the appropriate command:
Windows (default - check for COMSPEC or windir environment variable):
start powershell -NoExit -Command "ccasp panel"
macOS (check for TERM_PROGRAM=Apple_Terminal or Darwin):
osascript -e 'tell application "Terminal" to do script "ccasp panel"'
Linux (gnome-terminal):
gnome-terminal -- ccasp panel &
After Launch
Display this confirmation:
✅ CCASP Control Panel launched in a new terminal window!
┌─────────────────────────────────────────────────────────────────┐
│ CCASP Control Panel (NEW WINDOW) │
├─────────────────────────────────────────────────────────────────┤
│ │
│ Agents & Skills: │
│ [A] Create Agent [H] Create Hook [S] Create Skill │
│ [M] Explore MCP [C] Claude Audit [E] Explore Code │
│ │
│ Quick Actions: │
│ [P] Phase Dev Plan [G] GitHub Task [T] Run E2E Tests │
│ [U] Update Check │
│ │
│ Controls: │
│ [Q] Quit [R] Refresh [X] Clear Queue [?] Help │
│ │
└─────────────────────────────────────────────────────────────────┘
How to use:
1. Switch to the new terminal window with the panel
2. Press a single key to select a command (e.g., 'A' for Create Agent)
3. Return to this Claude Code session
4. Press Enter on an empty prompt - the command will execute automatically
Note: If commands don't auto-execute, run: ccasp install-panel-hook --global
First-Time Setup
If the user hasn't used the panel before, also mention:
First time using the panel? Install the hook for auto-execution:
ccasp install-panel-hook --global
Then restart Claude Code CLI for the hook to take effect.
How It Works
┌─────────────────────────────────────────────────────────────────┐
│ Panel (NEW terminal) │ Claude Code (THIS terminal) │
├───────────────────────────────┼─────────────────────────────────┤
│ User presses 'A' │ │
│ ↓ │ │
│ Queue: /create-agent │ │
│ ↓ │ │
│ │ User presses Enter │
│ │ ↓ │
│ │ Hook reads queue │
│ │ ↓ │
│ │ Executes /create-agent │
└───────────────────────────────┴─────────────────────────────────┘
Queue file: ~/.claude/ccasp-panel/command-queue.json
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: evan043
- Source: evan043/claude-cli-advanced-starter-pack
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.