From symfony-sk
Create JavaScript handlers for pages. Use for DOM interactions and API calls.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin swoking-symfony-sk-pluginThis skill is limited to using the following tools:
Create JavaScript handlers following the project's strict standards.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Create JavaScript handlers following the project's strict standards.
front/public/site/js/<feature>/<name>.js
MANDATORY: Read and apply ALL rules from:
.claude/rules/javascript-standards.md
(function() { 'use strict'; ... })();var - const default, let if reassignmentresponse.ok, null, undefinedswitch when possiblemap/filter/reduce// Twig: {{ ['key1', 'key2'] | tradJS }}
// JS: window.trad.key1
See .claude/rules/javascript-standards.md for complete checklist.