agentsclimarketplace

Docx style auditor

Skill sisodiabhumca/agent-skills/skills/docx-style-auditor

Production-Ready Agent Skills : product analytics, growth experiments, CRM, research synthesis, postmortems, data contracts, SaaS spend, compliance, architecture maps, and LLM eval and many more.

Install
npx -y skills add sisodiabhumca/agent-skills --skill docx-style-auditor

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Audits .docx documents for vendor-neutral style consistency issues (headings, spacing) and outputs an actionable report.

SKILL.md

1.2 KB, 244 tokens by cl100k_base, as published. Nobody here has run it

When to invoke

  • You receive Word documents from multiple authors and need consistent formatting.
  • You want a checklist of style issues before publishing or exporting to PDF.

Inputs needed

  • --input: Path to a .docx file.
  • Optional: --out: Path to write a JSON report.

Workflow

  1. Read word/document.xml from the .docx zip.
  2. Identify paragraph styles (w:pStyle) and detect:
    • direct formatting overrides (e.g., explicit font size on headings)
    • inconsistent heading level jumps (e.g., Heading 1 -> Heading 3)
    • excessive empty paragraphs
  3. Produce counts and examples with paragraph text snippets.

Output format

JSON with:

  • summary: counts per issue type
  • issues: list of {issue_type, severity, location, excerpt}

Guardrails

  • Read-only: never modify the input document.
  • Best-effort parsing; if namespaces/parts are missing, fail with a clear error.
  • Vendor-neutral: focus on OpenXML structure, not a specific Word version.

Reference code

Use docx_style_auditor.py.

What ships with it: 2 files

3.7 KB alongside SKILL.md, 1 of them executable

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.