writing-tilebox-workflows

Installation
SKILL.md

Writing Tilebox Workflows

Use this skill when creating or modifying Python Tilebox workflow code. Keep the scope to workflow source code and local/runtime iteration.

Refresh Current APIs First

When encountering errors that could be due to unclear, or outdated remembered APIs, check the current docs or local package version for the exact API surface you are using:

For example:

tilebox docs search "Task ExecutionContext submit_subtasks"
tilebox docs search "logging tracing context.logger context.tracer"
tilebox docs search "caches job_cache"

Use these companion skills when the task crosses into operations:

Installs
18
Repository
tilebox/skills
First Seen
May 29, 2026
writing-tilebox-workflows — tilebox/skills