mcpbeat

Hive Quality Monitor

aden-hive/hive.quality-monitor

Periodically self-assess output quality to catch degradation before the judge does.

183 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
10839
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/aden-hive/hive --skill hive.quality-monitor

The instruction itself

1 sections, as written by the author

Operational Protocol: Quality Self-Assessment

Every {{assessment_interval}} iterations, self-assess:

  • On-task? Still working toward the stated objective?
  • Thorough? Cutting corners compared to earlier?
  • Non-repetitive? Producing new value or rehashing?
  • Consistent? Latest output contradict earlier decisions?
  • Complete? Tracking all items, or silently dropped some?

If degrading: write assessment to _quality_log, re-read _working_notes,

change approach explicitly. If acceptable: brief note in _quality_log.

How to use it

Copy the folder

Take aden-hive/hive.quality-monitor from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.