Marketplace writing-config-files

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

install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/emz1998/writing-config-files" ~/.claude/skills/aiskillstore-marketplace-writing-config-files && rm -rf "$T"
manifest: skills/emz1998/writing-config-files/SKILL.md
source content

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