히스토리

  • [2025-06-09 Mon 16:32] 프롬프트 관련

관련메타

†#마인드맵#다이어그램#시각화#사고법

BIBLIOGRAPHY

“Junghan0611/Awesome-Chatgpt-Prompts.” 2024. https://github.com/junghan0611/awesome-chatgpt-prompts.

“Junghan0611/Gregoryg-Aipihkal #Prompt 프롬프트.” 2024. https://github.com/junghan0611/AIPIHKAL.

“Junghan0611/Lijigang-Write-Prompt.” 2024. https://github.com/junghan0611/lijigang-write-prompt.

Mermaid 다이어그램 프롬프트

[2025-07-10 Thu 09:32]

/구버전 호환성*을 원하면,

  • subgraph 2단계 이하
  • 노드명은 영문/숫자/언더바만
  • 연결은 한 줄에 하나 로 제한하세요.

JunghanKim junghan0611/gregoryg-AIPIHKAL #prompt

(“Junghan0611/Gregoryg-Aipihkal #Prompt 프롬프트” 2024)

  • AI (LLM) Prompts I Have Known And Loved
  • 내가 알고 사랑했던 AI(LLM) 프롬프트
(use-package! gptel
:config
;; classic gptel configuration
(setq
 gptel-model 'claude-3-opus-20240229
 gptel-backend (gptel-make-anthropic "Claude"
                 :stream t :key "sk-..."))
;; set gptel-directives as AIPIHKAL system-prompts
(let ((build-directives-fun "~/projects/ai/AIPIHKAL/gptel-build-directives.el"))
  (when (file-exists-p build-directives-fun)
    (load build-directives-fun)
    (setq gptel-directives (gjg/gptel-build-directives "~/projects/ai/AIPIHKAL/system-prompts/")
          gptel-system-message (alist-get 'default gptel-directives)))))

JunghanKim junghan0611/lijigang-write-prompt

(“Junghan0611/Lijigang-Write-Prompt” 2024)

  • 公众号Write Prompt 发布的Prompt,同步记录于此

JunghanKim junghan0611/awesome-chatgpt-prompts

(“Junghan0611/Awesome-Chatgpt-Prompts” 2024)

  • This repo includes ChatGPT prompt curation to use ChatGPT better.

프롬프트엔지니어링

KEYWORDS