context-report

Diagnose the MTK toolkit's active configuration and report loaded or missing components.

6|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/moberghr/mtk-agent-toolkit --skill context-report-moberghr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-report
Source: https://github.com/moberghr/mtk-agent-toolkit/tree/main/.claude/skills/context-report
Command: npx skills add https://github.com/moberghr/mtk-agent-toolkit --skill context-report-moberghr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a concise diagnostic snapshot of the MTK toolkit's active configuration, including tech stack, domains, linter packs, references, and review agents, to aid debugging and verification.

Core Features & Use Cases

  • Catalogs active tech stack, domains, and enabled packs to verify configuration.
  • Enumerates loaded references and project-local settings to diagnose misconfigurations.
  • Produces an auditable report showing which components are active and which are missing, helping triage.
  • Assists onboarding to a new repository by exposing configuration context for setup validation.

Quick Start

Invoke this skill to generate a diagnostic snapshot of the MTK toolkit configuration.

Frequently Asked Questions about context-report

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

FAQPage Schema
How do I check my MTK configuration to see which linter packs and tech stack are active?

To check your MTK configuration, generate a diagnostic snapshot that catalogs active tech stack, domains, linter packs, references, and review agents. This verifies what is loaded and exposes missing components for debugging.

What is the best way to diagnose missing references and hooks in an MTK toolkit setup?

Diagnosing missing references and hooks in an MTK setup requires reading project-local settings and configuration directories. An auditable report reveals which components are active and which are missing, helping triage misconfigurations.

Can I verify enabled domains and review agents when onboarding to a new MTK repository?

You can verify enabled domains and review agents when onboarding to a new MTK repository by exposing the configuration context. This validates the setup by showing exactly what the active toolkit configuration contains.

Why does my MTK linter configuration show missing packs during a debugging review?

An MTK linter configuration shows missing packs during debugging when the active configuration directories lack the expected settings. Enumerating loaded references and settings diagnoses the misconfiguration and highlights omissions.

Does the MTK diagnostics report include project-local settings and active tech stack details?

The MTK diagnostics report includes project-local settings and active tech stack details. It reads from MTK configuration directories to enumerate loaded references, hooks, and enabled packs for complete setup validation.