nextjs-setup
Facilitates the setup of Next.js 16+ projects with TypeScript, Tailwind CSS, and essential libraries for efficient frontend development.
Install this skill
Security score
The nextjs-setup skill was audited on Feb 25, 2026 and we found 15 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 494 | config.headers.Authorization = `Bearer ${token}` |
Template literal with variable interpolation in command context
| 539 | const { data } = await apiClient.patch(`/api/tasks/${id}/toggle`) |
Template literal with variable interpolation in command context
| 544 | await apiClient.delete(`/api/tasks/${id}`) |
Access to .env file
| 479 | const API_URL = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:8000' |
Access to .env file
| 595 | Create `.env.local`: |
Access to .env file
| 609 | Create `.env.local.example`: |
Access to .env file
| 751 | - [ ] `.env.local` file exists and configured |
External URL reference
| 479 | const API_URL = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:8000' |
External URL reference
| 599 | NEXT_PUBLIC_API_URL=http://localhost:8000 |
External URL reference
| 611 | NEXT_PUBLIC_API_URL=http://localhost:8000 |
External URL reference
| 747 | - [ ] http://localhost:3000 loads without errors |
External URL reference
| 788 | - Next.js: https://nextjs.org/docs |
External URL reference
| 789 | - Tailwind CSS: https://tailwindcss.com/docs |
External URL reference
| 790 | - TypeScript: https://www.typescriptlang.org/docs |
External URL reference
| 791 | - React: https://react.dev/ |
Install this skill with one command
/learn @maneeshanif/nextjs-setup