AI agent skill files related to programming with Racket

Fix skill

+1 -10
+1 -10
racket.md racket/SKILL.md
··· 1 1 --- 2 2 name: racket 3 - description: > 4 - Use this skill whenever writing, reading, editing, reviewing, or debugging 5 - Racket code (.rkt files). Triggers include: any mention of 'Racket', '#lang 6 - racket', '.rkt', 'raco', 'syntax-parse', 'DrRacket', or requests involving 7 - s-expression-based Lisp/Scheme dialects in a Racket context. Also use when 8 - working with Racket macros, Racket package management, Typed Racket, 9 - Scribble documentation, or any Racket-ecosystem tool (rackunit, rebellion, 10 - resyntax, etc). Use this skill even for tasks that look like 'generic Lisp' 11 - if the user's project context is Racket. Do NOT use for Common Lisp, Clojure, 12 - Emacs Lisp, or Scheme implementations other than Racket. 3 + description: "Use this skill whenever writing, reading, editing, reviewing, or debugging Racket code (.rkt files). Triggers include: any mention of 'Racket', '#lang racket', '.rkt', 'raco', 'syntax-parse', 'DrRacket', or requests involving s-expression-based Lisp/Scheme dialects in a Racket context. Also use when working with Racket macros, Racket package management, Typed Racket, Scribble documentation, or any Racket-ecosystem tool (rackunit, rebellion, resyntax, etc). Use this skill even for tasks that look like 'generic Lisp' if the user's project context is Racket. Do NOT use for Common Lisp, Clojure, Emacs Lisp, or Scheme implementations other than Racket." 13 4 --- 14 5 15 6 # Racket Programming