Use when adding a new operation to the api/ package (new capture/search/branch/backup/etc method, new MCP tool, new HTTP endpoint). Scaffolds the typed Request/Response, XxxDescription constant, wires HTTP + MCP stdio + CLI MCP proxy transports, and stubs tests. Triggers include "add a new MCP tool for X", "new api operation", "add an endpoint for Y", "scaffold Z under api/". Do NOT use for migrating an existing inline handler — that's migrate-to-api.
$npx -y skills add gramaton-ai/gramaton --skill new-operationInstalls into the current project.
Run `npx skills use "https://github.com/gramaton-ai/gramaton" --skill "gramaton-ai/gramaton/new-operation"` 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.