원클릭으로
token-efficient-context
Use when reducing prompt size for roots and child sessions without losing the information needed to execute well
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when reducing prompt size for roots and child sessions without losing the information needed to execute well
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | token-efficient-context |
| description | Use when reducing prompt size for roots and child sessions without losing the information needed to execute well |
| adapters | ["codex-cli","gemini-cli","opencode-cli","claude-code","qwen-cli"] |
| tags | ["tokens","prompting","context","workflow"] |
Use this skill when you want better cost and latency without weakening execution quality.
Spend tokens on task-relevant state, not on re-explaining process boilerplate.
Prefer this handoff structure:
Goal: [single sentence]
Scope: [files, modules, or command surface]
Current state: [what already exists]
Constraints: [permissions, models, deadlines, non-goals]
Acceptance: [what a successful result looks like]
Artifacts/findings: [keys or short references]
Add more context only when a child is blocked or has already failed with the smaller packet.
Use when creating, modifying, or reviewing a cliagents provider adapter for a CLI tool such as Codex, Claude Code, Gemini CLI, Qwen CLI, or OpenCode.
Use when operating as a supervised root that delegates work to child sessions through cliagents
Use when passing work between agents with context preservation
Use when exploring design options or solving open-ended problems
Use when reviewing code for quality, bugs, security, and maintainability
Use when investigating bugs - systematic root-cause analysis approach