Skip to main content

Agent Skills and lightweight tools for clearer, more natural Vietnamese writing

Project description

English | Tiếng Việt

Vietnamese Writing Skills

Live Web App CI Python 3.11–3.14 License: MIT

🌐 Live Web Application: https://vietnamese-humanizer-g1o9.vercel.app/

Tools for editing Vietnamese prose without changing its facts. They help make writing clearer, more natural, and consistent with its context.

This repository is named vietnamese-humanizer because that is its project URL. The product is called Vietnamese Writing Skills because it contains four skills, not just a humanizer. Its Python distribution is vietnamese-writing-skills; import it as vietnamese_writing_skills.

The project does not classify authorship, produce an "AI probability score," or offer detector-evasion advice. Its linter reports surface signals for a person to review.

Four skills

Skill Use it when Do not use it when
humanizer-vi Prose feels templated, clichéd, flat in rhythm, or uneven in voice Inferring authorship, evading detectors, or doing only mechanical proofreading
translationese-cleaner-vi Vietnamese copies English word order, metaphors, or nominalization too closely Replacing established terms or weakening legal language
grammar-checker-vi Checking spelling, punctuation, structure, or ambiguity Imposing a style or changing code, URLs, or identifiers
style-guide-vi Keeping pronouns, terms, numbers, and formatting consistent Overriding a project style guide or changing facts

Fact-preserving example

Before:

Trong bài viết này, chúng ta sẽ cùng tìm hiểu cách Redis lưu dữ liệu thường dùng trong bộ nhớ để giảm số lần truy cập nguồn dữ liệu chậm hơn.

After:

Redis lưu dữ liệu thường dùng trong bộ nhớ, nhờ đó hệ thống ít phải truy cập nguồn dữ liệu chậm hơn.

This edit removes only the announcement. The input already states the Redis mechanism, so an editor must not replace it with a broad claim such as "Redis improves performance." Corpus entries must state any information outside the input in context.

Four output modes

  • clean_rewrite: A fact-preserving rewrite that can replace the input.
  • review_comment: Feedback for an author when evidence or sources are missing, not replacement text.
  • needs_author_decision: The input has multiple plausible readings, so the author decides before editing.
  • no_change: The input is already suitable. Do not change it merely for variety.

An agent does not need to rewrite every input. It should decline to guess when the subject, scope, date, or level of obligation is unclear.

Install Agent Skills from the repository

git clone https://github.com/longhang2004/vietnamese-humanizer.git
cd vietnamese-humanizer

Point an Agent Skills-compatible client at the needed directory under skills/, or copy that directory into the client's skill location. Each one includes SKILL.md, references, and any required assets.

Example request:

Use humanizer-vi to edit this email. Keep the professional tone and preserve
every number, product name, condition, and deadline.

Install the Python CLI

Python 3.11 or newer is required. Install from a source checkout:

python -m pip install .

Build and install a wheel:

