agentstack-server-debugging
Instructions for debugging agentstack-server during development
Best use case
agentstack-server-debugging is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Instructions for debugging agentstack-server during development
Teams using agentstack-server-debugging should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/agentstack-server-debugging/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How agentstack-server-debugging Compares
| Feature / Agent | agentstack-server-debugging | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Instructions for debugging agentstack-server during development
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
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) | `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 ```
Related Skills
advanced-debugging
Advanced debugging skill for MyJKKN project. Specialized workflows for debugging Next.js 15, Supabase, React Query, TypeScript, and service layer issues. Includes automated analysis tools, common error patterns, and step-by-step troubleshooting guides for reducing debugging time. Use when investigating bugs, errors, performance issues, or unexpected behavior. (project)
a2a-server-config
Agent-to-Agent (A2A) server configuration patterns for HTTP, STDIO, SSE, and WebSocket transports. Use when building A2A servers, configuring MCP transports, setting up server endpoints, or when user mentions A2A configuration, server transport, MCP server setup, or agent communication protocols.
a11y-debugging
Uses Chrome DevTools MCP for accessibility (a11y) debugging and auditing based on web.dev guidelines. Use when testing semantic HTML, ARIA labels, focus states, keyboard navigation, tap targets, and color contrast.
dev-server-sandbox
Run multiple isolated mux dev-server instances (temp MUX_ROOT + free ports)
axiom-swiftui-debugging
Use when debugging SwiftUI view updates, preview crashes, or layout issues - diagnostic decision trees to identify root causes quickly and avoid misdiagnosis under pressure
asyncredux-debugging
Debug AsyncRedux applications effectively. Covers printing state with store.state, checking actionsInProgress(), using ConsoleActionObserver, StateObserver for state change tracking, and tracking dispatchCount/reduceCount.
error-debugging-multi-agent-review
Use when working with error debugging multi agent review
debugging
Debug failures systematically: reproduce, hypothesize, bisect, and fix. Use when the user reports a bug, asks why something fails, or wants to find the root cause.
solidstart-advanced-server
SolidStart advanced server: getRequestEvent for request context, static assets handling, returning responses, request events and nativeEvent access.
server-management
Server management principles and decision-making. Process management, monitoring strategy, and scaling decisions. Teaches thinking, not commands.
quarkus-mcp-server-sse
Quarkus and MCP Server with HTTP SSE transport development standards and instructions Triggers on: *
php-mcp-server
Best practices for building Model Context Protocol servers in PHP using the official PHP SDK with attribute-based discovery and multiple transport options Triggers on: **/*.php