Use when moving an existing inline HTTP/MCP handler (server/handler_X.go, server/mcp_X.go) into the api/ canonical surface. One-time-per-cluster work; mirrors PR #3 (commit 16f7693) admin migration. Triggers include "migrate the X cluster to api", "move handler_X.go under api/", "migrate inline handlers for Y". Do NOT use for greenfield operations — that's new-operation. This skill will retire once remaining handlers are migrated.
$npx -y skills add gramaton-ai/gramaton --skill migrate-to-apiInstalls into the current project.
Run `npx skills use "https://github.com/gramaton-ai/gramaton" --skill "gramaton-ai/gramaton/migrate-to-api"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gramaton-ai/gramaton" that are relevant to the current task. Run `npx skills add "https://github.com/gramaton-ai/gramaton"` and select the relevant skills, then follow their instructions.