next-skill
v1.0.3
Published
Create a Next.js app with .claude/SKILLS.md and folders for components, libs, and utils along with env files.
Downloads
33
Readme
next-skill
A command-line tool to bootstrap a new Next.js project with best practices and a predefined project structure. It sets up a new application and includes a .claude/SKILLS.md file to guide AI-assisted development.
Usage
To create a new Next.js project, run the following command in your terminal:
npx next-skillThe script will prompt you to enter a name for your project folder. If you press enter without a name, it will install the new Next.js application in the current directory.
What it does
- Creates a new Next.js application: It runs
create-next-appto scaffold a new project. - Adds AI Development Standards: It creates a
.claude/SKILLS.mdfile in your project. This file contains a set of development standards and best practices optimized for working with AI assistants like Claude. - Sets up Project Structure: It creates common folders like
components,lib, andutilsto organize your code. It correctly handles both standard andsrcdirectory layouts. - Environment Files: It creates
.envand.env.localfiles for managing your environment variables.
