Daniel Cueto avatar

Daniel Cueto

Community

@DCueto · Barcelona

24Followers
|
66Public Repos
|
14Published Skills

Code enthusiast. Software Engineer. Full-Stack Web Developer. 29. Barcelona.

Skills Distribution
DomainDeveloper To...Kotlin Multiplatfo.. (35%)React & Frontend E.. (30%)Backend & Database.. (15%)Web Quality, SEO &.. (15%)

Agent Skills by Daniel Cueto

Showing 14 vetted skills indexed across 1 GitHub repositories.

DCuetoDCueto

kotlin-tooling-agp9-migration

Migrates Kotlin Multiplatform projects to Android Gradle Plugin 9.0 with DSL and module restructuring.

Community
Advanced
DCuetoDCueto

typescript-advanced-types

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

Community
Intermediate
DCuetoDCueto

ktor-backend-endpoint

Creates and modifies Ktor REST endpoints with Exposed repositories, SQL migrations, and Clean Architecture layers.

Community
Advanced
DCuetoDCueto

react-web-feature

Implements React 19 web views with Zustand stores, MUI components, and typed fetch services.

Community
Advanced
DCuetoDCueto

kotlin-tooling-cocoapods-spm-migration

Migrate Kotlin Multiplatform projects from CocoaPods to Swift Package Manager dependencies.

Community
Advanced
DCuetoDCueto

vite

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

Community
Intermediate
DCuetoDCueto

android-compose-ui

Builds Android screens, ViewModels, and navigation with Jetpack Compose and Material 3.

Community
Advanced
DCuetoDCueto

kmp-core-feature

Guides creation of domain models, DTOs, and Ktor Client requests in a Kotlin Multiplatform shared module.

Community
Intermediate
DCuetoDCueto

frontend-design

Generate production-grade frontend interfaces with distinctive typography, color, motion, and layout design.

Community
Intermediate
DCuetoDCueto

vercel-react-best-practices

Applies Vercel performance optimization rules when writing, reviewing, or refactoring React and Next.js code.

Community
Intermediate
DCuetoDCueto

material-3

Implements Material Design 3 UIs with Jetpack Compose, Flutter, and web components.

Community
Advanced
DCuetoDCueto

seo

Implements technical and on-page SEO optimizations including meta tags, structured data, and sitemaps.

Community
Intermediate
DCuetoDCueto

accessibility

Audit and improve web accessibility following WCAG 2.2 guidelines and ARIA patterns.

Community
Intermediate
DCuetoDCueto

vercel-composition-patterns

Refactors React components using compound components, context providers, and composition patterns.

Community
Intermediate

Frequently Asked Questions About Daniel Cueto

FAQPage Schema
What tasks can I accomplish using DCueto's skills?▼

You can migrate KMP projects to AGP 9.0 or Swift Package Manager, build Ktor REST endpoints with PostgreSQL/Exposed, create React 19 + Zustand + MUI web views, design Jetpack Compose Material 3 Android screens, write advanced TypeScript generics, configure Vite, and run SEO and WCAG 2.2 accessibility audits.

Who are these skills designed for?▼

Full-stack and mobile engineers working with Kotlin Multiplatform, Android Compose, and React/Next.js codebases. They especially target developers maintaining the ZenTrack stack (Ktor server, shared KMP module, React webApp, androidApp) and frontend engineers applying Vercel performance and composition patterns.

What are the licensing terms and costs?▼

All skills are free. The JetBrains KMP migration skills use Apache-2.0; the Vercel React skills, SEO, and accessibility skills use MIT; frontend-design is governed by its bundled LICENSE.txt. No paid tiers or usage fees are specified in the manifest.

What prerequisites and dependencies do these skills require?▼

Backend work requires Ktor 3.3.3, PostgreSQL, and Exposed. Web features need React 19, TypeScript 5.8, Zustand, and MUI 6. Android UI requires Jetpack Compose with Material Design 3 and Navigation Compose. KMP migrations require existing Gradle KMP projects using CocoaPods or older AGP versions.

How do the migration skills work in practice?▼

The AGP 9 skill replaces the android multiplatform plugin, splits modules, and migrates the DSL to the new project structure. The CocoaPods-to-SPM skill swaps pod() declarations for swiftPackage(), transforms cocoapods.* imports to swiftPMImport.*, and reconfigures the Xcode project automatically.