Marketplace writing-lib-functions
Use this skill when you need to write lib functions in `srs/lib` 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-lib-functions" ~/.claude/skills/aiskillstore-marketplace-writing-lib-functions && rm -rf "$T"
manifest:
skills/emz1998/writing-lib-functions/SKILL.mdsource content
Instructions
- Follow the rules below to write lib functions in
for the Next.js app:srs/lib
Rules
- Make it modular
- Maximum of 50 lines of code per file
- Seperate the lib functions into multiple files if possible