app-shell
app-shell에는 tailor-platform에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Review local packages/ changes for API design consistency, public surface risks, and TypeScript/React footguns in the AppShell core package. Use when: reviewing local packages/ changes before push or validating public API changes.
Guides creating new UI components for the AppShell core package. Use when: adding a new component, wrapping a Base UI primitive, creating a compound component, exporting a component from packages/core.
Creates a changeset for version management. Use when: finishing a feature, preparing a release, after making changes that affect end-users, running npx changeset, creating a changelog entry.
Runs type-check, lint, test, and formatting for the AppShell project. Use when: finishing a feature, before committing, validating code quality, running pnpm type-check, pnpm lint, pnpm test, pnpm fmt.