Regis Leandro Buske avatar

Regis Leandro Buske

Community

@regisleandro

8Followers
|
19Public Repos
|
14Published Skills

Regis Leandro Buske maintains 14 skills covering Vercel deployment, React/Next.js performance, shadcn UI, Hono, Better Auth, Turborepo, and code review practices.

Skills Distribution
DomainDeveloper To...Frontend Framework.. (35%)Deployment & Build.. (25%)Code Review & Qual.. (20%)Authentication & B.. (12%)

Agent Skills by Regis Leandro Buske

Showing 14 vetted skills indexed across 1 GitHub repositories.

regisleandroregisleandro

deploy-to-vercel

Deploy projects to Vercel via CLI, git push, or claimable upload scripts.

Community
Advanced
regisleandroregisleandro

web-design-guidelines

Review UI code files against fetched Web Interface Guidelines and report findings.

Community
Basic
regisleandroregisleandro

code-review

Reviews a git diff against coding standards and the originating spec in parallel sub-agents.

Community
Intermediate
regisleandroregisleandro

to-tickets

Breaks plans and specs into tracer-bullet tickets with declared blocking edges.

Community
Intermediate
regisleandroregisleandro

shadcn

Manages shadcn/ui components, presets, and registries via the official CLI.

Community
Advanced
regisleandroregisleandro

to-spec

Synthesizes conversation context into a structured spec published to the project issue tracker.

Community
Intermediate
regisleandroregisleandro

hono

Build and test Hono web applications with routing, middleware, validation, and streaming.

Community
Intermediate
regisleandroregisleandro

resolving-merge-conflicts

Resolves in-progress git merge and rebase conflicts while preserving both change intents.

Community
Intermediate
regisleandroregisleandro

grill-with-docs

Interrogates a plan or design and produces ADRs and a glossary.

Community
Basic
regisleandroregisleandro

better-auth-best-practices

Configure Better Auth servers, clients, database adapters, sessions, and plugins for TypeScript applications.

Community
Intermediate
regisleandroregisleandro

vercel-react-best-practices

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

Community
Intermediate
regisleandroregisleandro

turborepo

Configure Turborepo task pipelines, caching, and filtering for JavaScript monorepos.

Community
Advanced
regisleandroregisleandro

vercel-composition-patterns

Refactor React components using compound components, lifted state, and context providers.

Community
Intermediate
regisleandroregisleandro

grill-me

Runs a structured interview session to challenge and refine a plan or design.

Community
Basic

Frequently Asked Questions About Regis Leandro Buske

FAQPage Schema
What tasks can I accomplish with regisleandro's skills?

You can deploy apps to Vercel, audit UI code against Web Interface Guidelines, review branches against standards and specs, manage shadcn components, build Hono routes and middleware, configure Better Auth, optimize React/Next.js performance, structure Turborepo monorepos, resolve git merge conflicts, and convert conversations into specs or tickets.

Who are these skills designed for?

Frontend and full-stack engineers working in the Vercel ecosystem: React and Next.js developers, TypeScript teams using Better Auth, monorepo maintainers on Turborepo, and developers building with Hono or shadcn/ui who need deployment, review, and performance guidance.

How do the deployment and review skills run in practice?

The deploy-to-vercel skill triggers on requests like 'deploy my app' or 'create a preview deployment'. The code-review skill examines changes since a commit, branch, tag, or merge-base, running Standards and Spec reviews in parallel sub-agents and reporting both side by side.

Are these skills open source and what do they cost?

The Vercel-authored skills vercel-react-best-practices and vercel-composition-patterns carry MIT licenses and are free to use. Other skills in the manifest do not declare a license, so usage terms should be confirmed per repository before redistribution.

What prerequisites or dependencies do these skills require?

The shadcn skill invokes npx, pnpm dlx, or bunx with shadcn@latest and expects a components.json project. Hono guidance applies to codebases importing 'hono'. Turborepo guidance assumes turbo.json, apps/packages directories, and task pipelines. Better Auth setup requires a TypeScript project with database adapters.