TierOne Studio avatar

TierOne Studio

Official

@TierOne-Studio

0Followers
|
12Public Repos
|
47Published Skills

TierOne Studio provides 47 skills for React SPA engineering, covering component patterns, state management, testing, performance, accessibility, and frontend security.

Skills Distribution
DomainDeveloper To...React Component Ar.. (40%)Testing & Quality .. (25%)Performance & Buil.. (15%)Frontend Security .. (10%)

Agent Skills by TierOne Studio

Showing 47 vetted skills indexed across 1 GitHub repositories.

TierOne-StudioTierOne-Studio
1

render-props-pattern

Implements the React render props pattern to share stateful logic between components.

Official
Basic
TierOne-StudioTierOne-Studio
1

react-patterns

Enforces component shape and hook discipline rules for React function components.

Official
Intermediate
TierOne-StudioTierOne-Studio
1

playwright-best-practices

Guides writing, debugging, and maintaining Playwright tests in TypeScript across E2E, API, and component testing.

Official
Advanced
TierOne-StudioTierOne-Studio
1

react-composition-2026

Teaches modern React composition patterns for designing flexible component APIs and refactoring prop-heavy components.

Official
Intermediate
TierOne-StudioTierOne-Studio
1

compound-pattern

Implement React compound components that share implicit state via Context API.

Official
Basic
TierOne-StudioTierOne-Studio
1

rlm-explore

Explores large codebases and dense context by extracting evidence-cited working sets.

Official
Intermediate
TierOne-StudioTierOne-Studio
1

bundle-size

Audits JavaScript bundle composition and dependency costs in Vite React builds.

Official
Intermediate
TierOne-StudioTierOne-Studio
1

failure-mode-analysis

Enumerates eight failure-mode categories before writing tests in TDD workflows.

Official
Intermediate
TierOne-StudioTierOne-Studio
1

react-performance

Diagnose React rerender cost and apply measured memoization, virtualization, and code-splitting fixes.

Official
Intermediate
TierOne-StudioTierOne-Studio
1

proxy-pattern

Implements JavaScript Proxy handlers to intercept property access, assignment, and validation.

Official
Basic
TierOne-StudioTierOne-Studio
1

vitest

Write, configure, and run Vitest unit tests with mocking, coverage, and fixtures.

Official
Intermediate
TierOne-StudioTierOne-Studio
1

git-workflow

Enforces approval-gated git commit, push, branching, and PR workflows with Conventional Commits.

Official
Intermediate
TierOne-StudioTierOne-Studio
1

react-state-management

Guides placement of React state across local, context, Zustand, and TanStack Query layers.

Official
Intermediate
TierOne-StudioTierOne-Studio
1

hooks-pattern

Guides extraction of stateful React logic into reusable custom hooks.

Official
Intermediate
TierOne-StudioTierOne-Studio
1

tailwind-v4-shadcn

Configure Tailwind CSS v4 with shadcn/ui, Vite, and React including dark mode theming.

Official
Intermediate
TierOne-StudioTierOne-Studio
1

typescript-advanced-types

Implement generics, conditional types, mapped types, and template literal types in TypeScript.

Official
Intermediate
TierOne-StudioTierOne-Studio
1

shadcn

Manages shadcn/ui components via CLI for adding, searching, styling, and composing React UI.

Official
Advanced
TierOne-StudioTierOne-Studio
1

module-pattern

Guides export and encapsulation decisions for non-React JavaScript modules.

Official
Basic
TierOne-StudioTierOne-Studio
1

repo-conventions

Documents spa-velocity codebase conventions for architecture, state, routing, forms, styling, and testing.

Official
Intermediate
TierOne-StudioTierOne-Studio
1

decision-rules

Provides a decision table with rationale for resolving ambiguous coding requests and scope conflicts.

Official
Intermediate
TierOne-StudioTierOne-Studio
1

react-2026

Guides selection of React frameworks, build tools, routing, and state management for modern projects.

Official
Intermediate
TierOne-StudioTierOne-Studio
1

ai-ui-patterns

Implements React design patterns for streaming AI chat interfaces using the Vercel AI SDK.

Official
Intermediate
TierOne-StudioTierOne-Studio
1

vite

Configure Vite build tooling, plugins, SSR, and Rolldown migration for frontend projects.

Official
Intermediate
TierOne-StudioTierOne-Studio
1

pushback-templates

Provides phrasing templates and example dialogues for pushing back on user requests.

Official
Basic

Frequently Asked Questions About TierOne Studio

FAQPage Schema
What tasks can I accomplish using TierOne Studio's skills?

You can design React component APIs, manage state with Zustand and TanStack Query, build forms with React Hook Form and Zod, write Vitest and Playwright tests, configure Tailwind v4 with shadcn/ui, optimize bundle size and rerenders, enforce accessibility, and audit frontend security surfaces like XSS sinks and token storage.

Who are TierOne Studio's skills designed for?

Frontend engineers and React developers building single-page applications with TypeScript, Vite, and modern React. The skills target practitioners handling component architecture, state placement, testing strategy, performance tuning, routing with React Router 7, and code review against SOLID, DRY, and KISS principles.

How do the skills trigger during development work?

Skills activate contextually: pattern skills fire on .tsx/.jsx file paths, react-patterns and tdd-workflow apply to all component and executable-code changes, accessibility force-fires on any UI markup diff, and frontend-security triggers on diffs touching auth, tokens, or user-supplied HTML.

Are TierOne Studio's skills open source and what do they cost?

The pattern-catalog skills (hooks, HOC, render-props, compound, provider, module, proxy, mixin) are MIT-licensed, authored by patterns.dev. Playwright best-practices from currents.dev and Tailwind v4 setup are also MIT-licensed. No cost is indicated for any skill in the manifest.

What prerequisites and dependencies do these skills assume?

Skills assume a React SPA stack: TypeScript, Vite, Tailwind CSS v4, shadcn/ui with components.json, Zustand, TanStack Query, React Router 7, React Hook Form with Zod, Vitest with Testing Library, and Playwright. Some skills reference the spa-velocity and api-velocity repositories with better-auth and RBAC route guards.