Night Market Config Catalog
Documents claude-night-market's own config axes and guards — accurate but repo-bound, not portable.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 13, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · e449cce
Spot-checked its claims against the live repo: the quality_gates.json values it quotes (enforce_blocking true, max_critical_issues 3, security the only blocking dimension) matched the actual file byte for byte — genuinely accurate reference doc. But it only documents its own host repo, so installing it elsewhere gets you an authoritative-sounding catalog of files that don't exist in your project.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Night Market Config Catalog does
Catalogs every configuration axis in the claude-night-market repo itself — quality-gate thresholds, pre-commit pins, plugin manifest versions, env vars — with defaults, guard tests, and a one-line re-verification command per axis. Triggers correctly on 'add/audit configuration' phrasing, but every fact in the body (quality_gates.json values, egregore config defaults, herald hook timeouts) is specific to that one repo's files. Useful as a living reference while working inside claude-night-market itself; installed standalone in a different project its catalog is simply irrelevant, not something a user can repoint.
How to install Night Market Config Catalog
git clone https://github.com/athola/claude-night-market
cd claude-night-market
mkdir -p ~/.claude/skills
cp -r .claude/skills/night-market-config-catalog ~/.claude/skills/night-market-config-catalog
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Night Market Config Catalog
-
/night-market-config-catalogDocuments claude-night-market's own config axes and guards — accurate but repo-bound, not portable.
It also activates on plain-language prompts like these:
-
What are the quality-gate thresholds configured in this repo -
Audit the pre-commit pins and plugin manifest versions in our config -
Show me every configuration axis and its default in this project
Frequently asked questions
- Is the Night Market Config Catalog skill free?
- Yes. The skill itself is free from athola/claude-night-market. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Night Market Config Catalog work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Works with setup. Spot-checked its claims against the live repo: the quality_gates.json values it quotes (enforce_blocking true, max_critical_issues 3, security the only blocking dimension) matched the actual file byte for byte — genuinely accurate reference doc. But it only documents its own host repo, so installing it elsewhere gets you an authoritative-sounding catalog of files that don't exist in your project.
- What is the Night Market Config Catalog SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Night Market Config Catalog?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Night Market Config Catalog with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.