·context-optimization
</>

context-optimization

shipshitdev/library

효과적인 컨텍스트 용량을 확장하기 위해 최적화 기술을 적용합니다. 컨텍스트 제한으로 인해 에이전트 성능이 제한되는 경우, 비용 또는 대기 시간을 최적화하는 경우 또는 장기 실행 에이전트 시스템을 구현할 때 사용합니다.

55설치·2트렌드·@shipshitdev

설치

$npx skills add https://github.com/shipshitdev/library --skill context-optimization

SKILL.md

Context optimization extends the effective capacity of limited context windows through strategic compression, masking, caching, and partitioning. The goal is not to magically increase context windows but to make better use of available capacity. Effective optimization can double or triple effective context capacity without requiring larger models or longer contexts.

Context optimization extends effective capacity through four primary strategies: compaction (summarizing context near limits), observation masking (replacing verbose outputs with references), KV-cache optimization (reusing cached computations), and context partitioning (splitting work across isolated contexts).

The key insight is that context quality matters more than quantity. Optimization preserves signal while reducing noise. The art lies in selecting what to keep versus what to discard, and when to apply each technique.

효과적인 컨텍스트 용량을 확장하기 위해 최적화 기술을 적용합니다. 컨텍스트 제한으로 인해 에이전트 성능이 제한되는 경우, 비용 또는 대기 시간을 최적화하는 경우 또는 장기 실행 에이전트 시스템을 구현할 때 사용합니다. 출처: shipshitdev/library.

원본 보기

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/shipshitdev/library --skill context-optimization
카테고리
</>개발 도구
인증됨
최초 등록
2026-02-01
업데이트
2026-02-18

빠른 답변

context-optimization이란?

효과적인 컨텍스트 용량을 확장하기 위해 최적화 기술을 적용합니다. 컨텍스트 제한으로 인해 에이전트 성능이 제한되는 경우, 비용 또는 대기 시간을 최적화하는 경우 또는 장기 실행 에이전트 시스템을 구현할 때 사용합니다. 출처: shipshitdev/library.

context-optimization 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/shipshitdev/library --skill context-optimization 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/shipshitdev/library