-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathllms.txt
More file actions
31 lines (28 loc) · 2.84 KB
/
Copy pathllms.txt
File metadata and controls
31 lines (28 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Symfony UX Agent Skills
> AI agent skills for the Symfony UX frontend stack: Stimulus, Turbo, TwigComponent, LiveComponent, Icons, and Map. Built on the agentskills.io open standard. Covers Symfony UX 2.22--2.28+, Symfony 7.2/7.4/8.0, PHP 8.4+.
## Documentation
- [Symfony UX Orchestrator](skills/symfony-ux/SKILL.md): Decision tree for choosing between Stimulus, Turbo, TwigComponent, LiveComponent, Icons, and Map
- [Stimulus](skills/stimulus/SKILL.md): Client-side behavior via HTML data attributes, zero server round-trips
- [Stimulus API Reference](skills/stimulus/references/api.md): Lifecycle, targets, values, actions, classes, outlets
- [Stimulus Patterns](skills/stimulus/references/patterns.md): Debounce, fetch, modals, forms
- [Stimulus Gotchas](skills/stimulus/references/gotchas.md): Common mistakes, debugging, Turbo compatibility
- [Turbo](skills/turbo/SKILL.md): SPA-like speed with server-rendered HTML -- Drive, Frames, Streams
- [Turbo API Reference](skills/turbo/references/api.md): Drive events, Frame attributes, Stream actions, Mercure
- [Turbo Patterns](skills/turbo/references/patterns.md): Forms, modals, search, pagination
- [Turbo Gotchas](skills/turbo/references/gotchas.md): Caching, forms, Stimulus integration
- [TwigComponent](skills/twig-component/SKILL.md): Reusable UI building blocks with PHP classes and Twig templates
- [TwigComponent API Reference](skills/twig-component/references/api.md): Attributes, hooks, configuration
- [TwigComponent Patterns](skills/twig-component/references/patterns.md): Forms, tables, layouts, composition
- [TwigComponent Gotchas](skills/twig-component/references/gotchas.md): Attributes, naming, props, blocks
- [LiveComponent](skills/live-component/SKILL.md): Reactive server-rendered UI with zero JavaScript
- [LiveComponent API Reference](skills/live-component/references/api.md): Props, actions, forms, events
- [LiveComponent Patterns](skills/live-component/references/patterns.md): Search, CRUD, modals, validation
- [LiveComponent Gotchas](skills/live-component/references/gotchas.md): Props, hydration, performance
- [UX Icons](skills/ux-icons/SKILL.md): SVG icon rendering with Iconify and local icons
- [UX Icons API Reference](skills/ux-icons/references/api.md): Configuration, icon sets, CLI commands
- [UX Icons Patterns](skills/ux-icons/references/patterns.md): Styling, dynamic icons, design system aliases
- [UX Icons Gotchas](skills/ux-icons/references/gotchas.md): Fill vs stroke, on-demand caching, production
- [UX Map](skills/ux-map/SKILL.md): Interactive maps with Leaflet or Google Maps
- [UX Map API Reference](skills/ux-map/references/api.md): Map, Point, Marker, Polygon, Polyline, Circle, events
- [UX Map Patterns](skills/ux-map/references/patterns.md): Store locator, filters, LiveComponent, zones
- [UX Map Gotchas](skills/ux-map/references/gotchas.md): Height, coordinates, renderer setup, performance