TimeBack Platform3

Global skill pack

This is the start point for agents building against Platform3. It routes work to the right module skill pack and keeps business rules on the platform surface.

Install

export SKILL_PACK_URL="https://platform3-andymontgomery-9773s-projects.vercel.app/skill_pack"
export SKILL_DIR="${CODEX_HOME:-$HOME/.codex}/skills/timeback-platform3"
mkdir -p "$SKILL_DIR/references" "$SKILL_DIR/checks"
curl -fsSL "$SKILL_PACK_URL/pack/SKILL.md" -o "$SKILL_DIR/SKILL.md"
curl -fsSL "$SKILL_PACK_URL/skill-pack.json" -o "$SKILL_DIR/skill-pack.json"
curl -fsSL "$SKILL_PACK_URL/pack/references/surface-map.md" -o "$SKILL_DIR/references/surface-map.md"
curl -fsSL "$SKILL_PACK_URL/pack/references/xp-policy-map.md" -o "$SKILL_DIR/references/xp-policy-map.md"
curl -fsSL "$SKILL_PACK_URL/pack/checks/verify-skill-pack.mjs" -o "$SKILL_DIR/checks/verify-skill-pack.mjs"

Start Here

Alpha app builders

Use the plain-language modules for product apps, reports, and customer workflows.

Integrators

Use standards-language packs for 1EdTech and compatibility surfaces.

Producer surfaces

Use the public acceptance contract for handoffs and the authenticated Platform API for operational provenance.

Pack Files

Manifest

Machine-readable module map and install metadata.

Instructions

The global router skill. It delegates module work to module packs.

XP policy map

One-page ownership map for item/course expected effort, Analytics report and motivational rollups, and Results progress/award formulas.