# Claude Code Adapter

Install directory: ~/.claude/skills/timeback-analytics-alpha.

Load SKILL.md as the governing instruction. When the user asks for a Learning Report panel, metric check, migration probe, or Analytics-backed app, read references/report-recipes.md or references/worked-example.md before writing code.

Credential order:

1. Use ANALYTICS_BASE_URL from the environment when supplied; otherwise use the implementation URL in SKILL.md.
2. Use ANALYTICS_TOKEN or ANALYTICS_REVIEWER_JWT for real/reviewer tenants.
3. For demo work, let checks/verify-skill-pack.mjs mint a demo token or call POST /dev/mint?tenantId=demo.

Before claiming the pack works, run:

    cd ~/.claude/skills/timeback-analytics-alpha
    node checks/verify-skill-pack.mjs --write-evidence
