thesis
01youngze0016/thesis-polish-agent
Skill Claude CodeCodex
A coordinator for a thesis-editing team with 11 specialised members. A thesis is a long academic paper, and the coordinator helps manage its revision.
youngze0016/thesis-polish-agent
Skill Claude CodeCodex
A coordinator for a thesis-editing team with 11 specialised members. A thesis is a long academic paper, and the coordinator helps manage its revision.
youngze0016/thesis-polish-agent
Skill Claude CodeCodex
A quality check for academic papers, described as a paper-revision team’s inspector. It runs eight automated checks, reports measurements, and directly fixes issues that can be repaired mechanically.
youngze0016/thesis-polish-agent
Skill Claude CodeCodex
CONFIG="" for candidate in ".thesis/config.json" "../.thesis/config.json" "../../.thesis/config.json"; do if [ -f "$candidate" ]; then CONFIG="$(cd "$(dirname "$candidate")" && pwd)/$(basename "$candidate")" break fi done.
youngze0016/thesis-polish-agent
Skill Claude CodeCodex
CONFIG="" for candidate in ".thesis/config.json" "../.thesis/config.json" "../../.thesis/config.json"; do if [ -f "$candidate" ]; then CONFIG="$(cd "$(dirname "$candidate")" && pwd)/$(basename "$candidate")" break fi done.
youngze0016/thesis-polish-agent
Skill Claude CodeCodex
A rule for keeping only formulas that are used later or verified in an experiment.
youngze0016/thesis-polish-agent
Skill Claude CodeCodex
A skill for compiling LaTeX documents, diagnosing build errors, and previewing the resulting PDF. LaTeX is a system for creating formatted documents from source text and commands.
youngze0016/thesis-polish-agent
Skill Claude CodeCodex
A Chinese-language skill for diagnosing and reorganising the structure of chapters or sections, with a scope lock to limit unrelated changes.
youngze0016/thesis-polish-agent
Skill Claude CodeCodex
A strict but constructive review of a specified thesis chapter, written in the style of an academic supervisor.
youngze0016/thesis-polish-agent
Skill Claude CodeCodex
A Chinese-language skill for checking whether an engineering master's thesis follows selected structure and writing guidelines. It is based on patterns found in strong academic papers.
youngze0016/thesis-polish-agent
Skill Claude CodeCodex
A Chinese-language skill for checking and standardizing terminology throughout a document. It uses a guard-style approach with global checks and hook-based validation.
youngze0016/thesis-polish-agent
Skill Claude CodeCodex
A setup skill for a thesis-editing workspace. It selects the thesis directory, configures the command used to compile it, and creates folders for tracking progress.
youngze0016/thesis-polish-agent
Skill Claude CodeCodex
A research assistant for finding literature and collecting source material, with support for parallel searches, structured review notes, and BibTeX references. BibTeX is a format commonly used to manage citations in academic writing.
youngze0016/thesis-polish-agent
Skill Claude CodeCodex
A progress dashboard and task-management skill for a thesis project. It reassesses the current state and recommends the next action, following the gstack /office-hours style.
youngze0016/thesis-polish-agent
Skill Claude CodeCodex
A workspace file-organising skill that first checks safety and dependencies before moving files. Its description follows the gstack /careful working style.