Defines how to write README files for Altertable open-source SDK repositories. Use when creating or updating a README for monorepo roots or package-level SDKs. Enforces section order, copy-paste-ready examples, API/config tables, and modern OSS trust signals (badges, package matrix, contributor workflow).
Use this skill when writing or refactoring README files for Altertable SDK repositories. Also called by sdk-implement Phase 7. Two README types: monorepo root and package.
Rules: quality · change-control
Apply these patterns consistently (inspired by altertable-ruby and altertable-js):
# {Repo Title}
{One-sentence description: language + purpose + quality signal}
## Packages
{Table: package link, description, registry badge}
## Examples
{Table: example path, description, port, framework} # only if examples exist
## Quick Start
{Short navigation text pointing to per-package READMEs. No code block.}
## Development
### Prerequisites
{Bullet list of required tools with links}
### Setup
{Single bash block: install, build, test}
### Development Workflow
{Table: Step | Command | Description}
### Monorepo Scripts
{Table: Script | Description (all root scripts)}
## Testing
{Short intro + bash block with 3 commands: all, watch, one package}
## Releasing
{Numbered release flow ending with GitHub Actions workflow link}
## Documentation
{Links to package READMEs / API docs}
## Contributing
{Standard 5-step fork flow}
## License
{Link to LICENSE file}
## Links
{Website + Documentation + GitHub repository}
Altertable JavaScript SDK).Package, Description, registry column (NPM, PyPI, etc.).shields.io linked to the package page.https://altertable.aihttps://altertable.ai/docsCanonical reference: altertable-js root README.
## Install## Quick start## API reference## Configuration## Development## Licensenpm install, pip install, gem install, etc.).track call.Use a single table:
| Option | Type | Default | Description |
|---|
Include all configurable keys/env vars, including defaults and requiredness.
LICENSE file.If package targets a framework (e.g., React), add ## Usage between Quick start and API reference to show provider/setup and common integration pattern.
Quick start, API reference).LICENSE.