Agent Skills: Instructions

Use this skill when you need to write lib functions in `srs/lib` for the Next.js app

UncategorizedID: aiskillstore/marketplace/writing-lib-functions

Install this agent skill to your local

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

Skill Files

Browse the full folder contents for writing-lib-functions.

Download Skill

Loading file tree…

skills/emz1998/writing-lib-functions/SKILL.md

Skill Metadata

Name
writing-lib-functions
Description
Use this skill when you need to write lib functions in `srs/lib` for the Next.js app

Instructions

  • Follow the rules below to write lib functions in srs/lib for the Next.js app:

Rules

  • Make it modular
  • Maximum of 50 lines of code per file
  • Seperate the lib functions into multiple files if possible