원클릭으로
flow-skill-analyze-context
Analyze total token usage including conversation history, system prompts, and active rules to estimate cost.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Analyze total token usage including conversation history, system prompts, and active rules to estimate cost.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Analyze and answer user questions in Autonomous Mode by reading documentation and inspecting codebase
Automated commit workflow with atomic grouping
Initialize project with AGENTS.md and rules, handling both Greenfield (new) and Brownfield (existing) projects.
Iterative issue investigation with user-controlled hypothesis selection
Perform a comprehensive "Lead Engineer" audit: structure, consistency, code quality, technical debt, documentation coverage, and terminology checks.
Create critiqued plan in whiteboard.md using GODS framework with proactive uncertainty resolution
| name | flow-skill-analyze-context |
| description | Analyze total token usage including conversation history, system prompts, and active rules to estimate cost. |
Scope: Analyze ALL components that contribute to the context window and cost. This includes:
AGENTS.md and any active .cursor/rules.<open_and_recently_viewed_files>, <git_status>, or other automatic context blocks.Estimation Method:
Token Count = Character Count * MultiplierProcedure:
AGENTS.md and any active rule files to estimate their size.Tools:
deno run scripts/count_tokens.ts "TEXT_snippet"
Total Chars * 0.3.User: "How many tokens are we using?" Action:
AGENTS.md (~3000 chars) + Rules (~1000 chars).12,000 * 0.3 = 3,600 tokens.