timeback-init

Initialize Timeback integration by detecting language and configuring environment variables.

2|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/superbuilders/timeback-sdk-skills --skill timeback-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: timeback-init
Source: https://github.com/superbuilders/timeback-sdk-skills/tree/main/skills/timeback/timeback-init
Command: npx skills add https://github.com/superbuilders/timeback-sdk-skills --skill timeback-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Timeback integration often requires manual, multi-step setup across projects. This skill streamlines the initial project configuration, environment detection, and interactive CLI setup to get Timeback ready without installing packages or generating code.

Core Features & Use Cases

  • Detects the project language (TypeScript/JavaScript or Python) and chooses the appropriate Timeback SDK.
  • Configures environment variables and credentials scaffolding, then guides the developer through interactive setup for config and course provisioning.
  • Verifies integration status using a lightweight CLI check and provides steps to re-run provisioning if needed.

Quick Start

Run the Timeback CLI to initialize the integration, configure credentials, and provision your courses.

Frequently Asked Questions about timeback-init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Timeback integration in my project?

The Timeback setup process detects your project language, scaffolds environment variables and credentials, then guides you through interactive CLI configuration and course provisioning.

Does Timeback integration work with both TypeScript and Python projects?

Yes, Timeback integration supports both TypeScript and Python stacks, automatically detecting the project language at the root to choose the appropriate SDK configuration.

Do I need to manually install Timeback packages during initialization?

No, the Timeback initialization skill defers package installation to the timeback-server, focusing only on environment detection, credentials scaffolding, and CLI setup guidance.

How can I verify my Timeback integration status after configuration?

You can verify Timeback integration status by running a lightweight CLI check provided during setup, which confirms configuration success and outlines steps to re-run provisioning if needed.

What credentials do I need to configure before initializing Timeback?

Timeback initialization requires developer input for credentials and config, using interactive CLI prompts to gather authentication details and apply environment variables at the project root.