{"id":51516763,"url":"https://github.com/jiadizhunine/suda-thesis","last_synced_at":"2026-07-08T12:30:37.005Z","repository":{"id":359704302,"uuid":"1246844859","full_name":"jiadizhunine/suda-thesis","owner":"jiadizhunine","description":"苏州大学本科毕业论文与相关文档 DOCX 生成 Skill | Codex and Claude Code","archived":false,"fork":false,"pushed_at":"2026-05-23T02:23:18.000Z","size":461,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T04:19:38.269Z","etag":null,"topics":["academic-writing","agent-skills","claude-code","codex-skill","docx","openclaw","suda-thesis","suzhou-university","thesis"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jiadizhunine.png","metadata":{"files":{"readme":"README.en.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-22T16:07:32.000Z","updated_at":"2026-05-23T02:23:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jiadizhunine/suda-thesis","commit_stats":null,"previous_names":["jiadizhunine/suda-thesis"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jiadizhunine/suda-thesis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiadizhunine%2Fsuda-thesis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiadizhunine%2Fsuda-thesis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiadizhunine%2Fsuda-thesis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiadizhunine%2Fsuda-thesis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jiadizhunine","download_url":"https://codeload.github.com/jiadizhunine/suda-thesis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiadizhunine%2Fsuda-thesis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35265380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-08T02:00:06.796Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["academic-writing","agent-skills","claude-code","codex-skill","docx","openclaw","suda-thesis","suzhou-university","thesis"],"created_at":"2026-07-08T12:30:36.371Z","updated_at":"2026-07-08T12:30:36.999Z","avatar_url":"https://github.com/jiadizhunine.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n**English** | [简体中文](./README.md)\n\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/icon-large.png\" width=\"170\" alt=\"Suda Thesis icon\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eSuda Thesis\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eSuzhou University thesis document generation skill\u003c/b\u003e\u003cbr\u003e\n  \u003ci\u003eDOCX generation workflow for Codex and Claude Code\u003c/i\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/version-v1.0-blue\" alt=\"Version\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-MIT-green\" alt=\"License\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/platform-Codex%20%7C%20Claude_Code-purple\" alt=\"Platform\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/output-DOCX-orange\" alt=\"DOCX\"\u003e\n\u003c/p\u003e\n\n---\n\n## Overview\n\n**Suda Thesis** is an Agent Skill for generating Suzhou University undergraduate thesis-related Word documents. Long documents are written as segmented Python content modules and assembled with `python-docx`, which keeps prose, references, captions, and formatting logic separated.\n\nThis repository is a single-source skill package. Codex and Claude Code both use the same `SKILL.md`; Codex UI metadata lives in `agents/openai.yaml`.\n\n\u003e This is not an official Suzhou University template. Always review the generated DOCX against the latest school and department requirements before submission.\n\n## Features\n\n- Segmented long-document workflow for thesis body, literature review, and long literature translation tasks.\n- One generic reference scaffold under `scripts/split_pattern/`.\n- Support for thesis body, literature review, literature translation, task book, and midterm-check documents.\n- Bundled academic humanizer workflow for thesis body and literature review post-processing.\n- DOCX metadata cleanup requirements for author, editor, company, manager, title, keywords, and `python-docx` fingerprints.\n- Chinese README by default, with this English README as an optional companion.\n\n## Supported Documents\n\n| Document | Generation Pattern | Split Required | Post-Processing |\n| --- | --- | --- | --- |\n| Thesis body | `scripts/split_pattern/` | Yes | Humanizer required |\n| Literature review | Segmented pattern | Yes | Humanizer required |\n| Literature translation | Segmented pattern | Required for long papers | Faithful academic fluency review |\n| Task book | Table/form script | No | Formal concision |\n| Midterm-check form | Table/form script | No | Formal concision |\n\n## Install\n\n### Codex\n\n```bash\ngit clone https://github.com/jiadizhunine/suda-thesis.git ~/.codex/skills/suda-thesis\n```\n\n### Claude Code\n\n```bash\ngit clone https://github.com/jiadizhunine/suda-thesis.git ~/.claude/skills/suda-thesis\n```\n\n### Shared Local Source\n\nTo keep Codex and Claude Code on the same local source:\n\n```bash\ngit clone https://github.com/jiadizhunine/suda-thesis.git ~/skills/suda-thesis\nln -sfn ~/skills/suda-thesis ~/.codex/skills/suda-thesis\nln -sfn ~/skills/suda-thesis ~/.claude/skills/suda-thesis\n```\n\n## Usage\n\nInvoke the skill explicitly:\n\n```text\nUse $suda-thesis to generate a Suzhou University thesis body DOCX.\n```\n\nIn practice, start from the topic direction or results you already have:\n\n| Target Document | Materials To Provide | Example Request |\n| --- | --- | --- |\n| Literature review | Research direction or thesis title | `Use $suda-thesis to generate a Suzhou University literature review DOCX based on my research direction: \"...\".` |\n| Literature translation | Research direction or thesis title; if no source article is provided, search for and verify a real English article first | `Use $suda-thesis to find a real English article for my topic direction, then generate a Suzhou University literature translation DOCX.` |\n| Thesis body | Thesis title, experimental/survey results, result figures, captions, methods/materials | `Use $suda-thesis to generate a thesis body DOCX from my title, result figures, and findings.` |\n| Task book / midterm-check | Research direction or topic, plus existing results or progress | `Use $suda-thesis to generate the task book and midterm-check form from my topic direction and results.` |\n\nOther examples:\n\n```text\nUse $suda-thesis to generate a literature review DOCX.\nUse $suda-thesis to generate a literature translation DOCX.\nUse $suda-thesis to generate a task book DOCX.\nUse $suda-thesis to generate a midterm-check DOCX.\n```\n\n## Workflow\n\n```mermaid\nflowchart TD\n  A[\"Collect metadata and document type\"] --\u003e B[\"Confirm sources, references, figures, and form fields\"]\n  B --\u003e C[\"Write long content in content_part*.py\"]\n  C --\u003e D[\"Assemble DOCX with python-docx\"]\n  D --\u003e E[\"Review Suzhou University formatting\"]\n  E --\u003e F[\"Clean DOCX privacy metadata\"]\n  F --\u003e G[\"Apply humanizer for thesis body/review\"]\n  G --\u003e H[\"Review and deliver final DOCX\"]\n```\n\n## Repository Layout\n\n```text\nsuda-thesis/\n├── SKILL.md\n├── agents/openai.yaml\n├── assets/\n├── references/\n├── scripts/split_pattern/\n└── skills/humanizer/\n```\n\n## Release\n\n- Current release: [`v1.0`](https://github.com/jiadizhunine/suda-thesis/releases/tag/v1.0)\n- Repository: [github.com/jiadizhunine/suda-thesis](https://github.com/jiadizhunine/suda-thesis)\n\n## Acknowledgements\n\n- `skills/humanizer/` is adapted from [blader/humanizer](https://github.com/blader/humanizer), originally released by Siqi Chen under the MIT License. This repository keeps the original MIT license text and modifies the workflow for Chinese academic writing and thesis post-processing.\n\n## License\n\nThis project is released under the [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiadizhunine%2Fsuda-thesis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjiadizhunine%2Fsuda-thesis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiadizhunine%2Fsuda-thesis/lists"}