
Inlay
- Updated August 4, 2026
- hve4638/cc-toolkit
inlay is a code-work methodology guardrail for preserving context, built around an INLAY.md file, WHY: comments, and explicit domain terms. It helps an agent retain the reasoning behind code so intent isn't lost. Useful for keeping codebases navigable and well-documented as they evolve.
Key points
- Context-preservation guardrail
- INLAY.md
- WHY: comments
- Domain-term tracking
Inlay by the numbers
- Data as of Aug 5, 2026 (Skillselion catalog sync)
/plugin marketplace add hve4638/cc-toolkit/plugin install inlay@hveAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | August 4, 2026 |
|---|---|
| Repository | hve4638/cc-toolkit ↗ |
What it does
Preserve context during code work via an INLAY.md file, WHY: comments, and domain-term tracking as a methodology guardrail.
README.md
inlay
에이전트의 코드 작업 규율과 가드레일. 코드 디렉토리를 inlay 로 다뤄 에이전트의 작업 성능을 끌어올린다.
왜 만들었나
맥락이 코드 옆에 박혀 있어야 에이전트가 컨텍스트 부담 없이 정확하게 일한다. 별도 마크다운 (CLAUDE.md 등) 으로 정보를 흩뿌리면 코드와 어긋나고, 어긋남이 누적되면 에이전트는 매 호출마다 진실을 다시 찾는 비용을 짊어진다.
inlay 는 단일 소스 문서화로 이 어긋남을 차단한다:
- 코드 자체가 진실 — 시그니처·타입·docstring 이 외부 계약
- 의도 주석 (
WHY:) — 결정의 이유가 코드 옆에 박힘 - INLAY.md — inlay 외부 계약이 디렉토리 안에 박힘
하려는 것
- 컨텍스트 관리
- 장기간 작업, 중규모 이상 코드베이스
하지 않는 것
- 멀티 에이전트 오케스트레이션 / 스웜 / Team
- 무한 반복 / 자기 재시도 모드
- 인간 개입 없는 완전 자동화
- 전역 검색 도구 (일반 파일 도구로 충분)