Claude-skill-registry agentstack-server-debugging
Instructions for debugging agentstack-server during development
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/agentstack-server-debugging" ~/.claude/skills/majiayu000-claude-skill-registry-agentstack-server-debugging && rm -rf "$T"
manifest:
skills/data/agentstack-server-debugging/SKILL.mdsource content
Agentstack runs in a k3s cluster inside Lima VM. Use mise scripts for local development.
Prerequisites
- Telepresence must be running: check with
telepresence status - If not running, ask user to start it
Commands
| Action | Command |
|---|---|
| Start dev cluster (user should do) | |
| Run server locally (you should do) | |
| Run CLI | |
| CLI help | |
Example
mise run agentstack-cli:run -- list