python -m pip install build
python -m build
python -m pip install dist/*.whl

Install for development:

python -m pip install -e ".[dev]"

The wheel includes patterns, schemas, skill Markdown, examples, and benchmark resources. When it finds a surrounding repository, the CLI uses that repository by default. Pass --root PATH to choose another checkout. Outside a repository, pattern-reading commands use the resources bundled in the wheel.

Console commands

viet-writing-lint article.md
viet-writing-lint article.md --format json
viet-writing-lint docs/ --recursive --root .
viet-writing-validate-skills --root .
viet-writing-validate-patterns --root .
viet-writing-validate-examples --root .
viet-writing-benchmark --root . --validate-only
viet-writing-generate-docs --root . --check

Source checkouts also retain these legacy wrappers:

python scripts/lint_vietnamese.py article.md
python scripts/validate_skills.py
python scripts/validate_patterns.py
python scripts/validate_examples.py
python scripts/run_benchmarks.py --validate-only
python scripts/generate_pattern_docs.py --check

The linter exits with 1 when it finds material to review and 2 when it cannot run. A finding does not prove that prose is wrong or AI-generated.

Linter taxonomy

  • ERROR: A relatively demonstrable error, such as an accidental repeated word or invalid spacing.
  • WARNING: A structure that may be ambiguous or inconsistent but requires context.
  • PREFERENCE: A style choice that should only be applied after a style has been selected.
  • HEURISTIC: A surface signal such as density or sentence rhythm; a reviewer must inspect the full scope.

Patterns also define scope and aggregation. Repeated sentence openings, for example, use paragraph/sequence; sentence rhythm uses document/variance; mixed pronouns use document/consistency.

Corpus and benchmark

The catalog has 40 patterns with finding type, scope, aggregation, exceptions, and false-positive risk. Its 100 examples specify an output mode, context, must_preserve, must_not_add, and review provenance. The 30 benchmark cases record an expected output mode, context, specific blockers, and preservation constraints. JSON Schema validates manual-review results, and a case may have several reviewers.

A coding agent audited each input + context → output pair in the corpus. agent-reviewed does not mean reviewed by a maintainer, native speaker, or independent reviewer. The repository has no independent baseline yet. The current benchmark helps with process design and data regression; it does not establish effectiveness outside these authored cases.

Check the repository

ruff check .
pytest
python scripts/validate_skills.py
python scripts/validate_patterns.py
python scripts/validate_examples.py
python scripts/run_benchmarks.py --validate-only
python scripts/generate_pattern_docs.py --check
python -m build

Regenerate the pattern documentation after editing YAML:

python scripts/generate_pattern_docs.py

Contributing

Read CONTRIBUTING.md, the documentation index, and the pattern authoring guide. New examples need enough input and context for verification, explicit preservation and no-addition constraints, an output mode, and accurate review provenance. New patterns need a taxonomy, scope, aggregation behavior, exceptions, tests, and examples that add no facts.

Limitations

Regexes and structural validators cannot prove semantic equivalence. They can miss problems or produce false positives. One hundred examples cannot represent every regional, generational, professional, or register difference. See limitations and evaluation methodology.

Support the project

If Vietnamese Writing Skills is useful, you can make an optional donation to support maintenance. Before confirming a transfer, verify that the recipient is HANG NHUT LONG at BIDV.

VietQR donation code for HANG NHUT LONG at BIDV

Contributors and acknowledgments

  • Hàng Nhựt Long (@longhang2004) — Core maintainer & developer.
  • Lê Ngọc Phương Thư (lengocphuongthuct2006@gmail.com) — Suggested and ideated the web application version.

The project draws on the Agent Skills specification, style-audit ideas from blader/humanizer, and localization work in Chinese and Korean projects. The Vietnamese taxonomy and data in this repository were written independently. Details are in the research notes.

Original code and content are released under the MIT License. See ROADMAP.md for planned work.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vietnamese_writing_skills-0.3.1.tar.gz (2.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vietnamese_writing_skills-0.3.1-py3-none-any.whl (96.4 kB view details)

Uploaded Python 3

File details

Details for the file vietnamese_writing_skills-0.3.1.tar.gz.

File metadata

File hashes

Hashes for vietnamese_writing_skills-0.3.1.tar.gz
Algorithm Hash digest
SHA256 7f748962681e4118dbd88e4cf3e5b1ca205563b2ea896541fdf73f488a681a24
MD5 977f2ef535f1bff77e35b93b813af9c4
BLAKE2b-256 d6bf2a931b0f0593434d757faff41fe6ecbb53390279f3367595f30ad77b53fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for vietnamese_writing_skills-0.3.1.tar.gz:

Publisher: release.yml on longhang2004/vietnamese-humanizer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file vietnamese_writing_skills-0.3.1-py3-none-any.whl.

File metadata

File hashes

Hashes for vietnamese_writing_skills-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ad7f67c2163f2a379d6ffd037face40953d59eda4a27da181902ab159b86c84d
MD5 b18883a2eb2c1faeab738d72ba51fef6
BLAKE2b-256 fc5054d08f90b1b4cd9a4484e8dbb33277abe720f7ab7ab722cee37786dea795

See more details on using hashes here.

Provenance

The following attestation bundles were made for vietnamese_writing_skills-0.3.1-py3-none-any.whl:

Publisher: release.yml on longhang2004/vietnamese-humanizer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page