.claude/skills/flow-skill-analyze-context/SKILL.md
Analyze total token usage including conversation history, system prompts, and active rules to estimate cost.
npx skillsauth add korchasa/ai-skel-ts flow-skill-analyze-contextInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.tools
Scaffold a complete AI agent application skeleton with LLM integration, tool calling, observability, cost tracking, session management, and content fetching using @korchasa/ai-skel-ts. Use when the user asks to create an AI agent, add LLM integration, scaffold an AI application, or mentions "ai-skel", "agent skeleton", or "AI scaffold". Works with any programming language.
testing
Create structured specification for large features using phased decomposition. Produces documents/spec-{name}.md with dependency-ordered phases, atomic tasks, explicit boundaries, and per-phase status tracking.
documentation
Guidelines for writing comprehensive Product Requirements Documents (PRD)
development
How to write in informational style