10 skills found
niloykumarbarman / php-hooksPHP hooks extending common rules
onlook-dev / onlookThe Cursor for Designers • An Open-Source AI-First Design tool • Visually build, style, and edit your React App with AI
anthropics / Hook DevelopmentThis skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse,…
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.
hamzafer / cursor-hooksThis repository provides ready-to-use examples and documentation for Cursor's Agent Hooks.
context-space / context-spaceUltimate Context Engineering Infrastructure, starting from MCPs and Integrations
devhax-heavy-industries / react.instructionsReact 19 framework coding conventions and best practices
parcadei / Continuous-Claude-v3Context management for Claude Code. Hooks maintain state via ledgers and handoffs. MCP execution without context pollution. Agent orchestration with isolated context windows.
bennypowers / reactShow how to use custom elements in React, including workarounds for React 18 vs 19 differences
Themis128 / 07-testing-rules- **Runner:** Vitest - **Environment:** jsdom (for React components), node (for utilities) - **Config:** `vitest.config.mts` (unit), `vitest.integration.config.mts` (integration)