By treylom
Generate, optimize, and sync AI prompts across multiple models (Claude, GPT, Gemini, Perplexity) with model-specific patterns, difficulty levels, and automated versioning to Obsidian and git repositories.
AI 프롬프트 자동 생성 - K-AI 스테이션 양식 호환 (한 행에 한 모델)
프롬프트 생성기 시스템(`prompt-engineering-skills/`)을 **SRC 구조 그대로** 로컬·vault·배포 repo 에 동기화합니다.
프롬프트 엔지니어링 통합 업데이트 (tofu-at 생성 — /prompt-update)
Use when needing 프롬프트 동기화 (Google Gems). Gems용 프롬프트 파일 자동 생성 및 업데이트.
Use when needing 프롬프트 동기화 (OpenAI GPTs). GPTs용 프롬프트 파일 자동 생성 및 업데이트.
Use when needing AI 모델별 프롬프트 엔지니어링 가이드. /prompt 커맨드와 연동하여 최적화된 프롬프트 생성.
Use when needing AI 프롬프트 변주 가이드. 다양한 프롬프팅 테크닉과 변형 전략 레퍼런스.
AI 프롬프트 생성기 — 사용자의 아이디어를 모델별(Claude/GPT/Gemini/이미지) 최적화 프롬프트로 변환. "프롬프트 만들어/생성해/다듬어" 요청 시 사용. Codex 포트: Claude Code의 /prompt 명령과 동일 절차.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code, ChatGPT GPTs, Gemini Gems에서 함께 쓰는 프롬프트 엔지니어링 스킬 저장소입니다. 모델별 전략, 이미지/동영상, 리서치/팩트체크, 슬라이드, 전문가 도메인 프라이밍, Context Engineering 원칙을 모두 다룹니다.
운영 구조: 단일 권원 통합본(
skills/prompt-engineering-guide.md) + 영역별 분할 가이드(skills/*.md) + Skills 2.0 분할 모듈(skills/<name>/) + 플랫폼별 헬퍼 커맨드를 모두 동봉합니다. 사용자 환경에 맞춰 필요한 자산만 선택해 설치하세요.
| 플랫폼 | 링크 |
|---|---|
| ChatGPT GPTs | 두부경 종합 프롬프트 생성기 |
| Gemini Gems | 프롬프트 생성기 Gem |
스킬이 Agent Skills 오픈 표준을 따르므로 두 플랫폼에서 같은 저장소를 그대로 씁니다.
# Claude Code
/plugin marketplace add https://github.com/treylom/tofukyung-plugins.git
/plugin install prompt-engineering-skills
# ChatGPT (Codex CLI)
codex plugin marketplace add treylom/tofukyung-plugins
codex plugin add prompt-engineering-skills@tofukyung-plugins
| 영역 | 통합본 위치 | 분할본 파일 |
|---|---|---|
| GPT 5.x (5.6 Sol = 기본) | prompt-engineering-guide.md 모델별 섹션 | skills/gpt-5.6-prompt-enhancement.md (5.5/5.4 legacy 포함, 구 gpt-5.5-…는 stub) |
| Claude Fable 5 / Opus 4.8 (디폴트) | prompt-engineering-guide.md 모델별 섹션 | skills/claude-fable-5-prompt-strategies.md |
| Claude 4.x (구세대) | prompt-engineering-guide.md 모델별 섹션 | skills/claude-4.7-prompt-strategies.md |
| Gemini / Veo | prompt-engineering-guide.md 통합 부록 | skills/gemini-3.1-prompt-strategies.md |
| 이미지 프롬프트 | prompt-engineering-guide.md 이미지 부록 | skills/image-prompt-guide.md |
| 리서치 / 팩트체크 | prompt-engineering-guide.md 리서치 부록 | skills/research-prompt-guide.md |
| 슬라이드 / PPT | prompt-engineering-guide.md 슬라이드 부록 | skills/slide-prompt-guide.md |
| 전문가 프라이밍 | prompt-engineering-guide.md Expert Domain Priming | skills/expert-domain-priming.md |
| Context Engineering | prompt-engineering-guide.md CE 부록 | skills/context-engineering-collection.md |
| 프롬프트 변형 | — | skills/prompt-variation-guide/ (Skills 2.0 분할) |
prompt-engineering-skills/
|-- README.md
|-- LICENSE
|
|-- skills/
| |-- prompt-engineering-guide.md # 단일 권원 통합본 (Claude Code 기본 설치 대상)
| |
| |-- claude-fable-5-prompt-strategies.md # Fable 5·Opus 4.8 전략 (2026-06-10, Claude 디폴트=4.8)
| |-- claude-4.7-prompt-strategies.md # 영역별 분할 가이드 (GPTs Knowledge 분리 업로드 대응)
| |-- gpt-5.6-prompt-enhancement.md # GPT 5.x 통합 (5.6 Sol default + 5.5/5.4/5.2 legacy)
| |-- gpt-5.5-prompt-enhancement.md # → stub (5.6로 이관)
| |-- gemini-3.1-prompt-strategies.md
| |-- image-prompt-guide.md
| |-- research-prompt-guide.md
| |-- slide-prompt-guide.md
| |-- expert-domain-priming.md
| |-- context-engineering-collection.md
| |
| |-- prompt-engineering-guide/ # Skills 2.0 분할 모듈 (frontmatter + references)
| | |-- SKILL.md
| | `-- references/
| | |-- techniques.md
| | |-- frameworks.md
| | `-- examples.md
| |
| `-- prompt-variation-guide/ # 프롬프트 변형/A/B 전략 분할 모듈
| |-- SKILL.md
| `-- references/
| |-- techniques.md
| `-- examples.md
|
|-- commands/
| |-- prompt.md # /prompt 메인 커맨드
| |-- prompt-sync.md # /prompt-sync 동기화 허브
| |-- auto-prompt.md # /auto-prompt 자동 생성기
| |-- prompt-update.md # /prompt-update 통합 업데이트
| `-- sync/ # 플랫폼별 sync 헬퍼
| |-- prompt-sync-skills.md
| |-- prompt-sync-gems.md
| |-- prompt-sync-gpts.md
| `-- prompt-sync-obsidian.md
|
|-- instructions/
| |-- GPTs-Prompt-Generator.md # GPTs Instructions (단일 파일)
| |-- Gems-Prompt-Generator.md # Gems Instructions (단일 파일)
| `-- Gems-Prompt-Generator/ # Gems Instructions 분할 8개 모듈
| |-- SKILL.md
| |-- 01-mindset-constraints.md
| |-- 02-role-model-rankings.md
| |-- 03-element-expansion-expert-priming.md
| |-- 04-workflow-detection-structuring.md
| |-- 05-workflow-generation-output.md
| |-- 06-gemini-guide-json-structures.md
| |-- 07-references-final-reminder.md
| `-- 08-changelog.md
|
`-- examples/
|-- claude-4.5-examples.md
|-- gpt-5.4-examples.md
|-- image-generation-examples.md
`-- hooks/block-text-overlay.sh # 글자 후처리 차단 훅 (공냥 킷 연동, §9)
git clone https://github.com/treylom/prompt-engineering-skills.git /tmp/pes
mkdir -p ~/.claude/skills ~/.claude/commands
cp /tmp/pes/skills/prompt-engineering-guide.md ~/.claude/skills/
cp /tmp/pes/commands/*.md ~/.claude/commands/
rm -rf /tmp/pes
npx claudepluginhub treylom/prompt-engineering-skills --plugin prompt-engineering-skillsKnowledge Manager - 웹, PDF, 소셜 미디어에서 콘텐츠를 추출하여 Obsidian/Notion에 저장하는 지식 관리 에이전트
Convert workflows into Agent Teams (Split Pane/Swarm) for Claude Code
Harness discipline for AI agents: the tofable working discipline as an invocable skill (/tofable) plus /harness-audit — a deadline-bounded census-verify-repair pass that checks your harness documents (CLAUDE.md / AGENTS.md / SKILL.md / rules) against a new model's principles. Skill-only packaging — the verification gates under hooks/ install separately (see hooks/README.md).
Testany AI/LLM 工具集:Prompt 优化
Analyze and optimize AI prompts for better results
AI prompt database and builder skill for Claude Code. 2,500+ curated prompts across 19 categories and 17 AI models. Search, build, enhance, and adapt prompts.
Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, or designing production prompt templates.
31-framework prompt engineering skill for analyzing and improving prompts across 7 intent categories
Hot-reloadable versioned prompts with easy tools for prompt engineering, chain workflows, quality gates. Symbolic syntax: >>prompt --> >>chain @framework :: 'gate'