anycase
v1.1.14Canadian Immigration Intelligence & Practical Tools: Federal Court precedents, IRCC policy & Q&A, and CLB statutory calculators.
By Jacky ZhangLicense: Proprietary0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 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 anycase for Codex and Claude Code
codex plugin marketplace add jackyzhang69/plugins
codex plugin marketplace upgrade jacky-plugins
codex plugin add anycase@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 “anycase” remain stable.
- Codex:
anycase@agent-plugin-marketplace→anycase@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/anycase/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/anycase/SKILL.md
Included Skills1
READ THIS FIRST for AnyCase. Canadian immigration intelligence: case law (FC, FCA, SCC, IRB), IRCC Program Delivery Instructions, Help Centre Q&As, practitioner field notes, private confirmed knowledge, 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 `anycase commands --json`, never from memory of an older release.
Plugin manifests2
{
"name": "anycase",
"version": "1.1.14",
"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",
"anycase",
"immicore"
],
"skills": "./skills/",
"interface": {
"displayName": "AnyCase",
"shortDescription": "Canadian Immigration Intelligence & Practical Tools Plugin.",
"longDescription": "Use the anycase 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 anycase.",
"Check IRCC official policy guidance for <topic>.",
"Search practitioner field notes for <operational issue>.",
"Calculate CLB level for <IELTS/CELPIP scores>."
]
}
}{
"name": "anycase",
"version": "1.1.14",
"description": "Canadian Immigration Intelligence via the anycase 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",
"anycase",
"immicore"
],
"skills": "./skills/",
"interface": {
"displayName": "AnyCase",
"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>.",
"Search my private confirmed knowledge for <topic>.",
"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.
[anycase on Agent Plugins Marketplace](https://pluginsmp.com/plugins/anycase)