agentstack-server-debugging
This tool provides scripts and instructions to manage the agentstack-server development lifecycle and run diagnostics.
Install
mkdir -p .claude/skills/agentstack-server-debugging && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/2780" && unzip -o skill.zip -d .claude/skills/agentstack-server-debugging && rm skill.zipInstalls to .claude/skills/agentstack-server-debugging
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Instructions for debugging agentstack-server during developmentKey capabilities
- →Start local development clusters
- →Run server execution diagnostics
- →Execute CLI commands for inspection
- →Verify telepresence connectivity
How it works
The skill provides a set of mise scripts to manage the agentstack-server lifecycle within a Kubernetes cluster running in a Lima VM. It facilitates local development by abstracting cluster and CLI interactions.
Inputs & outputs
When to use agentstack-server-debugging
- →Start the local development cluster
- →Debug server execution issues
- →Execute CLI commands for system inspection
- →Verify telepresence connection
About this skill
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
mise run agentstack-cli:run -- list
When not to use it
- →Running production server instances
- →Modifying core cluster infrastructure manually
Prerequisites
Limitations
- →Requires Lima VM and Kubernetes environment
- →Dependent on telepresence status
How it compares
It provides a standardized set of development scripts, ensuring consistent debugging environments across the team.
Compared to similar skills
agentstack-server-debugging side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| agentstack-server-debugging (this skill) | 2 | 6mo | Review | Intermediate |
| deployment-engineer | 4 | 4mo | No flags | Advanced |
| devops | 2 | 6mo | Review | Intermediate |
| debug-cluster | 2 | 8mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by i-am-bee
View all by i-am-bee →You might also like
deployment-engineer
sickn33
Expert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation. Masters GitHub Actions, ArgoCD/Flux, progressive delivery, container security, and platform engineering. Handles zero-downtime deployments, security scanning, and developer experience optimization. Use PROACTIVELY for CI/CD design, GitOps implementation, or deployment automation.
devops
mrgoonie
Deploy to Cloudflare (Workers, R2, D1), Docker, GCP (Cloud Run, GKE), Kubernetes (kubectl, Helm). Use for serverless, containers, CI/CD, GitOps, security audit.
debug-cluster
openshift
Provides systematic debugging approaches for HyperShift hosted-cluster issues. Auto-applies when debugging cluster problems, investigating stuck deletions, or troubleshooting control plane issues.
deploying-vmcp-locally
stacklok
Deploys a VirtualMCPServer configuration locally for manual testing and verification
k8s-kind
rohitg00
Manage kind (Kubernetes IN Docker) local clusters. Use when creating, testing, or developing with local Kubernetes clusters in Docker containers.
devops-engineer
Jeffallan
Use when setting up CI/CD pipelines, containerizing applications, or managing infrastructure as code. Invoke for pipelines, Docker, Kubernetes, cloud platforms, GitOps.