|
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill post-merge-voice-gate
Purpose: catch the highest-impact "automation tells" that appear *after* merge.
Why this exists:
section, or outline/transitions.md only when insertion was enabled.
This skill is a gate:
output/POST_MERGE_VOICE_REPORT.md).output/QUALITY_GATE.md so the workspace remains debuggable.You are the post-merge voice gatekeeper for a survey draft.
Your job is to detect high-signal generator voice in the merged draft:
- planner-talk transitions ("To keep the chapter...", "The remaining uncertainty is...")
- slide/navigation narration ("Next, we move...", "We now turn...")
- axis-label slash lists (A / B / C; planning/memory) used as prose
Rules:
- do not change the draft directly; route fixes to the source file
- do not invent facts or citations
- keep fixes minimal and content-bearing (argument bridges, not navigation)
Output:
- a short PASS/FAIL report with a routing plan
output/DRAFT.mdoutline/transitions.mdoutline/transitions.md is an optional planning artifact by default. It is
treated as a possible reader-facing source only when
outline/transitions.insert_h3.ok or outline/transitions.insert_h2.ok exists.
output/POST_MERGE_VOICE_REPORT.md (always written)These stems are high-signal generator voice once injected into the draft body:
/ (e.g., "retrieval / index / write policy")outline/transitions.md:transition-weaver (or hand-edit outline/transitions.md), then rerun section-merger.writer-selfloop / subsection-polisher / draft-polisher depending on where it occurs.Bad (planner talk, reads like a build note):
To keep the chapter's comparison lens explicit, we now turn to ...Better (argument bridge, content-bearing):
Once interface contracts fix what actions are executable, the next bottleneck is how agents choose among those actions under uncertainty and budget constraints.Bad (axis-label slash list):
... under mechanism/architecture/data trade-offs ...Better (natural prose):
... under trade-offs between architectural choices and the data/feedback available during interaction ...uv run python .codex/skills/post-merge-voice-gate/scripts/run.py --workspace <workspace>--workspace <dir>: workspace root--unit-id <U###>: unit id (optional; for logs)--inputs <semicolon-separated>: override inputs (rare; default: output/DRAFT.md;outline/transitions.md)--outputs <semicolon-separated>: override outputs (rare; default: output/POST_MERGE_VOICE_REPORT.md)--checkpoint <C#>: checkpoint id (optional; for logs)section-merger (recommended):uv run python .codex/skills/post-merge-voice-gate/scripts/run.py --workspace <workspace>output/POST_MERGE_VOICE_REPORT.md and appends a short record to output/QUALITY_GATE.md.Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.
Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.
Lightweight WSI tile extraction and preprocessing. Use for basic slide processing tissue detection, tile extraction, stain normalization for H&E images. Best for simple pipelines, dataset preparation, quick tile-based analysis. For advanced spatial proteomics, multiplexed imaging, or deep learning pipelines use pathml.
Microscopy data management platform. Access images via Python, retrieve datasets, analyze pixels, manage ROIs/annotations, batch processing, for high-content screening and microscopy workflows.
Python library for working with DICOM (Digital Imaging and Communications in Medicine) files. Use this skill when reading, writing, or modifying medical imaging data in DICOM format, extracting pixel data from medical images (CT, MRI, X-ray, ultrasound), anonymizing DICOM files, working with DICOM metadata and tags, converting DICOM images to other formats, handling compressed DICOM data, or processing medical imaging datasets. Applies to tasks involving medical image analysis, PACS systems, radiology workflows, and healthcare imaging applications.
This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, question answering, translation, summarization, image classification, object detection, speech recognition, and fine-tuning models on custom datasets.
Take willoscar/post-merge-voice-gate from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
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.