Titanium SDK skills and agents for AI coding assistants — complete API reference, Alloy MVC guide, PurgeTSS utility-first styling, architecture patterns, and native feature integration.
npx claudepluginhub maccesar/titoolsOpinionated Titanium SDK toolkit: PurgeTSS styling, Alloy architecture, UI/UX patterns. Pairs with tidev/skills for API, native how-tos, and reference docs. Auto-detects Titanium projects.
A comprehensive collection of AI-powered skills that transform your coding assistant into a Titanium SDK expert. Build cross-platform mobile applications with Titanium SDK, Alloy MVC, and PurgeTSS.
| Platform | Status | Installation Path |
|---|---|---|
| Claude Code | ✅ Fully Compatible | ~/.claude/skills/ |
| Gemini CLI | ✅ Fully Compatible | ~/.gemini/skills/ |
| Codex CLI | ✅ Fully Compatible | ~/.codex/skills/ |
All three platforms use the same Agent Skills open standard: a SKILL.md file with YAML frontmatter.
curl -fsSL https://raw.githubusercontent.com/macCesar/titanium-sdk-skills/main/install.sh | bash
Auto-detects installed LLMs and guides you through platform-specific install options (including an interactive menu for where to install):
Titanium SDK Skills Installer
✓ Claude Code detected
✓ Gemini CLI detected
✓ Codex CLI detected
Select platform to install:
a) All detected platforms
1) Claude Code only
2) Gemini CLI only
3) Codex CLI only
q) Quit
You can also install these skills using skills.sh and follow the inline instructions:
npx skills add macCesar/titanium-sdk-skills
Claude Code:
ls ~/.claude/skills/
# Should show: alloy-expert, purgetss, ti-ui, ti-howtos, ti-guides, alloy-guides, alloy-howtos
Gemini CLI:
gemini skills list
Codex CLI:
# Type /skills in Codex or use $ to mention a skill
| Skill | Purpose | Best For |
|---|---|---|
| alloy-expert | Architecture + Implementation | Starting point for most tasks |
| purgetss | Utility-first styling | UI styling and animations |
| ti-ui | UI/UX patterns | Complex layouts, ListViews, platform UI |
| ti-howtos | Native feature integration | Location, Push, Media, Platform APIs |
| ti-guides | SDK fundamentals | Hyperloop, distribution, configuration |
| alloy-guides | Alloy MVC reference | Models, Views, Controllers, Widgets |
| alloy-howtos | Alloy CLI & debugging | Project setup, CLI commands, errors |
Note:
ti-guides,ti-howtos,ti-ui,alloy-guides, andalloy-howtosare based on official Titanium SDK and Alloy documentation.alloy-expertandpurgetssare opinionated and reflect personal coding conventions (biased toward PurgeTSS).
Skills are automatically activated based on your questions. Just ask naturally:
"Create a login screen with email validation and animations"
The AI will automatically use:
alloy-expert → Architecture and controller structurepurgetss → Styling classes and animationsti-howtos → Secure token storageYou don't need to call skills explicitly - the AI reads skill descriptions and loads the appropriate knowledge when needed.
alloy-expert acts as the orchestrator, delegating to specialized skills when needed:
┌─────────────────┐
│ alloy-expert │
│ (Start Here) │
└────────┬────────┘
│
┌────────────────────┼────────────────────┐
│ │ │
▼ ▼ ▼
┌───────────────┐ ┌───────────────┐ ┌───────────────┐
│ purgetss │ │ ti-ui │ │ ti-howtos │
│ (Styling) │ │ (UI/UX) │ │ (Native) │
└───────────────┘ └───────────────┘ └───────────────┘
│ │ │
└────────────────────┼────────────────────┘
│
┌────────────────────┼────────────────────┐
│ │ │
▼ ▼ ▼
┌───────────────┐ ┌───────────────┐ ┌───────────────┐
│ ti-guides │ │ alloy-guides │ │ alloy-howtos │
│ (SDK) │ │ (MVC) │ │ (CLI) │
└───────────────┘ └───────────────┘ └───────────────┘
The primary skill for Titanium Alloy development. Start here for most tasks.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories