بنقرة واحدة
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.