Ti New Screen banner
macCesar macCesar

Ti New Screen

Design community

Description

--- name: ti-new-screen description: Create a new Alloy screen (controller + view + style) following project conventions argument-hint: "<screenName>" --- Create a new Alloy screen with the given name. Before creating files: 1. Invoke the `alloy-guides` skill to follow Alloy MVC patterns 2. If PurgeTSS is detected (purgetss/ folder exists), invoke the `purgetss` skill — all styling MUST use utility classes in the XML, NOT custom TSS 3. If PurgeTSS is detected, invoke the `ti-ui` skill for layo

Installation

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

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

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

Full documentation available on GitHub

View Source Repository