claude-code-plugin-ref…
Explain plugin, skill, command, agent, and hook mechanics used here. Use when authoring or debugging plugins. Do not use for ops; use night-market-operations.
Formats review deliverables with consistent structure for comparable findings. Use when finalizing any review or analysis that must be shared or compared.
$ npx -y skills add athola/claude-night-market --skill structured-output --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/structured-outputContext preview
The summary Claude sees to decide when to auto-load this skill.
Formats review deliverables with consistent structure for comparable findings. Use when finalizing any review or analysis that must be shared or compared.
name: structured-output description: Formats review deliverables with consistent structure for comparable findings. Use when finalizing any review or analysis that must be shared or compared. alwaysApply: false category: output-patterns tags: - formatting - deliverables - consistency - reporting - structure dependencies: - imbue:proof-of-work tools: [] usage_patterns: - deliverable-formatting - report-structure - consistent-output complexity: beginner model_hint: fast estimated_tokens: 1000
**Trigger Keywords**: format, structure, deliverable, report, organize, present, consistent **Contextual Cues**:
**Auto-Load When**: Finalizing any analysis deliverable or when consistent formatting is requested.
1. `structured-output:template-selected` 2. `structured-output:findings-formatted` 3. `structured-output:actions-assigned` 4. `structured-output:appendix-attached`
Mark each item complete as you finish the corresponding step.
### [SEVERITY] Finding Title **Location**: file.rs:123 **Anchor**: `verbatim source text copied from line 123` **Category**: Security | Performance | Correctness | Style **Description**: Brief explanation of the issue. **Evidence**: [E1, E2] - Reference to evidence log. **Recommendation**: Specific remediation steps.
**Verification:** Run the command with `--help` flag to verify availability.
source text at `Location` (not a paraphrase). It is what a second pass re-reads to confirm the finding is real. A finding whose anchor does not appear at its cited line is treated as a hallucination and dropped. The check is mechanical: `imbue:review-core` Step 6 runs `plugins/imbue/scripts/citation_verifier.py` over the findings.
## Action Items - [ ] [HIGH] Fix SQL injection in auth.py:45 (@security-team, P1) - [ ] [MEDIUM] Add input validation to API endpoint (@backend, P2) - [ ] [LOW] Update deprecated dependency (@devops, P3)
**Verification:** Run the command with `--help` flag to verify availability.
## Appendix ### A. Commands Run [Full evidence log from imbue:proof-of-work] ### B. External References [Citations and documentation links] ### C. Raw Data [Large outputs, full diffs, or data exports]
**Verification:** Run the command with `--help` flag to verify availability.
Before finalizing:
resolved (no unverified findings ship).
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Explain plugin, skill, command, agent, and hook mechanics used here. Use when authoring or debugging plugins. Do not use for ops; use night-market-operations.
States load-bearing decisions, invariants, and weak points. Use when judging a design change. Do not use for gating; use night-market-change-control.
Rebuild the dev environment: uv, Python tiers, pins, traps. Use when onboarding or toolchain breaks. Do not use for daily commands; use night-market-operations.
Classify, gate, and review changes. Use when landing a PR, releasing, or amending rules. Do not use for failure triage; use night-market-debugging-playbook.
Search and record project memory (Discussions, journal, ADRs). Use before re-investigating anything. Do not use for settled battles; see failure-archaeology.
Bind loop 'done' to unfakeable gates. Use to harden egregore/herald loops or promote completion_integrity. Not for QA gates; use night-market-validation-and-qa.