Agent skill
mitm
Track and summarize man-in-the-middle mentions across local corpora and history; use for MITM audits, searches, and reporting.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/mitm
SKILL.md
MITM Audit Skill
Use this skill to report MITM mentions across local history and corpora and to keep a snapshot of hit lists.
When to use
- The user asks for MITM mention counts or audits.
- The user asks to refresh or summarize MITM hit lists.
Stored references
- references/mitm_tally.md
- references/mitm_history_lines.txt
- references/mitm_ies_docs_hits.txt
- references/mitm_ies_code_hits.txt
- references/mitm_codex_hits.txt
- references/mitm_codex_code_hits.txt
- references/mitm_topos_hits.txt
- references/mitm_topos_code_hits.txt
Workflow
- Start with the latest tally in references/mitm_tally.md.
- Use the hit list files to locate file paths and line numbers when the user asks for detail.
- If asked to refresh, regenerate the hit lists and update references/mitm_tally.md and the list files.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?