一键导入
taxmate-australia
Use when a local helper must route general TaxMate Australia requests into the full runtime.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when a local helper must route general TaxMate Australia requests into the full runtime.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when the user needs TaxMate Australia guidance for records and proof standards.
Use when the user wants a TaxMate Australia individual return prep pack, broad individual tax checklist, or full-runtime HTML handoff setup.
Execute TaxMate Australia repo PR closeout, local validation, and release delivery. Use when fixing or merging TaxMate Australia GitHub PRs, handling review comments, encoding repeated review lessons into validation checks/tests, running Gitleaks gates, merging Release Please PRs, verifying published tags/releases, or cleaning TaxMate worktrees/branches after release.
Use when the user asks for TaxMate Australia, Australian tax prep linked to ATO sources, or an unclear Australian tax topic.
Use when the user needs TaxMate Australia accountant-facing Excel workbook outputs from reviewed tax-prep data.
Use when the user needs TaxMate Australia accountant handoff packs, source bundles, manual-copy guidance, or print-first HTML handoff setup.
| name | taxmate-australia |
| description | Use when a local helper must route general TaxMate Australia requests into the full runtime. |
| compatibility | Local wrapper for Claude Code, Cowork, and Codex. Requires repo checkout and the full TaxMate Australia runtime. |
| metadata | {"internal":true} |
Accountant review flags, fabricate evidence, hide income, overclaim, or convert preparation output into a lodged position.| Situation | Action |
|---|---|
| General TaxMate request | Load the full-runtime research skill. |
| Root path is unknown | Resolve TAXMATE_AUSTRALIA_ROOT first. |
| Requested skill exists in plugin runtime | Prefer $taxmate-australia:* runtime skill. |
| User asks to lodge or finalise | Refuse and keep output prep-only. |
Accountant review or prep-only language.Use the plugin skill $taxmate-australia:research when available.
Resolve the local plugin root from TAXMATE_AUSTRALIA_ROOT, or from a colocated checkout when this wrapper is copied into a larger plugin bundle:
export TAXMATE_AUSTRALIA_ROOT="${TAXMATE_AUSTRALIA_ROOT:-$(cd "$(dirname "$0")/../.." && pwd)}"
Read:
"$TAXMATE_AUSTRALIA_ROOT/runtime/skills/research/SKILL.md"
Follow that skill exactly. This wrapper exists for Codex installations that load ~/.agents/skills before local plugin-cache skills.