Creating documentation
Learn how to add documentation to Tessl packages to provide usage information and examples to AI agents.
Prerequisites
Creating a tile with documentation
Step 1: Create a new tile
tessl tile new --name myworkspace/util-formatter --path ./my-tileStep 2: Add your documentation
Step 3: Update the tile manifest
Step 4: Add a Registry README (optional)
Step 5: Validate your tile
Step 6: Publish your tile
Documentation structure
Writing effective documentation
What to include
What to avoid
Example documentation template
Updating documentation
Sharing your tile
How documentation is used by agents
Best practices
Related documentation
Last updated

