mvt-check-context

Analyze MVTT workspace context size and identify files consuming excessive prompt tokens.

19|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/uoyoCsharp/My-Virtual-TechTeam --skill mvt-check-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mvt-check-context
Source: https://github.com/uoyoCsharp/My-Virtual-TechTeam/tree/main/.claude/skills/mvt-check-context
Command: npx skills add https://github.com/uoyoCsharp/My-Virtual-TechTeam --skill mvt-check-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you understand how much MVTT context is being loaded, where the token budget is going, and which files or artifact areas are making your workspace heavy or inefficient.

Core Features & Use Cases

  • Context Size Analysis: Estimates token usage across project context, shared knowledge, per-skill knowledge, and active artifacts using a consistent chars-per-token heuristic.
  • Health Classification: Labels the workspace and major files as healthy, borderline, or oversized based on configurable thresholds.
  • Actionable Optimization Guidance: Identifies large files, missing knowledge references, duplicate content, and stale or bloated context, then suggests the right follow-up MVTT skill.
  • Use Case: Before a team notices slower or noisier AI assistance, run this Skill to find whether historical artifacts, oversized project context, or misplaced shared knowledge are consuming too much prompt space.

Quick Start

Ask the AI to run mvt-check-context to estimate MVTT token load and recommend what to clean up or reorganize.

Frequently Asked Questions about mvt-check-context

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit workspace context size and token usage in AI-assisted projects?

Workspace context audits estimate token usage across project context, shared knowledge, and active artifacts using a chars-per-token heuristic. This identifies oversized files and stale artifacts consuming excessive prompt space before AI assistance degrades.

Why does my AI assistant slow down or return noisy responses in a shared project workspace?

AI assistance slows down or becomes noisy when historical artifacts, oversized project context, or misplaced shared knowledge consume too much prompt space. Running a context size analysis identifies these heavy files and recommends cleanup.

What is the best way to estimate prompt token load for multi-project knowledge registries?

The best way to estimate prompt token load is using a tool that applies per-category and per-skill accounting across multi-project setups. This detects duplicate content and missing knowledge references while classifying workspace health based on configurable thresholds.

How do I find duplicate content and missing knowledge references in my project workspace?

To find duplicate content and missing knowledge references, run a workspace audit that performs per-category and per-skill accounting. This read-only analysis detects duplicate artifacts and missing references, then suggests the right follow-up skill for reorganization.

Can I check MVTT workspace health across single-project and multi-project setups?

Yes, you can check MVTT workspace health across both single-project and multi-project setups. The analysis labels the workspace and major files as healthy, borderline, or oversized based on configurable thresholds to guide optimization.

What are the limitations of read-only workspace token optimization recommendations?

Read-only workspace token optimization recommendations identify large files, stale context, and duplicate content, then suggest the right follow-up skill. They do not automatically delete or modify files; you must execute the cleanup manually.