home/roleplay/nc-uniq

nc Uniq

GPTClaudeGemini··721 copies·updated 2026-07-14
nc-uniq.prompt
uniq() in src/uniq.js drops the first occurrence of each duplicate — uniq([1,2,2,3,1]) returns [2,3,1] instead of [1,2,3]. Fix it.

when to use it

Community prompt sourced from the open-source GitHub repo elon-choo/fablever (MIT). A "nc Uniq" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

elon-choo/fablever · MIT