frontend

Frontend coding conventions using Preact and Tailwind. Use when writing or reviewing frontend JavaScript, HTML, or CSS code for web UI components.

$ 설치

git clone https://github.com/hippocampus-dev/hippocampus /tmp/hippocampus && cp -r /tmp/hippocampus/.claude/skills/frontend ~/.claude/skills/hippocampus

// tip: Run this command in your terminal to install the skill


name: frontend description: Frontend coding conventions using Preact and Tailwind. Use when writing or reviewing frontend JavaScript, HTML, or CSS code for web UI components. keywords: preact, tailwind, frontend, フロントエンド, UI, コンポーネント, css, html

  • Use Preact unless otherwise specified
  • Use Tailwind unless otherwise specified

Preact

  • Create elements with h function instead of JSX/TSX syntax