frontend-kit
01Plugin Claude Code
Plugin marketplace listing 1 plugin: robcsaszar-frontend-kit.
Plugin Claude Code
Plugin marketplace listing 1 plugin: robcsaszar-frontend-kit.
Plugin Claude Code
Frontend implementation and review skills for canvas, drag-and-drop, Svelte 5 / SvelteKit, and SVG animation work.
Instructions file CodexOpenCode
AGENTS.md instructions for robcsaszar/frontend-kit, covering agents.md, mission, layout convention, judgment boundaries and adding a skill.
Skill Claude CodeCodex
Canvas implementation and review guidance for vanilla JavaScript, TypeScript, Web APIs, OffscreenCanvas, Web Workers, CanvasRenderingContext2D, WebGL-backed canvas, and canvas libraries including p5.js, Paper.js, Pencil.js, Konva, ZIM, Three.js, and Babylon.js. Use when creating, editing, optimizing, debugging, or…
Skill Claude CodeCodex
Expert guidance for implementing drag-and-drop in JavaScript from scratch — free-dragging elements, sortable lists, resizable panels, drop zones. Use when making an element draggable, adding pointer-based dragging, building a sortable or reorderable list, or implementing resize handles, without reaching for a…
Skill Claude CodeCodex
Modern Svelte 5 + SvelteKit guidance and routing. Use whenever creating, editing, reviewing, or debugging a Svelte component (.svelte) or module (.svelte.ts/.svelte.js), or any SvelteKit project. Covers runes ($state, $derived, $effect, $props, $bindable), template directives ({@attach}, {@render}, {@html}, snippets…
Skill Claude CodeCodex
Surfaces the SVG animation traps that go unmentioned when a request sounds simple — dash patterns restarting at every subpath, pathLength normalization, transform-box on inner elements. Use whenever animating an SVG (draw-on, hover spin or scale, path morph, clip reveal, scroll-linked draw), including when the request…
Plugin Claude Code
Plugin marketplace listing 1 plugin: robcsaszar-sentinel.
Plugin Claude Code
Static security audit skill for web application codebases: stack triage, checklist-driven scan, and a PASS/FAIL/MANUAL-REVIEW report with file:line evidence and remediation code.
Instructions file CodexOpenCode
AGENTS.md instructions for robcsaszar/sentinel, covering agents.md, mission and judgment boundaries.
Skill Claude CodeCodex
Use for a security audit or security review of a web application codebase, when checking for vulnerabilities, hardening before a release or pen-test engagement, or working through the findings of an earlier audit. Covers XSS, SQLi, CSP and security headers, authn/authz, session and cookie handling, secrets management…
Plugin Claude Code
Plugin marketplace listing 1 plugin: robcsaszar-socratic.
Plugin Claude Code
Interrogates recently shipped work with seven socratic questions, forcing evidence-backed answers about confidence, blind spots, decay, and unstated assumptions.
Instructions file CodexOpenCode
AGENTS.md instructions for robcsaszar/socratic, covering agents.md, mission and judgment boundaries.
Skill Claude CodeCodex
Use after a feature merges or ships, to put seven questions to recently shipped work — confidence, blind spots, decay, unstated assumptions, and what should exist next. Takes an argument naming the target — a feature, a change set (PR, branch, commit range), or the whole repository. Trigger phrases — socratic…
Plugin Claude Code
Plugin marketplace listing 1 plugin: robcsaszar-tend.
Plugin Claude Code
Local, on-demand maintenance skills for SvelteKit + TypeScript repos: security, performance, refactoring, accessibility, and test-coverage scanners that each fix one issue per run and leave the diff for review.
Instructions file CodexOpenCode
AGENTS.md instructions for robcsaszar/tend, covering agents.md, mission, layout convention, judgment boundaries and adding a skill.
Skill Claude CodeCodex
Finds and fixes the single highest-priority accessibility, UX, or copy-tone issue in this repo's UI markup — missing aria-labels/alt text, unlabelled inputs, raw HTML used where a semantic element or component-library equivalent exists, unannounced async loading/success/error states, destructive actions without…
Skill Claude CodeCodex
Bidirectional documentation-drift auditor for repos that keep an explicit docs-vs-code reference convention. Use for periodic doc-drift audits — when a reference doc may list entries with no matching code artifact or omit artifacts that exist, when an API-contract collection (Bruno, Postman, OpenAPI, or similar) may…
Skill Claude CodeCodex
Detects a SvelteKit + TS repo's stack and writes .claude/tend/config.yaml so the other tend- skills run at full precision instead of conservative core-tier defaults. Optionally installs the unattended sweep workflow (opt-in, cadence chosen by the user). Use once when installing tend into a repo, or after a major…
Skill Claude CodeCodex
Performance scanner for SvelteKit + TS repos — finds and fixes one mechanically-provable performance issue per run, verified before/after. Use when auditing for redundant DB calls, O(n²) algorithms, missing debounce/throttle on high-frequency events, or repeated reactive re-traversal. Not for speculative optimization…
Skill Claude CodeCodex
Refactor scanner for SvelteKit + TS repos — finds and fixes one mechanically-safe cleanup per run across three sub-domains (dead code/duplication removal, type-safety tightening, component extraction), verified before/after. Use when removing deprecated or duplicated code, tightening a weak any type, or extracting…
Skill Claude CodeCodex
Security scanner for SvelteKit + TS repos — finds and fixes one exploitable issue per run, verified before/after with typecheck, lint, and tests. Use when auditing security, checking for XSS/authz/token leaks, hardening before release, or reviewing auth/session/broadcast code for leakage. Covers core checks (XSS…