From CAST — Claude Agent Specialist Team
Defines TypeScript and React coding conventions for CAST projects: file naming, type patterns, hooks, component conventions, and testing approach.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cast:typescript-conventionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Use React 19 patterns: functional components, hooks, no class components
type UserAdmin = User & { isAdmin: true } instead of (user as UserAdmin)UserProfile.tsx)use (useLocalStorage.ts)Foo.tsx -> Foo.test.tsxgetByRole/getByText, not getByTestIdinterface over type for object shapes that may be extendedsatisfies operator for type-safe config objectsnpx claudepluginhub ek33450505/claude-agent-team --plugin castProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.