github-repo-guide-pdf
Installation
SKILL.md
Github Repo Guide Pdf
Turn a GitHub repository into a usage-first Chinese guide and PDF.
Inputs
- Accept a GitHub repo URL or
OWNER/REPO. - Default audience: user/operator, not maintainer or contributor.
- If the repo is a monorepo, has several products, or mixes SDK plus server plus docs, ask one scoping question before continuing.
Workflow
- Normalize the repo identifier.
- Use
ghfirst for repo metadata. Fall back tobrowseronly ifghis blocked or missing needed details. - Clone the repo into a temporary directory with shallow depth when possible.
- Inspect user-facing docs and entry points.
- Write a Chinese Markdown guide that teaches usage, not internals.
- Build a PDF with
scripts/build_pdf.py. - Reply with one short status line plus
MEDIA:lines for the generated files.