Create tessl tiles with docs, rules, and skills.
Does it follow best practices?
Evaluation — 97%
↑ 1.98xAgent success when using this tile
Validation for skill structure
Your team maintains an internal TypeScript SDK called @acme/data-client (version 3.2.1) published on npm. Developers frequently ask the AI assistant questions about how to use the SDK, but it doesn't have up-to-date knowledge of your library's API. You need to create a Tessl tile that documents this package so that AI assistants can help developers use it correctly.
The SDK has the following public API:
options: { apiKey: string, region?: string, timeout?: number }Promise<QueryResult>Promise<QueryResult[]>AsyncIterable<Row>{ rows: Row[], count: number, duration: number }Record<string, unknown>code: string and query: string propertiesThe tile should be in workspace "acme" with name "acme/npm-data-client". Make it public so other teams can use it too.
Produce a complete tile directory at ./npm-data-client/ containing:
tile.json — properly configured manifest