원클릭으로
agentstack-server-debugging
Instructions for debugging agentstack-server during development
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Instructions for debugging agentstack-server during development
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Wraps existing Python agent as Agent Stack service using agentstack-sdk with minimal compatibility changes and no business-logic rewrites. Use when migrating, wrapping, or deploying an existing plain Python or framework-based agent to Agent Stack; not for non-Python runtimes or building new agent from scratch.
Use this skill when writing long-form blog posts, tutorials, or educational articles that require structure, depth, and SEO considerations
Use this skill when creating short-form social media content for LinkedIn, Twitter/X, or other platforms
Draft GitHub issues for i-am-bee/agentstack. Use when the user wants to report a bug, request a feature, or draft a general GitHub issue.
Helps generate release notes to be published on GitHub as well as in a Slack community channel
| name | agentstack-server-debugging |
| description | Instructions for debugging agentstack-server during development |
Agentstack runs in a Kubernetes cluster inside Lima VM. Use mise scripts for local development.
telepresence status| 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 |
mise run agentstack-cli:run -- list