Writing config files
Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/emz1998/writing-config-files
🧠The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.
npx -y skills add ComeOnOliver/skillshub --skill writing-config-filesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Use this skill when you need to write configuration files in `src/config` for the Next.js app
SKILL.md
0.4 KB, as published. Nobody here has run it
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