Sebastian Messingfeld
Community@messeb · Cologne, Germany
Staff Engineer @ Eurowings Digital | Architect | M.Eng.
Agent Skills by Sebastian Messingfeld
Showing 31 vetted skills indexed across 1 GitHub repositories.
api-layer
Create typed fetch wrappers and custom error classes for frontend API layers.
storybook
Develop, document, and test UI components in isolation with Storybook.
vue
Enforces Vue 3 best practices for Composition API, reactivity, and component design.
pnpm
Optimize pnpm workspaces for monorepo dependency management and versioning.
vite
Optimizes Vite build configurations for frontend projects' performance and best practices.
state-management
Guide frontend state management with TanStack Query, Pinia, and Zustand.
e2e-testing
Guide Playwright end-to-end testing with page object models and CI integration.
build-pipeline
Automate frontend CI/CD pipelines with GitHub Actions for linting, testing, and deployment.
a11y-testing
Test web application accessibility against WCAG 2.1 AA with axe-core.
unit-testing
Guide unit testing for frontend apps with Vitest and React Testing Library.
nuxt
Guide Nuxt.js development with best practices for rendering, data fetching, and configuration.
css-architecture
Establish centralized design tokens and enforce scoped CSS styling strategies.
astro
Provides guidance on Astro best practices for Islands Architecture and Content Collections.
performance
Optimize frontend performance by improving Core Web Vitals and reducing bundle size.
component-design
Provide frontend component design guidelines for props, slots, and composability.
turborepo
Configure Turborepo pipelines for task orchestration, caching, and dependency management.
dry
Identify duplicated knowledge in codebases and suggest DRY refactoring strategies.
bduf
Identify Big Design Up Front anti-patterns in software architecture and code.
security
Implement security best practices for Python and JavaScript code.
die
Analyze code to identify and categorize harmful duplication failure modes.
soc
Analyze codebases for Separation of Concerns violations and provide layered architecture guidance.
kiss
Identify and refactor code violating the KISS principle by removing unnecessary abstractions.
solid
Explain and demonstrate the five SOLID principles with Python code examples.
gigo
Validate inputs at system boundaries to enforce fail-fast data integrity.