히스토리
- 프롬프트 관련
관련메타
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 다이어그램 프롬프트
/구버전 호환성*을 원하면,
- 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
- n8n-mcp-프롬프트-지식저장소-클로드데스크톱-대체 (2025-07-25)
- thingsboard-크로스플랫폼-모바일-개발-flutter-프롬프트 (2025-07-05)
- 힣-ai-에이전트-편재성-기억-연결 (2025-09-04)
- 인공지능-신뢰-보정 (2025-08-07)
- 힣-프롬프트-1kb (2025-07-31)
- 힣-클로드데스크톱-디노트-사일로-이맥스-통합-문서-프로젝트-관리 (2025-07-24)
- 클로드데스크톱-워크플로우-제약-패턴-프롬프트-아티팩트 (2025-07-21)
- ai프롬프트-번역-모음 (2024-12-19)
- 모음-개발자-ai프롬프트-엔지니어링-가이드 (2024-12-12)
- 퍼플렉시티-개인화-공간-ai프롬프트 (2024-10-03)
- 그레고리-gregoryg-ai프롬프트-장인-지식그래프-유튜버-이맥스 (2024-12-02)
- 개발자-페어-프로그래밍-코파일럿-프롬프트-에이전트 (2024-09-15)
Comments