Nxt Component banner
mertjane mertjane

Nxt Component

Design community

Description

--- description: Generates a Next.js + TypeScript + Tailwind component. Auto-detects project conventions (naming, folder structure, function style) from existing components. argument-hint: <ComponentName> [path/to/output] allowed-tools: [Read, Glob, Write] --- # Generate Next.js Component Create a fully typed Next.js + Tailwind component based on the name provided in $ARGUMENTS. Parse $ARGUMENTS: - First word → component name (PascalCase). If not PascalCase, convert it. - Second word (optiona

Installation

Installs to ~/.claude/skills/mertjane-awesome-claude-commands-nxt-component/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mertjane-awesome-claude-commands-nxt-component && curl -fsSL https://raw.githubusercontent.com/mertjane/awesome-claude-commands/HEAD/commands/nxt-component.md -o ~/.claude/skills/mertjane-awesome-claude-commands-nxt-component/SKILL.md

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

Full documentation available on GitHub

View Source Repository