# Agentstack Server Debugging

> Instructions for debugging agentstack-server during development Use when this capability is needed.

- Skill: `tomevault-io/agentstack-server-debugging` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/agentstack-server-debugging`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/agentstack-server-debugging/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/agentstack-server-debugging

---


Agentstack runs in a Kubernetes 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) | `mise run agentstack-server:dev:start` |
| Run server locally (you should do) | `mise run agentstack-server:run` |
| Run CLI | `mise run agentstack-cli:run -- <command>` |
| CLI help | `mise run agentstack-cli:run -- --help` |

## Example

```bash
mise run agentstack-cli:run -- list
```

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/i-am-bee) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

