@speakeasy-api/gram

by speakeasy-api · v1.0.0 · prompt

This document provides an overview of the key directories in the Gram project to help you understand the codebase organization.

Install

Add @speakeasy-api/gram to Claude Code with the PolySkill CLI: polyskill add @speakeasy-api/gram

Instructions

# Gram Project Structure Guide This document provides an overview of the key directories in the Gram project to help you understand the codebase organization. <tip> If you've just cloned this repository, then consider running `./zero --agent` to get your development environment set up. </tip> ## Key Directories <structure> - `/`: Root directory of the Gram project - `mise.toml`: Default environment variables are configured here and support running Gram and its tasks. - `mise.local.toml`: Local environment variable overrides for development. This file is ignored by git and should not be commit…

Keywords: github, codebase-organization, project-structure, documentation, software-development, repository, open-source, programming-guides