WKingDeveloper

Claude Code Prompt Architecture Guide — Development skill for Claude Code

Development community

Claude Code 프롬프트 아키텍처 범용 가이드 (한국어) — .claude/ 설정, CLAUDE.md, Skills, Agents, Hooks 체계적 구축 가이드.

How to install Claude Code Prompt Architecture Guide

This entry records only its repository, not the path inside it, so there is no exact command to give. Open WKingDeveloper/claude-code-prompt-architecture-guide and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Code Prompt Architecture Guide does

Claude Code 프롬프트 아키텍처 범용 가이드 (한국어) — .claude/ 설정, CLAUDE.md, Skills, Agents, Hooks 체계적 구축 가이드.

Alternatives in Development

  • Mempalace Help — Show comprehensive MemPalace help — available skills, MCP tools, CLI commands, hooks, and architecture 58.6k ★
  • OpenMythos — A theoretical reconstruction of the Claude Mythos architecture, built from first principles using the availabl 14.8k ★
  • How Claude Code Works — Deep dive into Claude Code internals — architecture, agent loop, context engineering, and more 1.9k ★

README

Claude Code 프롬프트 아키텍처 범용 가이드

![Version](https://img.shields.io/badge/version-1.3-blue) ![Updated](https://img.shields.io/badge/updated-2026--04--12-green) ![Claude Code](https://img.shields.io/badge/Claude_Code-v2.1.101-purple) ![Audience](https://img.shields.io/badge/대상-CC_경험자-orange)

**버전**: 1.3 (2026-04-12)

**목적**: Claude Code의 `.claude/` 설정과 `CLAUDE.md` 구조를 **어떤 프로젝트에서든** 체계적으로 구축할 수 있는 상세 가이드. + 2026년 업계 표준 AI 엔지니어링 패턴 7종 레퍼런스.

**대상 독자**: Claude Code를 사용하는 개발자. 언어/프레임워크 무관.

**변경 이력**:

  • v1.3 (2026-04-12): Part 10 신설 — Modern AI Engineering Patterns 7종
    • Harness Engineering (Fowler의 Guides/Sensors 프레임, OpenAI·Red Hat 공식 글)
    • Context Engineering (Anthropic 공식 정의, context rot, just-in-time retrieval)
    • LLM Wiki / Knowledge Base (Karpathy 2026-04 패턴, 3-layer 아키텍처, vs RAG 결정 기준)
    • Auto Research / DeepResearch (OpenAI Deep Research 3단계, autoresearch skill)
    • Spec-Driven Development (AGENTS.md Linux Foundation 이관, 60K+ 프로젝트 채택)
    • Autonomous Loops (Geoffrey Huntley의 Ralph Wiggum, fresh context + persistent state, Claude Code /loop 매핑)
    • Eval-Driven Development (Hamel Husain의 error analysis first, Anthropic evaluator-optimizer 패턴)
    • 패턴 조합 스택 — 7개를 .claude/에 동시 적용하는 방법 + 도입 순서 권장
  • v1.2 (2026-04-12): v2.1.72~v2.1.101 + Claude 4.6 1M context GA 반영
    • Models: Opus 4.6 / Sonnet 4.6 1M context window GA (standard pricing, 2026-03-14), Max/Team/Enterprise 기본값화 (v2.1.75), 기본 effort high로 변경 (v2.1.94)
    • Hooks 대폭 확장: 24+ 이벤트 — PostCompact, StopFailure, CwdChanged, FileChanged, InstructionsLoaded, PermissionRequest, PermissionDenied, ConfigChange, TaskCreated, TaskCompleted, Elicitation, SubagentStart, TeammateIdle
    • Hook 유형 추가: prompt (LLM 판단), agent (서브에이전트 검증), http (외부 서비스) — 기존 command와 병행
    • Hook if 필드 (v2.1.85): permission rule 문법으로 호출 단위 필터링
    • PreToolUse "defer" 결정 (v2.1.89): headless 세션에서 도구 호출 지연 후