Context Health Monitor

🌐Community
by toonight · vlatest · Repository

Continuously assesses conversation context quality, proactively alerting users to potential misunderstandings or derailments.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add context-health-monitor npx -- -y @trustedskills/context-health-monitor
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "context-health-monitor": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/context-health-monitor"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The context-health-monitor skill assesses the quality and relevance of information provided within a conversation or task. It identifies potential issues like outdated data, contradictory statements, or hallucinations. This allows the AI agent to flag concerns and request clarification, improving overall accuracy and reliability.

When to use it

  • Long conversations: Monitor context drift and ensure consistency over extended interactions.
  • Fact-checking tasks: Verify information before presenting it as truth.
  • Complex problem solving: Identify conflicting data points that could lead to incorrect conclusions.
  • Research projects: Evaluate the trustworthiness of sources and identify potential biases.

Key capabilities

  • Contextual analysis
  • Data consistency checks
  • Hallucination detection
  • Outdated information identification

Example prompts

  • "Analyze the context of our conversation so far and flag any inconsistencies."
  • "Evaluate the reliability of this document snippet: [paste text here]."
  • "Check if the information I'm about to present contradicts anything we’ve already discussed."

Tips & gotchas

The skill requires access to the full conversation history or relevant data sources. Performance may vary depending on the complexity and volume of context being analyzed.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
toonight
Installs
6

🌐 Community

Passed automated security scans.