Frontend

Turbo

by smnandre

Turbo is a Frontend skill for Claude Code, published by smnandre in symfony-ux-skills.

171 stars14 forkson smnandre/symfony-ux-skillsAdded 2026/09/08+1% in starsRepository updated 2026/06/14
claudeclaude-pluginclaude-skillscodexcodex-skillscomponentsgeminigemini-cli-extensiongemini-extensiongemini-skillsskillskillssymfonysymfony-uxuxux-agentux-iconsux-map
Install in seconds
Install Turbo
Copy Turbo into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/smnandre/symfony-ux-skills/tree/main/skills/turbo ~/.claude/skills/turbo

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/smnandre/symfony-ux-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/turbo/SKILL.md in smnandre/symfony-ux-skills
Installs to
~/.claude/skills/turbo
Collection
One of 7 skills cataloged from this repository
Category
Frontend732 skills

What Turbo does

Turbo provides Hotwire Turbo for Symfony UX with Drive, Frames, and Streams. Use it for AJAX navigation, lazy-loaded sections, inline editing, pagination without reload, modals from the server, and real-time updates.

Turbo is cataloged under Frontend on DirSkills. Turbo comes from a repository tagged claude, claude-plugin, claude-skills, codex and codex-skills.

Documentation

README

Turbo

Hotwire Turbo provides SPA-like speed with server-rendered HTML. No JavaScript to write. Three components work together:

  • Drive -- Automatic AJAX navigation for all links and forms (zero config)
  • Frames -- Scoped navigation that updates only one section of the page
  • Streams -- Server-pushed DOM mutations (append, replace, remove, etc.)

Decision Tree

Need to update the page?
+-- Full page navigation          -> Turbo Drive (automatic, already active)
+-- Single section from user click -> Turbo Frame
+-- Multiple sections from action  -> Turbo Stream (HTTP response)
+-- Real-time from server/others   -> Turbo Stream (Mercure / SSE)

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Turbo

  • What else does smnandre publish alongside Turbo?

    Turbo is one of 7 skills that DirSkills catalogs from smnandre/symfony-ux-skills, the repository it ships in. Its siblings there include LiveComponent, Stimulus and Symfony UX. Each one is a separate skill with its own page in this directory, installs the same way Turbo does, and is maintained by smnandre in that same repository. The rest of the collection is listed on the smnandre/symfony-ux-skills page.

  • How does Turbo compare to other Frontend skills?

    Turbo ranks #647 by stars among the 732 Frontend skills in this catalog. The most-starred ones next to it are Angular Developer, Android Clean Architecture and Accessibility. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Turbo against them. Open each page to compare what they document and how they install.

More from smnandre/symfony-ux-skills

Turbo is one of 7 skills cataloged on DirSkills from smnandre/symfony-ux-skills.

See all 7 skills