next-friday
@next-friday Organization
Public Skills
nextfriday-code-style
by next-friday
Next Friday code style rules for formatting, structure, and readability. Use when writing functions, conditionals, or organizing code.
nextfriday-imports
by next-friday
Next Friday import rules for absolute paths, type imports, and date utilities. Use when adding import statements or working with modules.
nextfriday-naming
by next-friday
Next Friday naming conventions for variables, constants, files, hooks, and services. Use when writing or reviewing code that involves naming identifiers.
nextfriday-nextjs
by next-friday
Next Friday Next.js rules for environment variables and client components. Use when working with Next.js specific features.
nextfriday-react
by next-friday
Next Friday React/JSX patterns for components, props, and formatting. Use when writing React components or JSX code.
nextfriday-types
by next-friday
Next Friday TypeScript patterns for props, interfaces, and return types. Use when defining types or writing function signatures.
nextfriday-best-practices
by next-friday
Next Friday coding standards - naming conventions, code style, imports, types, React/JSX patterns, Next.js rules. Use when writing or reviewing TypeScript/React/Next.js code.