catchup
01Command Claude Code
Summarize the recent changes on the current branch to bring me up to speed.
Command Claude Code
Summarize the recent changes on the current branch to bring me up to speed.
Command Claude Code
Create a release PR with summarized changes from merged pull requests.
Skill Claude CodeCodex
Use when adding, changing, or styling UI in client/admin (the Gram admin dashboard) that touches shadcn/ui — a button, dialog, table, sidebar, badge, select, tabs, tooltip, card, sheet, or any file under client/admin/src/components/ui/. Triggers include "add a shadcn component", "install shadcn X", "npx shadcn add"…
Skill Claude CodeCodex
Use when adding, editing, reviewing, testing, or locating a reviewed skill distributed with the Platform MCP plugin; triggers include "Platform MCP skill", "platformmcpskills", "add a catalog workflow", "bundle a skill with Platform MCP", and "where should this Platform skill live?".
Skill Claude CodeCodex
Use when changing or reviewing Gram ClickHouse schemas, migrations, queries, inserts, tests, or performance for analytics, telemetry, risk, authz, and spend features.
Skill Claude CodeCodex
Use when creating, restyling, reviewing, validating, or previewing Gram/Speakeasy transactional emails in LMX or MJML, including branded email, email screenshots, desktop/mobile QA, or files under server/internal/email/loops/.
Skill Claude CodeCodex
Use Datadog MCP tools to investigate logs, metrics, traces, and incidents for the Gram project. Activate when the user asks about errors, performance issues, incidents, latency, or wants to search telemetry data.
Skill Claude CodeCodex
Decision guide and implementation patterns for Gram's two feature-gating systems: productfeatures (org-level, admin-configurable, entitlement-tied) vs PostHog feature flags (per-user/per-group rollout, engineering-controlled). Activate whenever the task involves gating a feature behind a flag, dogfooding a change…
Skill Claude CodeCodex
Rules and best practices when working on the dashboard React frontend codebase (including the inlined Gram Elements code).
Skill Claude CodeCodex
Conventions for authoring or editing analyzers in the glint/ Go static-analysis package — Gram's custom golangci-lint plugin built on go/analysis. Activate this skill whenever the task involves adding, modifying, or testing a glint analyzer (new rule key, new diagnostic, settings struct, fixture under glint/testdata/…
Skill Claude CodeCodex
Rules and best practices when writing and editing Go (Golang) code.
Skill Claude CodeCodex
Use when inspecting OpenTelemetry traces or metrics that gram-server, gram-worker or pystreams emitted during local development — confirming an endpoint is instrumented, finding the slow or failing span after hitting a local route, proving a request propagated from server into a Temporal activity, or checking a local…
Skill Claude CodeCodex
Concepts, external interfaces, and conventions for Gram's audit logging subsystem — the internal Go API for recording actor/action/subject events and the /rpc/auditlogs. management API that exposes them. Activate whenever the task involves recording or exposing audit events (adding or changing audit coverage on a…
Skill Claude CodeCodex
Use when adding a new feature or changing an existing one that surfaces data in the dashboard — the demo org (app.getgram.ai/explore-demo) must show it — and when editing or extending the demo org seed or the local dev seed — server/internal/demoseed/{postgres,clickhouse}.sql, demoseed.Spec, RunLocalFixtures…
Skill Claude CodeCodex
A walkthrough of the Gram Functions feature in this codebase.
Skill Claude CodeCodex
Concepts, external interfaces, and conventions for Gram's management API — the Goa-designed HTTP-RPC surface under /rpc/ . that powers the dashboard, CLI, and public SDK. Activate whenever the task involves designing, implementing, or modifying a management endpoint (new service, new method, payload/result changes…
Skill Claude CodeCodex
Use when automating the Gram dashboard in a browser, capturing screenshots, inspecting pages.
Skill Claude CodeCodex
How to build and run GCP Pub/Sub stream subscribers in Python under pystreams/ — the multi command (start at pystreams/src/pystreams/cmd/multi.py), the graminfra.pubsub publisher/subscriber library, and the anyio runtime mirroring the Go gram streams process. Activate for ANY Python Pub/Sub work in Gram: adding or…
Skill Claude CodeCodex
Gram's declarative GCP Pub/Sub system — topics and subscriptions are declared as protobuf message options, generated into infra/gen/kcc.yaml, and used at runtime via a type-safe publisher/subscriber library and the gram streams process. Activate for any Pub/Sub work in Gram: adding or changing a topic/subscription…
Skill Claude CodeCodex
Concepts, external interfaces, and conventions for Gram's role-based access control (RBAC) subsystem — scopes, grants, principals, system roles, and the authz.Engine.Require enforcement path used inside handlers. Activate whenever the task involves authorization (adding or modifying a scope or resource type, declaring…
Skill Claude CodeCodex
How to add a new attribute value (dimension) that the generic org-scoped telemetry.query analytics endpoint can group by and filter on. Activate whenever the task is to expose a new breakdown/filter axis (e.g. department, jobtitle, model, provider, a new WorkOS directory attribute or request attribute) in…
Skill Claude CodeCodex
Rules and best practices for writing and editing mise tasks.
Skill Claude CodeCodex
Build the control bar (search, filters, sort, view) on dashboard list/collection pages with the unified Page.Toolbar compound component. Activate whenever adding or editing the controls above a list/grid/table on a client/dashboard page — a search box, filter chips/sheet, sort dropdown, grid/table view toggle, result…
Skill Claude CodeCodex
Manage Gram's local development services (server, worker, dashboard, streams, etc.) with pitchfork — start/stop/restart daemons, check health, and query their logs. Activate whenever you need to bring up the local dev stack, restart a service after a code change, check whether a service is running or why it failed, or…