app-shell
app-shell contém 4 skills coletadas de tailor-platform, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
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.