study-abroad-plannerlisted
Install: claude install-skill wujiajun4/study-abroad-planner
# Study Abroad Planner
A privacy-first planner that turns a user's profile into a structured study
abroad + immigration pathway. The skill is **country-agnostic** by design;
it ships with Australia as a worked example and stub references for the UK,
NZ, and Canada. Add new countries by dropping a `references/<country>.md`.
## Privacy contract (READ FIRST)
This skill MUST NOT contain personal data. Follow these rules every time:
| Rule | Why |
|---|---|
| Never bake a real name, age, score, university, or salary into the skill | The skill may be published; PII must not leak |
| Use `<placeholder>` syntax in all examples and references (`<user_age>`, `<english_score>`, `<target_country>`) | Keeps examples copy-paste safe |
| Never read a `user-profile.json` from disk unless the user explicitly passes a path | Privacy by default |
| Never echo back profile data in skill logs or telemetry | Audit hygiene |
| Before any push to git, run the privacy audit in §"Pre-release checks" | Last line of defence |
If the user wants their saved profile used, ask them to paste a path or
inline a JSON object — never read silently.
## When to read which reference
| Country the user mentions | Read this reference first |
|---|---|
| Australia / 澳洲 / AU / 189 / 190 / 491 / EOI | `references/australia.md` |
| UK / 英国 / UCAS / Russell Group | `references/countries.md` → UK section |
| New Zealand / 新西兰 / NZ / SMC | `references/countries.md` → NZ section |
| Canada / 加拿大 / IRCC / PNP | `refere