Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
agentstack-server-debugging
// Instructions for debugging agentstack-server during development
$ git log --oneline --stat
stars:1,109
forks:179
updated:2026年2月13日 09:03
SKILL.md
// Instructions for debugging agentstack-server during development
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.
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