feat: add Gram agent skills for Claude Code#1664
Conversation
Adds a distributable Claude Code plugin with 6 skills that guide Gram end-users through deploying APIs, functions, and installing MCP servers. Includes a mise task for keeping skills in sync with CLI changes. Co-Authored-By: Claude Opus 4.6 <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
🚀 Preview Environment (PR #1664)Preview URL: https://pr-1664.dev.getgram.ai
Gram Preview Bot |
| @@ -0,0 +1,228 @@ | |||
| --- | |||
| name: gram-context | |||
There was a problem hiding this comment.
Might I suggest you add a section here that explains what gram is?
There was a problem hiding this comment.
Idk how you're installing this but I think this has to be at the repo root as a second a second plugin (living along side Chase's hooks plugin)
Luckily you can pattern match off that skill.
Might want to change the top-level directory to "gram-claude-plugin" and then reference it from the skills file
Summary
skills/) with 6 user-facing skills that guide Gram end-users through CLI workflows: deploying OpenAPI specs, deploying functions, installing MCP servers, checking deployment status, and authoring functions with the SDKmise run skills:updatetask that syncs skills against current CLI help output, validates structure (frontmatter, cross-refs, line counts), and supports version bumpingSkills included
gram-contextdeploy-openapideploy-functionsinstall-mcp-servercheck-deployment-statuswrite-gram-function@gram-ai/functionsSDKUpdate task
Test plan
mise run skills:updatepasses with only 2 acceptable warningsplugin.jsonskills path resolves correctly🤖 Generated with Claude Code