Kévin TURMEL
Community@Kiyozz · Nantes, France
Senior Software Engineer at Lengow.com
Agent Skills by Kévin TURMEL
Showing 5 vetted skills indexed across 1 GitHub repositories.
agent-browser
Automates browser interactions via Chrome DevTools Protocol with accessibility-tree snapshots.
shadcn
Manages shadcn/ui components via CLI for adding, searching, styling, and composing React UI.
migrate-radix-to-base
Migrates React components and shadcn projects from Radix UI to Base UI.
create-github-pull-request
Creates GitHub pull requests using the gh CLI or MCP tool with a standardized format.
kkrpc
Build bidirectional RPC channels in TypeScript across stdio, WebSocket, HTTP, and worker transports.
Frequently Asked Questions About Kévin TURMEL
FAQPage SchemaWhat tasks can I automate using Kiyozz's skills?▼
You can automate browser interactions (navigation, form filling, screenshots, data extraction, web app testing), manage shadcn components and presets, migrate Radix UI code to Base UI, create GitHub pull requests via gh, and build bidirectional TypeScript RPC systems with multiple transports.
Who are these skills designed for?▼
Frontend and full-stack engineers working with React, shadcn/ui, Radix UI, or Base UI, plus TypeScript developers building cross-runtime RPC layers and QA engineers performing exploratory testing, dogfooding, and bug hunts on web or Electron desktop apps.
How do the skills run in practice?▼
agent-browser runs via Bash or npx agent-browser commands; shadcn executes through npx, pnpm dlx, or bunx shadcn@latest; pull requests are created with the gh CLI or MCP tool; kkrpc is integrated as a TypeScript library with runtime-specific entry points.
Are these skills open source and what do they cost?▼
kkrpc is explicitly MIT licensed and free to use. The other skills wrap publicly available packages (agent-browser, shadcn CLI, gh) invoked through standard package runners, so no paid license is required based on the manifest.
What prerequisites and dependencies are required?▼
agent-browser needs npx/Bash access and optionally Vercel Sandbox microVMs or AWS Bedrock AgentCore for cloud browsers. shadcn requires a project with components.json. Pull request creation requires the gh CLI or MCP tool. kkrpc supports Node.js, Deno, Bun, and browsers.