Agent skill · Security

scientific-writing

Draft, revise, and audit scientific manuscripts or reports with explicit evidence provenance, reporting-guideline coverage, authorship accountability, confidentiality controls, and local consistency checks. Use for manuscript sections, references, declarations, tables, figures, or submission preparation when scientific accuracy and traceability matter.

K-Dense-AIgithub.com/K-Dense-AIGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add K-Dense-AI/claude-scientific-writer --skill scientific-writing --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 31
SKILL.md size: 13 KB
Bundled scripts: yes
Version: 2.0
Requires: Requires Python 3.11+ only for optional dependency-free local CLIs; core guidance is platform-neutral. Bundled tools…
Path: skills/scientific-writing/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,169
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Scientific Writing ## Purpose Produce clear scientific prose without inventing evidence or concealing uncertainty. Keep drafting, evidence verification, and submission approval as separate stages. The accountable human authors control scientific decisions and final approval. AI is not an author, and generated fluency is never evidence [SW-S01, SW-S03]. ## Non-negotiable safety rules ### Confidentiality Do not send unpublished manuscripts, peer-review or editorial material, sensitive or restricted data, PHI or other personal data, proprietary content, or source documents to an external service without: 1. explicit authorization from a person or body empowered to grant it; and 2. a documented review of journal, institutional, funder, consent, ethics, contractual, legal, and data-use policy. When authorization or policy is unclear, keep processing local and use only the minimum metadata needed. De-identification requires expert review; removing obvious names is not sufficient. See `references/authorship_ai_confidentiality.md`. ### No fabrication Never invent or complete: - citations, references, DOI, PMID, PMCID, ISBN, URLs, or quotations; - results, data values, denominators, sampl

What's inside
Steps it walks through
  1. Purpose
  2. Non-negotiable safety rules
  3. Confidentiality
  4. No fabrication
  5. Evidence binding
  6. Scientific fidelity
  7. Intake
  8. Workflow
  9. 1. Establish the local workspace
  10. 2. Select reporting guidance
  11. 3. Build the evidence record
  12. 4. Create an evidence outline
  13. 5. Draft without adding facts
  14. 6. Reconcile methods and results
Ships with 24 files
  • assets/REPORT_FORMATTING_GUIDE.md
  • assets/authorship_template.json
  • assets/claim_evidence_template.csv
  • assets/consistency_manifest_template.json
  • assets/manuscript_manifest_template.json
  • assets/manuscript_scaffold.md
  • assets/reporting_coverage_template.json
  • assets/reporting_guidelines.json
  • assets/source_manifest_template.json
  • references/authorship_ai_confidentiality.md
  • references/citation_styles.md
  • references/cli_reference.md
  • references/evidence_workflow.md
  • references/figures_tables.md
  • references/imrad_structure.md
  • references/journal_policies.md
  • references/professional_report_formatting.md
  • references/reporting_guidelines.md
  • references/research_integrity_open_science.md
  • references/source_ledger.md
  • references/writing_principles.md
  • scripts/_common.py
  • scripts/audit_claims.py
  • scripts/check_consistency.py
first 24 of 31
Commands it runs
python3 scripts/scaffold_manuscript.py \
python3 scripts/select_reporting_guidelines.py select \
python3 scripts/check_consistency.py consistency_manifest.json
python3 scripts/validate_manifest.py source_manifest.json \
python3 scripts/audit_claims.py manuscript.md claims.csv source_manifest.json
python3 scripts/check_references.py source_manifest.json
python3 scripts/validate_authorship.py authorship.json
python3 scripts/select_reporting_guidelines.py check reporting_coverage.json
python3 scripts/validate_manifest.py manuscript_manifest.json --kind manuscript
python3 scripts/lint_manuscript.py manuscript.md \
More from claude-scientific-writer
All skills →
About this skill
What does the scientific-writing skill do?

Draft, revise, and audit scientific manuscripts or reports with explicit evidence provenance, reporting-guideline coverage, authorship accountability, confidentiality controls, and local consistency checks. Use for manuscript sections, references, declarations, tables, figures, or submission preparation when scientific accuracy and traceability matter.

How do I install it?

Run `npx skills add K-Dense-AI/claude-scientific-writer --skill scientific-writing --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From K-Dense-AI/claude-scientific-writer, a repository with 2,169 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going