Skip to main content

speakeasy-api/gram

SkillsMP는 speakeasy-api/gram에서 29개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
29
GitHub 스타
267
GitHub 포크
31

수집된 skill 29개 중 29개를 표시합니다.

직업 분류
미분류
설명

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…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use when adding, editing, reviewing, testing, or locating a reviewed skill distributed with the Platform MCP plugin; triggers include "Platform MCP skill", "platform_mcp_skills", "add a catalog workflow", "bundle a skill with Platform MCP", and "where should…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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 —…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Always use after creating a pull request that proposes user-visible changes.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Add a reviewed MCP Catalogue server to an explicit AICP project through the Speakeasy AI Control Plane Platform MCP.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Add a user-supplied remote MCP server URL to an explicit AICP project through the Speakeasy AI Control Plane Platform MCP.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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/.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Rules and best practices when writing and editing Go (Golang) code

원문 언어: 영어

업데이트
직업 분류
미분류
설명

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, job_title, model, provider, a new…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Rules and best practices when working on the dashboard React frontend codebase (including the inlined Gram Elements code)

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when automating the Gram dashboard in a browser, capturing screenshots, inspecting pages.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

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,…

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

Use when changing or reviewing Gram ClickHouse schemas, migrations, queries, inserts, tests, or performance for analytics, telemetry, risk, authz, and spend features

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Use when adding, editing, or reviewing an agent skill in this repo (.agents/skills/), when new guidance needs to reach every supported harness (.claude, .codex, .opencode, .cursor), or when deciding whether repeated agent failures should become a skill.…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

Rules when working with PostgreSQL database in Gram

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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 `gram_infra.pubsub` publisher/subscriber library, and the anyio runtime mirroring the Go `gram…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Concepts, external interfaces, and conventions for Gram's management API — the Goa-designed HTTP-RPC surface under `/rpc/<service>.<method>` that powers the dashboard, CLI, and public SDK. Activate whenever the task involves designing, implementing, or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Rules and best practices for writing and editing mise tasks.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Investigate Gram production health and post a digest to Slack

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

A walkthrough of the Gram Functions feature in this codebase

원문 언어: 영어

업데이트
수집된 skill 29개 중 29개를 표시합니다.