Meeting notesLeave meetings knowing who does what.InputAlex will test the feature by Friday.OutputTest the feature · Alex · FridayPrompt · Free
Clear writingGet your point across without the extra words.InputI was wondering if you could review this by tomorrow.OutputPlease review this by tomorrow.Prompt · Free
Code reviewCatch edge cases before they become bugs.Inputreturn items[0].name;OutputEmpty array throws. Use items[0]?.name ?? null.Skill · Free
Research briefKnow what to compare before you research.InputWhich meeting tool suits a team of 10?OutputCompare monthly cost, setup, and export formats.Prompt · Free
Social postsFind a way to share what you made.InputI built a meeting notes template.OutputA decision needs an owner and a deadline.Prompt · Free
README builderHelp others get your project running.InputNode.js 22 app. Install: npm ci.Output## Requirements Node.js 22 ## Install npm ciSkill · Free