robcsaszar

61 mods across 10 repositories, 1 stars between them.

frontend-kit

01

robcsaszar/frontend-kit

Plugin Claude Code

Plugin marketplace listing 1 plugin: robcsaszar-frontend-kit.

1 2d ago A tokens not measured original MIT

robcsaszar/frontend-kit

Plugin Claude Code

Frontend implementation and review skills for canvas, drag-and-drop, Svelte 5 / SvelteKit, and SVG animation work.

1 2d ago A tokens not measured original MIT

robcsaszar/frontend-kit

Instructions file CodexOpenCode

AGENTS.md instructions for robcsaszar/frontend-kit, covering agents.md, mission, layout convention, judgment boundaries and adding a skill.

1 2d ago A 499 tokens original MIT

with-canvas

04

robcsaszar/frontend-kit

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…

1 2d ago A 160 tokens original MIT

with-drag-drop

05

robcsaszar/frontend-kit

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…

1 2d ago A 136 tokens original MIT

with-svelte

06

robcsaszar/frontend-kit

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…

1 2d ago A 203 tokens original MIT

with-svg-animation

07

robcsaszar/frontend-kit

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…

1 2d ago A 120 tokens original MIT

sentinel

08

robcsaszar/sentinel

Plugin Claude Code

Plugin marketplace listing 1 plugin: robcsaszar-sentinel.

0 2d ago A tokens not measured original MIT

robcsaszar-sentinel

09

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.

0 2d ago A tokens not measured original MIT

sentinel AGENTS.md

10

robcsaszar/sentinel

Instructions file CodexOpenCode

AGENTS.md instructions for robcsaszar/sentinel, covering agents.md, mission and judgment boundaries.

0 2d ago A 168 tokens original MIT

sentinel

11

robcsaszar/sentinel

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…

0 2d ago A 129 tokens original MIT

socratic

12

robcsaszar/socratic

Plugin Claude Code

Plugin marketplace listing 1 plugin: robcsaszar-socratic.

0 2d ago A tokens not measured original MIT

robcsaszar-socratic

13

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.

0 2d ago A tokens not measured original MIT

socratic AGENTS.md

14

robcsaszar/socratic

Instructions file CodexOpenCode

AGENTS.md instructions for robcsaszar/socratic, covering agents.md, mission and judgment boundaries.

0 2d ago A 98 tokens original MIT

socratic

15

robcsaszar/socratic

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…

0 2d ago A 116 tokens original MIT

tend

16

robcsaszar/tend

Plugin Claude Code

Plugin marketplace listing 1 plugin: robcsaszar-tend.

0 2d ago A tokens not measured original MIT

robcsaszar-tend

17

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.

0 2d ago A tokens not measured original MIT

tend AGENTS.md

18

robcsaszar/tend

Instructions file CodexOpenCode

AGENTS.md instructions for robcsaszar/tend, covering agents.md, mission, layout convention, judgment boundaries and adding a skill.

0 2d ago A 1,098 tokens original MIT

tend-a11y

19

robcsaszar/tend

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…

0 2d ago A 138 tokens original MIT

tend-docs

20

robcsaszar/tend

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…

0 2d ago A 137 tokens original MIT

tend-onboard

21

robcsaszar/tend

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…

0 2d ago A 98 tokens original MIT

tend-perf

22

robcsaszar/tend

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…

0 2d ago A 95 tokens original MIT

tend-refactor

23

robcsaszar/tend

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…

0 2d ago A 105 tokens original MIT

tend-security

24

robcsaszar/tend

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…

0 2d ago A 132 tokens original MIT