← ClaudeAtlas

study-abroad-plannerlisted

Plan a study abroad + immigration pathway end-to-end. Collects the user's profile through conversation (age, English test score, education level, budget, target country, target field) and produces a structured report covering school recommendations with entry requirements, visa pathway (EOI / points test / state nomination / PR route), realistic timeline, cost breakdown, and key risks. Make sure to use this skill whenever the user mentions 留学 / study abroad / 选校 / 选专业 / 留学规划 / 留学移民 / EOI / 189 / 190 / 491 / 移民路径 / PR pathway / overseas university / postgraduate admission — even if the user does not explicitly ask for a "plan", only mentions one component (e.g. "EOI 打分" or "PTE 多少分 能上 X 大学"). v0.2.0 adds bin/ CLI tools (eoi-calculator, aus-course-filter) + data/ structured JSON for queryable school data. v0.2.1 adds per-course `source` field (URL + retrieved date) for full output traceability. v0.3.0 chains validation→gate→analysis→tier-weighted synthesis→honesty self-check into one pipeline, adds OT-specific
wujiajun4/study-abroad-planner · ★ 0 · Data & Documents · score 75
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