plugins/khuym/skills/refresh-project-docs/SKILL.md
Refresh README files and project documentation so they match the current repository state. Use when Codex needs to update stale docs after feature work, sync documentation to current commands, options, configuration, and workflows, rewrite changelog-style wording into evergreen current-state documentation, or turn a rough docs-update prompt into an execution-ready instruction set.
npx skillsauth add hoangnb24/skills refresh-project-docsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Update documentation from the live repo state, not from outdated docs or feature-memory summaries.
Load references/prompt-template.md when the user wants a polished reusable prompt or when you need a starting template before editing docs directly.
Choose the lightest mode that fits the request.
Prompt-only: refine the user's raw docs-refresh prompt and return the upgraded prompt.Docs execution: inspect the repo and update the relevant docs directly.Prompt + execution: return the upgraded prompt and use the same standards while editing docs.Find the docs that may need to move together:
README.mddocs/ pagesDo not assume the README is the only source that matters.
Treat the repository as the source of truth.
Check the most authoritative artifacts available, such as:
When commands, flags, options, or workflows can be verified from source, verify them instead of inferring.
Capture what the docs need to describe in their current form:
Write as if the documented behavior has always been part of the project.
Use these rules without exception:
Avoid release-note phrasing such as:
we addednow supportsrecentlyhas been updatedX is now YCheck that:
When the user gives a rough prompt, keep the intent but add the missing execution structure:
Prefer the template in references/prompt-template.md over improvising from scratch.
Stop and correct the approach if any of these appear:
README.md when the same information lives elsewhereThis skill is complete when the upgraded prompt or edited docs:
tools
Use when the user asks to commit everything, smart commit, group commits, organize staged or unstaged changes, create logical commits, push current work, or preserve a clean commit stack from an existing working tree.
development
Use when starting or resuming any Khuym project session, choosing the next Khuym skill, running go mode, checking onboarding/scout state, or enforcing workflow gates. Bootstrap meta-skill for routing across the Khuym agentic development ecosystem.
development
Use when the user wants to turn a rough idea, vague task, feature wish, bug-fix intent, or Codex /goal objective into a clear verifiable goal prompt. Use when the user mentions goal mode, /goal, set_goal, long-running autonomous Codex work, or asks to be interviewed/grilled before creating a goal.
tools
Use when Codex should turn a concept, topic, tutorial, lesson, algorithm, system, workflow, or abstract idea into a playable browser game that teaches through interaction. Use for planning or implementing educational web games with the Game Studio plugin, including concept-to-mechanic translation, gameplay loop design, learning progression, and browser-game QA.