excalidraw이란?
*.excalidraw 또는 *.excalidraw.json 파일로 작업할 때, 사용자가 다이어그램/플로우차트를 언급하거나 아키텍처 시각화를 요청할 때 사용 - 모든 Excalidraw 작업을 하위 에이전트에 위임하여 자세한 JSON에서 컨텍스트 소모를 방지합니다(단일 파일: 4k-22k 토큰, 읽기 제한을 초과할 수 있음) 출처: cachemoney/agent-toolkit.
*.excalidraw 또는 *.excalidraw.json 파일로 작업할 때, 사용자가 다이어그램/플로우차트를 언급하거나 아키텍처 시각화를 요청할 때 사용 - 모든 Excalidraw 작업을 하위 에이전트에 위임하여 자세한 JSON에서 컨텍스트 소모를 방지합니다(단일 파일: 4k-22k 토큰, 읽기 제한을 초과할 수 있음)
명령줄에서 excalidraw AI 스킬을 개발 환경에 빠르게 설치
출처: cachemoney/agent-toolkit.
Core principle: Main agents NEVER read Excalidraw files directly. Always delegate to subagents to isolate context consumption.
Excalidraw files are JSON with high token cost but low information density. Single files range from 4k-22k tokens (largest can exceed read tool limits). Reading multiple diagrams quickly exhausts context budget (7 files = 67k tokens = 33% of budget).
Example: 14-element diagram = 596 lines, 16K, 4k tokens. 79-element diagram = 2,916 lines, 88K, 22k tokens (exceeds read limit).
*.excalidraw 또는 *.excalidraw.json 파일로 작업할 때, 사용자가 다이어그램/플로우차트를 언급하거나 아키텍처 시각화를 요청할 때 사용 - 모든 Excalidraw 작업을 하위 에이전트에 위임하여 자세한 JSON에서 컨텍스트 소모를 방지합니다(단일 파일: 4k-22k 토큰, 읽기 제한을 초과할 수 있음) 출처: cachemoney/agent-toolkit.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/cachemoney/agent-toolkit --skill excalidraw*.excalidraw 또는 *.excalidraw.json 파일로 작업할 때, 사용자가 다이어그램/플로우차트를 언급하거나 아키텍처 시각화를 요청할 때 사용 - 모든 Excalidraw 작업을 하위 에이전트에 위임하여 자세한 JSON에서 컨텍스트 소모를 방지합니다(단일 파일: 4k-22k 토큰, 읽기 제한을 초과할 수 있음) 출처: cachemoney/agent-toolkit.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/cachemoney/agent-toolkit --skill excalidraw 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/cachemoney/agent-toolkit