Skip to main content
Timeback publishes a set of agent skills that guide coding agents through integration tasks. Install the skills into your project, then invoke them from your agent.

Install

Configure skills using the Timeback CLI.
timeback skills add
If you’re setting up a new project, timeback init will offer to install skills automatically.

Skills

timeback-integrate

End-to-end orchestrator. Discovers your app, then runs the setup, server, and client skills in sequence. Start here if you’re unsure.
Project setup: environment variables, CLI credentials, timeback.config.json. No agent-driven code changes.
Installs the SDK, configures identity/auth, and mounts the framework adapter. TypeScript and Python are both supported.
Wires browser-side activity tracking. Compatible with popular frameworks like React, Vue, Svelte, and Solid.
Migrates existing, custom-rolled Timeback integrations to the SDK while preserving behavior.

Getting started

Run /timeback-integrate in your preferred agent harness:
1

Discover

Detects your app’s language, framework, subjects, and auth system.
2

Setup

Runs /timeback-init to configure credentials and create timeback.config.json.
3

Server

For server-backed apps, runs /timeback-server to install the SDK and mount the framework adapter.
4

Client

For browser apps, runs /timeback-client to wire activity tracking.
You can also run /timeback-init, /timeback-server, or /timeback-client individually for focused work on a specific layer.
Current skills target Level 1 integration. Use /timeback-migrate only when migrating an existing direct-API integration to the SDK.

First steps

Apply, get credentials, and prepare for integration

Existing apps

Step-by-step Level 1 integration guide

CLI overview

CLI commands referenced by the skills

SDK overview

Server and client SDK architecture