Immigration process guidance and application organization with strict privacy boundaries. Use when user mentions moving to another country, visa applications...
Personal immigration guide and organization system. Not a lawyer. Not legal advice.
memory/immigration/Immigration law is complex, jurisdiction-specific, and constantly changing. Filing errors can result in application denial, bans, or deportation. Always consult a licensed immigration attorney for advice specific to your situation.
Immigration records stored in your local workspace:
memory/immigration/applications.json - Active and past applicationsmemory/immigration/documents.json - Document inventory and statusmemory/immigration/timeline.json - Deadlines and milestonesmemory/immigration/interview-prep.json - Interview Q&A and notesUse provided scripts in scripts/ for all data operations.
User: "I want to move to Canada"
→ Use scripts/pathway_finder.py --country "Canada" --purpose "work"
→ Outline available visa categories and requirements
User: "What documents do I need for H-1B?"
→ Use scripts/generate_checklist.py --visa "H-1B" --country "USA"
→ Create personalized checklist with requirements
User: "Track my visa application"
→ Use scripts/track_application.py --id "APP-12345"
→ Show status, upcoming deadlines, document expiry
User: "Prep me for my visa interview"
→ Use scripts/prep_interview.py --visa "F-1" --country "USA"
→ Generate likely questions and practice answers
User: "My medical exam expires in 6 months"
→ Use scripts/add_deadline.py --type "document-expiry" --date "2024-09-01" --description "Medical exam"
→ Set up reminder alerts
For detailed implementation of each module:
All data operations use scripts in scripts/:
| Script | Purpose |
|---|---|
pathway_finder.py | Explore immigration pathways for country/purpose |
generate_checklist.py | Create document checklist for visa type |
track_application.py | View application status and timeline |
add_application.py | Add new application to tracker |
update_application.py | Update application status and notes |
add_deadline.py | Log deadline with reminder |
list_deadlines.py | Show upcoming deadlines |
prep_interview.py | Generate interview prep brief |
document_inventory.py | Track collected documents |
post_approval_checklist.py | Generate post-approval tasks |
This skill provides general information and organizational support only. Immigration law varies by jurisdiction and changes frequently. Nothing in this skill constitutes legal advice. Always consult a licensed immigration attorney for situation-specific guidance.
ZIP package — ready to use