ワンクリックで
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.