Ti Check banner
macCesar macCesar

Ti Check

Development community

Description

--- name: ti-check description: Verify Titanium project setup and report issues --- Check the current Titanium project and report: 1. Read `tiapp.xml` — report SDK version, app ID, deployment targets 2. Check if Alloy project (app/views + app/controllers exist) 3. Check if PurgeTSS is configured (purgetss/config.cjs exists) 4. Check whether the `ti.game` module is declared in `tiapp.xml` — report its version and whether the module is actually present under `modules/<platform>/ti.game/<version>

Installation

Installs to ~/.claude/skills/maccesar-titools-ti-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/maccesar-titools-ti-check && curl -fsSL https://raw.githubusercontent.com/macCesar/titools/HEAD/commands/ti-check.md -o ~/.claude/skills/maccesar-titools-ti-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository