style-synthesis

Synthesizes paper-specific style-guide rules from a corpus of reference academic works.

Updated Aug 26, 2026
One-click install
npx skills add https://github.com/coollx/stable-harness --skill style-synthesis-coollx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: style-synthesis
Source: https://github.com/coollx/stable-harness/tree/main/paper/.claude/skills/style-synthesis
Command: npx skills add https://github.com/coollx/stable-harness --skill style-synthesis-coollx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing a research paper that matches the conventions of a target field and venue requires distilling implicit style norms from many published papers, which is slow and inconsistent when done by hand. This Skill turns a corpus of reference works into evidence-backed, paper-specific style-guide sections that a researcher can approve and append to their guide. ## Core Features & Use Cases - Corpus-based rule extraction: Reads reference papers verbatim across twelve axes (narration flow, claim-evidence, wording, floats, statistics, and more) and derives rules with verbatim quote evidence. - Field-aware ontology: Classifies the paper against AI/ML and HCI/HAI narrative priors, then verifies the prior against the actual corpus before extracting rules. - Incremental guide building: First run builds the paper-specific sections; later runs diff new reference works against the existing guide and propose additions or flag contradictions. - Use Case: At the start of writing a CHI submission, provide five exemplary papers and the CHI author kit; the Skill proposes ready-to-append style-guide sections covering section anatomy, citation mechanics, and length budgets for your approval. ## Quick Start Ask the assistant to run style synthesis on your reference papers and venue author kit to propose new sections for paper/style/style-guide.md.

Frequently Asked Questions about style-synthesis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a style guide for my research paper from example papers?

Provide the reference papers, the target venue, and its author kit path. The Skill reads the corpus verbatim, extracts rules across twelve axes like narration flow and floats, and proposes ready-to-append guide sections for your approval.

How does style synthesis handle AI/ML versus HCI papers?

It classifies the paper against AI/ML and HCI/HAI narrative priors, then verifies the prior against the actual corpus. Hybrid human-AI papers get a per-section ontology, with ML conventions for technical sections and HCI conventions for study sections.

Can I run style synthesis again when new reference papers arrive?

Yes, the Skill is incremental by design. Later runs diff new findings against the existing guide, propose additions, and flag any existing rule the new corpus contradicts rather than silently rewriting it.

Does the style guide update happen automatically without review?

No, nothing is written to paper/style/style-guide.md without explicit researcher approval. Each proposed section is presented in chat as ready-to-append markdown, and you can approve, adjust, or reject it per section.

What evidence is required before a style rule is proposed?

A general rule needs support from at least three corpus works, and a named variant needs at least two. Every rule carries one verbatim quote locating its evidence, and quotes are spot-checked against the sources before proposal.