You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/codex-quickstart.md
+61-11Lines changed: 61 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,28 +30,41 @@ The installed skill directory should contain:
30
30
31
31
-`SKILL.md`
32
32
-`agents/openai.yaml`
33
-
-`scripts/`
34
-
-`references/`
35
33
-`assets/examples/`
34
+
-`assets/presets/`
35
+
-`references/`
36
+
-`scripts/`
36
37
-`requirements.txt`
37
38
38
39
The important part is that `SKILL.md` stays at the root of the installed skill.
39
40
40
-
## 3. Use The Skill In Codex
41
+
## 3. What The Skill Now Supports
42
+
43
+
- manifest-driven thesis DOCX generation
44
+
- caption-based image replacement
45
+
- exact paragraph rewrites for layout-safe terminology or citation cleanup
46
+
- built-in academic style preset
47
+
- custom style preset extraction from `.docx` templates
48
+
- Mermaid planning contracts
49
+
- optional subagent rigorous-writing mode
50
+
- optional AIGC risk checking and conservative reduction workflow
51
+
52
+
## 4. Use The Skill In Codex
41
53
42
54
Ask Codex to use the skill explicitly:
43
55
44
56
```text
45
-
Use $software-thesis-docx to generate a thesis-ready DOCX workflow from my software project repository.
57
+
Use $software-thesis-docx to build my thesis DOCX workflow from my software repository and ask me whether to use the default preset, Mermaid generation, subagents, and AIGC checks.
46
58
```
47
59
48
60
Typical prompts:
49
61
50
-
-`Use $software-thesis-docx to turn my project repo into a structured thesis manifest and generate a DOCX.`
51
-
-`Use $software-thesis-docx to replace thesis figures by caption without changing Word layout.`
52
-
-`Use $software-thesis-docx to normalize in-text citations and terminology in an existing DOCX.`
62
+
-`Use $software-thesis-docx to turn my project repo into a structured thesis manifest and generate a DOCX with the built-in preset.`
63
+
-`Use $software-thesis-docx to read my Word template, extract a style preset, and build the thesis in that format.`
64
+
-`Use $software-thesis-docx to generate Mermaid flowchart and sequenceDiagram code for my thesis based on the repo architecture.`
65
+
-`Use $software-thesis-docx to run an AIGC risk review on my thesis DOCX and only rewrite the flagged single-run paragraphs after showing me the report.`
53
66
54
-
## 4. Optional Dependency Step
67
+
## 5. Optional Dependency Step
55
68
56
69
If your Python environment does not already include the required libraries:
0 commit comments