Agent Skills: Instructions

Use this skill when you need to write configuration files in `src/config` for the Next.js app

UncategorizedID: aiskillstore/marketplace/writing-config-files

Install this agent skill to your local

pnpm dlx add-skill https://github.com/aiskillstore/marketplace/tree/HEAD/skills/emz1998/writing-config-files

Skill Files

Browse the full folder contents for writing-config-files.

Download Skill

Loading file tree…

skills/emz1998/writing-config-files/SKILL.md

Skill Metadata

Name
writing-config-files
Description
Use this skill when you need to write configuration files in `src/config` for the Next.js app

Instructions

  • Follow the rules below to write config files for the Next.js app in src/config:

Rules

  • Make it modular
  • Maximum of 50 lines of code per file
  • Seperate the config files into multiple files if possible
  • 1 config function or variable per file