Frontend Mode banner
nodnarbnitram nodnarbnitram

Frontend Mode

Development community

Description

--- description: Load Ultracite rules for JS/TS development --- Load @docs/ultracite.md and strictly follow all rules for this session. Apply these standards to all JS/TS/JSX/TSX code: - Maximum type safety (no `any`, explicit types) - Accessibility requirements (ARIA, semantic HTML) - React/Next.js best practices - Code quality and correctness rules When writing or reviewing code, validate against Ultracite rules and fix violations proactively.

Installation

Installs to ~/.claude/commands/nodnarbnitram-claude-code-extensions-frontend-mode.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nodnarbnitram/claude-code-extensions/HEAD/.claude/commands/frontend-mode.md -o ~/.claude/commands/nodnarbnitram-claude-code-extensions-frontend-mode.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository