anyimmi
v1.1.6Canadian Immigration Intelligence & Practical Tools: Federal Court precedents, IRCC policy & Q&A, and CLB statutory calculators.
By Jacky ZhangLicense: Proprietary0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install anyimmi for Codex and Claude Code
codex plugin marketplace add jackyzhang69/plugins
codex plugin marketplace upgrade jacky-plugins
codex plugin add anyimmi@jacky-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the jacky-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “anyimmi” remain stable.
- Codex:
anyimmi@agent-plugin-marketplace→anyimmi@jacky-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/jackyzhang69/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/anyimmi/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/anyimmi/SKILL.md
Included Skills1
READ THIS FIRST for AnyImmi. Canadian immigration intelligence: case law (FC, FCA, SCC, IRB), IRCC Program Delivery Instructions, Help Centre Q&As, practitioner field notes, CLB conversion (IELTS, CELPIP, PTE, TEF, TCF). Connect / login, tell Jacky, connect with Jacky / pair session / join code from Jacky. Live coverage. One discovery file. Ask `anyimmi commands --json`, never from memory of an older release.
Plugin manifests2
{
"name": "anyimmi",
"version": "1.1.6",
"min_supported_version": "1.0.0",
"description": "Canadian Immigration Intelligence & Practical Tools: Federal Court precedents, IRCC policy & Q&A, and CLB statutory calculators.",
"author": {
"name": "Jacky Zhang",
"url": "https://jackyzhang.app"
},
"homepage": "https://jackyzhang.app",
"license": "Proprietary",
"keywords": [
"immigration",
"canada",
"ircc",
"caselaw",
"precedents",
"clb",
"anyimmi",
"immicore"
],
"skills": "./skills/",
"interface": {
"displayName": "AnyImmi",
"shortDescription": "Canadian Immigration Intelligence & Practical Tools Plugin.",
"longDescription": "Use the anyimmi router skill for deterministic access to Canadian Federal Court precedent legal ratios, synthesized practitioner field insights, IRCC Program Delivery Instructions, Help Centre Q&As, and statutory language calculators. Zero backend AI cost; host agent drives all case reasoning and synthesis.",
"developerName": "Jacky Zhang",
"category": "Legal & Productivity",
"capabilities": [
"Read",
"Calculate"
],
"websiteURL": "https://jackyzhang.app",
"defaultPrompt": [
"Search Canadian Federal Court precedents for <legal issue> with anyimmi.",
"Check IRCC official policy guidance for <topic>.",
"Search practitioner field notes for <operational issue>.",
"Calculate CLB level for <IELTS/CELPIP scores>."
]
}
}{
"name": "anyimmi",
"version": "1.1.6",
"description": "Canadian Immigration Intelligence via the anyimmi router: Federal Court precedents, IRCC policy & Q&A, and CLB statutory calculators.",
"author": {
"name": "Jacky Zhang",
"url": "https://jackyzhang.app"
},
"homepage": "https://jackyzhang.app",
"license": "Proprietary",
"keywords": [
"immigration",
"canada",
"ircc",
"caselaw",
"precedents",
"clb",
"anyimmi",
"immicore"
],
"skills": "./skills/",
"interface": {
"displayName": "AnyImmi",
"shortDescription": "Canadian Immigration Intelligence & Practical Tools Plugin.",
"longDescription": "Deterministic access to Canadian Federal Court precedent legal ratios, synthesized practitioner field insights, IRCC Program Delivery Instructions, Help Centre Q&As, and statutory language calculators. Zero backend AI cost; host agent drives all case reasoning and synthesis.",
"developerName": "Jacky Zhang",
"category": "Legal & Productivity",
"capabilities": [
"Read",
"Calculate"
],
"websiteURL": "https://jackyzhang.app",
"defaultPrompt": [
"Search Canadian Federal Court precedents for <legal issue>.",
"Check IRCC official policy guidance for <topic>.",
"Search practitioner field notes for <operational issue>.",
"Calculate CLB level for <IELTS/CELPIP scores>."
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[anyimmi on Agent Plugins Marketplace](https://pluginsmp.com/plugins/anyimmi)