night-market-completion-integrity-campaign

night-market-completion-integrity-campaign is a skill for Claude Code from athola/claude-night-market. It costs 49 tokens per session (6,956 once invoked), scanned A, original, MIT.

A campaign for making autonomous coding loops treat “done” as something verified by independent checks. An autonomous loop is a process that keeps working across turns without waiting for a person each time.

In plain words
What is it for?
Use it to strengthen completion checks in egregore, herald, or similar loops and decide whether completion integrity can be enabled by default.
Why use it?
It prevents an agent from stopping merely because it claims to be finished when work or verification remains.

Skill for Claude Code

Written for Claude Code: SessionStart hook event. Also seen: mentions Claude Code.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is | python3 plugins/herald/hooks/double_shot_latte.py.

Good fit Use it to strengthen completion checks in egregore, herald, or similar loops and decide whether completion integrity can be enabled by default.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/athola/claude-night-market
agentmods
npx agentmods add skills/athola/claude-night-market/night-market-completion-integrity-campaign

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for night-market-completion-integrity-campaign

README.md
[![agentmods](https://agentmods.dev/badge/skills/athola/claude-night-market/night-market-completion-integrity-campaign/github.svg)](https://agentmods.dev/skills/athola/claude-night-market/night-market-completion-integrity-campaign)
Your own site
<a href="https://agentmods.dev/skills/athola/claude-night-market/night-market-completion-integrity-campaign"><img src="https://agentmods.dev/badge/skills/athola/claude-night-market/night-market-completion-integrity-campaign/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for night-market-completion-integrity-campaign

Your own site · 80×15
<a href="https://agentmods.dev/skills/athola/claude-night-market/night-market-completion-integrity-campaign"><img src="https://agentmods.dev/badge/skills/athola/claude-night-market/night-market-completion-integrity-campaign.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,956 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Agent Snooping · line 252
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 494
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Excessive Agency · line 271
    Skill allows unbounded resource consumption (API calls, storage, compute). Without rate limits or quotas, a compromised or misbehaving agent can cause denial-of-service or cost overruns.
    Fix: Set explicit rate limits, timeouts, and resource quotas for API calls, file operations, and compute. Implement circuit breakers for runaway loops.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.06956
Opus 5 $0.00024 $0.03478
Sonnet 5 $0.00010 $0.01391
Haiku 4.5 $0.00005 $0.00696

Measured 13d ago against content hash 3aabdc215b5d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

night-market-completion-integrity-campaign scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/night-market-completion-integrity-campaign/SKILL.md · 588 lines

How it starts

The opening of the file, as written. The whole thing — 588 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Night Market Completion-Integrity Campaign

This is an executable campaign, phased and decision-gated, against the hardest live problem in this repository: making "done" in autonomous loops mean something the agent cannot fake, and earning the promotion of completion_integrity from default-off to default-on. Every command below was run against the repo on 2026-07-02 (v1.9.15) unless marked candidate. Run the phases in order. Each phase ends at a gate with expected observations and branch instructions.

Definitions

Term Meaning
Autonomous loop A session that keeps working without a human turn: egregore's orchestrator (/egregore:summon), the externally installed ralph-wiggum loop, herald's auto-continue Stop hook
Stop hook A Claude Code hook fired when the agent tries to end its turn. It prints {"decision": "approve"} (allow stop) or {"decision": "block", "reason": ...} (keep working)
Completion integrity The property that a loop's "done" signal is bound to a verifier the agent does not control, instead of the agent's own say-so
False stop The loop halts while verifiable work remains, or accepts a claimed completion that a check would have rejected
False continue The loop keeps working (blocks the stop) on a turn that was genuinely finished
Verdict The egregore quality-gate outcome: pass, pass-with-warnings, or fix-required (computed after a 3-attempt auto-fix loop)

Problem statement

Three assets exist today. None of them, alone, binds "done" to an unfakeable gate:

Asset What it does Default Key commits
plugins/egregore/scripts/config.py field PipelineConfig.completion_integrity When true, a fix-required verdict counts as a step failure (the item cannot reach completed with blocking findings) and merge is held for human review regardless of auto_merge False 83281337 (gate), cd903cbf (raw-JSON opt-in test)
plugins/herald/hooks/double_shot_latte.py (Stop hook) Deterministic continue/stop judge over the last assistant message, with an opt-in LLM second shot for the single ambiguous outcome Deterministic only 268cff89 (timeout cap + gating)
plugins/imbue/skills/proof-of-work/modules/verifier-integrity.md The theory: a gate earns trust only if the spec is validated separately from the code and the check is proven able to fail Prose guidance 29081fda

Read the full file on GitHub · 588 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 588 lines · 49 tokens per session scan A 3aabdc215b5d

Subscribe to this mod's changes

night-market-completion-integrity-campaign is a skill published in the GitHub repository athola/claude-night-market (337 stars, last pushed yesterday), licensed MIT. It adds 49 tokens to every session and 6,956 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

shajith003/awesome-claude-skills · 35 tokens

validate-album

Validates album directory structure, file locations, and content integrity. Use before release or whenever the user wants to check an album's structural health.

bitwize-music-studio/claude-ai-music-skills · 33 tokens

closer

Anti-premature-"done". Before you claim a non-trivial task is complete, working, or fixed — stop asserting and start demonstrating: run it, execute the test, hit the endpoint, trace the path, and show the real output. "Done" means proven, not believed. If you genuinely can't run it, say exactly what's unverified and…

ccplugins/awesome-claude-code-plugins · 155 tokens

web-browser-automation

Comprehensive macOS browser automation using PyXA, Playwright, Selenium, and Puppeteer for desktop web testing, scraping, and workflow automation. Use when asked to "automate web browsers", "Selenium Chrome automation", "Playwright testing", "Puppeteer scraping", or "cross-browser automation". Supports Chrome, Edge…

SpillwaveSolutions/automating-mac-apps-plugin · 77 tokens

testing-automation-expert

Production-grade testing strategies for robust, maintainable systems. Covers unit/integration/E2E testing, contract testing, accessibility, mutation testing, and CI/CD patterns. Supports Python (pytest) and TypeScript (Jest/Vitest/Playwright).

georgekhananaev/claude-skills-vault · 56 tokens

plan-to-tdd

Transform feature plans into test-driven implementation using Outside-In methodology. This skill should be used when converting documented plans from docs/plan/ into testable code w/ proper test structure (Unit, Integration, E2E).

georgekhananaev/claude-skills-vault · 49 tokens