Daniel Cueto
Community@DCueto · Barcelona
Code enthusiast. Software Engineer. Full-Stack Web Developer. 29. Barcelona.
Agent Skills by Daniel Cueto
Showing 14 vetted skills indexed across 1 GitHub repositories.
kotlin-tooling-agp9-migration
Migrates Kotlin Multiplatform projects to Android Gradle Plugin 9.0 with DSL and module restructuring.
typescript-advanced-types
Implement generics, conditional types, mapped types, and template literal types in TypeScript projects.
ktor-backend-endpoint
Creates and modifies Ktor REST endpoints with Exposed repositories, SQL migrations, and Clean Architecture layers.
react-web-feature
Implements React 19 web views with Zustand stores, MUI components, and typed fetch services.
kotlin-tooling-cocoapods-spm-migration
Migrate Kotlin Multiplatform projects from CocoaPods to Swift Package Manager dependencies.
vite
Configure Vite build tooling, plugins, SSR, and Rolldown migration for frontend projects.
android-compose-ui
Builds Android screens, ViewModels, and navigation with Jetpack Compose and Material 3.
kmp-core-feature
Guides creation of domain models, DTOs, and Ktor Client requests in a Kotlin Multiplatform shared module.
frontend-design
Generate production-grade frontend interfaces with distinctive typography, color, motion, and layout design.
vercel-react-best-practices
Applies Vercel performance optimization rules when writing, reviewing, or refactoring React and Next.js code.
material-3
Implements Material Design 3 UIs with Jetpack Compose, Flutter, and web components.
seo
Implements technical and on-page SEO optimizations including meta tags, structured data, and sitemaps.
accessibility
Audit and improve web accessibility following WCAG 2.2 guidelines and ARIA patterns.
vercel-composition-patterns
Refactors React components using compound components, context providers, and composition patterns.
Frequently Asked Questions About Daniel Cueto
FAQPage SchemaWhat 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.