11 skills found
bennypowers / reactShow how to use custom elements in React, including workarounds for React 18 vs 19 differences
1999AZZAR / the-designerMCP server for production-grade UI design — 27 tools covering design rules, OKLCH tokens with auto dark mode, WCAG 2.1 accessibility audit, React/Vue/HTML component output, vanilla CSS/SCSS/CSS Modules generation, anime.js v4 motion, anti-slop quality gates, and 328+ brand references.
Themis128 / 07-testing-rules- **Runner:** Vitest - **Environment:** jsdom (for React components), node (for utilities) - **Config:** `vitest.config.mts` (unit), `vitest.integration.config.mts` (integration)
rwi001 / reddit-automationAutomate Reddit tasks via Rube MCP (Composio): search subreddits, create posts, manage comments, and browse top content. Always search tools first for current schemas.
tageecc / SUMMARYDesktop control center for OpenClaw — Multi-instance orchestration, team collaboration, real-time chat & observability (Tauri + React)
knocklabs / BUGBOTRules for validating Callout component usage and type selection
MikkoParkkola / nabToken-lean web microfetch for LLM agents: any URL → clean markdown via CLI, MCP server, and Claude Code plugin. Real browser-cookie auth, passkeys, anti-bot reach, on-by-default prompt-injection defense, plus on-device multimodal ASR/OCR. A single Rust binary — not a browser.
rwi001 / hig-inputsApple HIG guidance for input methods and interaction patterns: gestures, Apple Pencil, keyboards, game controllers, pointers, Digital Crown, eye tracking, focus system, remotes, spatial...
devtoolcss / chrome-inspector-mcpA DevTools MCP for inspecting DOM and CSS
gouravroy2110 / SparkHackKgExtension"semanticKG.mcpPort": { "type": "number", "default": 3579, "description": "MCP server port" }, "semanticKG.uiPort": { "type": "number",
Themis128 / 03-coding-standards- **TypeScript:** Strict mode enabled. Prefer `interface` over `type` for object shapes. Use `type` for unions, intersections, and utility types. - **React:** Use functional components with hooks. Server Components by default; add `'use client'` only when interactivity is needed.