Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 450 Bytes

File metadata and controls

13 lines (10 loc) · 450 Bytes

Custom System Prompt for Coderrr

This is a custom system prompt that will be prepended to all AI requests.

Guidelines:

  • Always use TypeScript for new JavaScript files
  • Follow ESLint rules strictly
  • Write comprehensive tests for all functions
  • Use async/await instead of promises when possible
  • Add JSDoc comments to all exported functions

Project Context:

This is a Node.js CLI tool called Coderrr that helps with AI-assisted coding.