pohlai88
Community@pohlai88
pohlai88 maintains 152 skills for TypeScript monorepo engineering, React/Next.js UI development, PostgreSQL data systems, and design-system governance.
Agent Skills by pohlai88
Showing 148 vetted skills indexed across 6 GitHub repositories.
ui-ux-pro-max
Searches local UI/UX datasets to generate design systems, palettes, typography, and stack-specific guidelines.
impeccable-design-polish
Audits and polishes existing HTML pages for hierarchy, accessibility, motion, and responsive issues.
using-agent-skills
Discovers and routes tasks to the appropriate engineering workflow skill.
liberal-accept-strict-return
Design TypeScript function signatures with broad input types and narrow return types.
material-design-3-color
Applies Material Design 3 dynamic color tokens and theming to user interfaces.
material-theme-builder
Generate Material Design 3 color themes and tokens from a source hex color.
export-public-types
Export all TypeScript types that appear in public library APIs.
compiler-performance
Optimizes TypeScript compilation speed using project references and tsconfig settings.
typescript-strict
Configures TypeScript strict mode with tsconfig flags, module resolution, and migration guidance.
codegen-over-complex-types
Generates TypeScript types from OpenAPI, GraphQL, and database schemas instead of complex type-level code.
api-testing
Write integration tests for REST APIs using supertest, MSW, and Vitest.
exclusive-or-properties
Enforces mutually exclusive TypeScript properties at compile time using optional never types.
excess-property-checking
Diagnose TypeScript excess property checking errors on object literals versus variables.
lint-rule-development
Guides creation of Biome lint rules and assists with queries, diagnostics, actions, and fixtures.
material-design-3-shape
Implements Material Design 3 Expressive shape tokens, corner radii, and morphing shapes in CSS.
material-design-3-guide
Guides implementation of Material Design 3 across color, motion, typography, shape, layout, components, and icons.
tailwind
Implements Tailwind CSS v4 styling patterns including themes, dark mode, and shadcn/ui integration.
spec-driven-development
Creates structured specifications through a gated Specify-Plan-Tasks-Implement workflow before writing code.
branded-types
Implements phantom branded types in TypeScript to distinguish semantically different primitives.
constraint-driven-development
Establishes and enforces a written quality bar in CONSTRAINTS.md with diff-scoped checks.
domain-language-types
Guides naming TypeScript types using domain language instead of structural terms.
authoring-design-system
Guides authoring of design-system documents with DTCG tokens, component specs, and WCAG 2.2 AA standards.
pr-to-lint-rule
Convert recurring PR review comments into automated lint rules with tests.
material-design-3-typography
Implements Material Design 3 type scales, variable fonts, and typography tokens in CSS.
Frequently Asked Questions About pohlai88
FAQPage SchemaWhat tasks can I accomplish with pohlai88's skills?▼
You can manage pnpm/Turborepo monorepos, enforce TypeScript strict typing, build React/Next.js apps with shadcn/ui and Tailwind v4, design PostgreSQL schemas with Drizzle ORM, author Material Design 3 themes, run Vitest/Playwright tests, and audit design-token consistency and accessibility.
Who are pohlai88's skills designed for?▼
Frontend and full-stack engineers working in TypeScript monorepos, particularly teams using Next.js, React, Vite, PostgreSQL, and Drizzle ORM. Design-system maintainers and platform engineers enforcing lint, testing, and architecture governance also benefit directly.
How do I install and run these skills?▼
Skills are invoked through an agent skill registry; the find-skills and using-agent-skills entries locate and invoke matching skills per task. Most skills are markdown-based guidance loaded into a coding agent session, with some allowing Bash commands like npx shadcn for component management.
Are pohlai88's skills open source and free?▼
Yes. Skills with declared licenses use MIT (turborepo, pnpm-workspace, tailwind, api-testing, vercel-react-best-practices) or Apache-2.0 (Material Design 3 set). Many skills carry no explicit license but are published publicly in the registry at no cost.
What prerequisites do these skills require?▼
A Node.js environment with pnpm for monorepo skills, TypeScript projects for typing skills, and React/Next.js codebases for UI skills. Database skills assume PostgreSQL access, and design-system skills expect an existing product direction or design document as input.