plugins/khuym/skills/bootstrap-project-context/SKILL.md
Bootstrap a new AI-agent session by reading the repository operating docs and rebuilding project understanding from source. Use when Codex needs to start a new conversation, get up to speed on an unfamiliar repo, read AGENTS.md and README.md completely before acting, investigate the codebase to understand the project's purpose and architecture, or turn a rough onboarding prompt into an execution-ready repo-orientation prompt.
npx skillsauth add hoangnb24/skills bootstrap-project-contextInstall 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.
Start a session by absorbing the repo's explicit instructions first, then confirm the real system shape from source.
Load references/prompt-template.md when the user wants a reusable bootstrap prompt or when you need a strong starting template before beginning repo discovery.
Choose the lightest mode that fits the request.
Prompt-only: refine the user's rough bootstrap prompt and return the upgraded prompt.Repo bootstrap: read the operating docs, investigate the repo, and deliver an onboarding summary.Prompt + bootstrap: return the upgraded prompt and use the same standards while building context.Read these files completely when they exist:
AGENTS.mdREADME.mdTreat them as mandatory orientation, not optional background.
If the repo exposes a read-only status or onboarding scout, you may use it as a supplement after the mandatory docs pass, never as a substitute for reading the docs.
Understand the codebase from the implementation, not from naming alone.
Inspect the most informative source artifacts first, such as:
Aim to identify:
Go broad before going deep.
At minimum, determine:
Read representative files from each important area. Do not pretend to understand the architecture from one or two files, but do not exhaustively read the whole repo when a targeted map is enough.
Summarize the repo in a way that helps the next turn start strong.
Include:
AGENTS.mdBefore finishing, check that your summary is grounded in files you actually inspected.
Make sure you did not:
AGENTS.md or README.mdWhen the user gives a rough bootstrap prompt, keep the intent but add the missing execution structure:
AGENTS.md and README.md before code investigationPrefer the template in references/prompt-template.md over improvising from scratch.
Stop and correct the approach if any of these appear:
AGENTS.md or README.mdThis skill is complete when the upgraded prompt or repo-orientation pass:
AGENTS.md and README.md when presenttools
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.