Agent Plugins Marketplace
All plugins

australian-accounting-skills

v0.1.5

Australian public-practice workflow skills: BAS tie-out, FBT, Division 7A, STP finalisation, and workpapers. Prep-only. Not lodgment. Not tax advice.

CodexClaude Code

By Ryan DuguidLicense: MIT1 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Aug 25, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add australian-accounting-skills@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

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/ryanduguid/australian-accounting-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

australian-accounting-skills/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "australian-accounting-skills",
  "version": "0.1.5",
  "license": "MIT",
  "repository": "https://github.com/ryanduguid/australian-accounting-skills",
  "homepage": "https://ryanduguid.github.io/tools/australian-tax-ai-agents/",
  "author": {
    "name": "Ryan Duguid"
  },
  "description": "Australian public-practice workflow skills: BAS tie-out, FBT, Division 7A, STP finalisation, and workpapers. Prep-only. Not lodgment. Not tax advice.",
  "skills": "./.claude/skills/",
  "keywords": [
    "australian tax",
    "accounting",
    "bas",
    "fbt",
    "division 7a",
    "stp",
    "xero",
    "codex",
    "claude code",
    "agent skills",
    "accountant"
  ],
  "safety": {
    "humanReviewRequired": true,
    "noLodgment": true,
    "noLodgmentBoundary": "Never lodge, file, submit, transmit, declare, pay, or finalise any tax return, BAS, FBT return, STP report, or other material with the ATO or any government agency.",
    "preserveReviewFlags": true
  },
  "interface": {
    "displayName": "Australian accounting skills",
    "developerName": "Ryan Duguid",
    "shortDescription": "Public-practice BAS, FBT, Div 7A and STP workflows",
    "longDescription": "Nine workflow skills for Australian public-practice accounting. Each skill encodes the steps and tie-outs, and sends the agent to ato.gov.au for rates and thresholds that change yearly. Outputs are review-ready workpapers. An authorised human reviews, decides and lodges. Not tax advice. Not affiliated with or endorsed by the Australian Taxation Office.",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Prepare a BAS workpaper for the quarter ended 31 March from these exports. Cash basis, quarterly lodger. Tie 1A less 1B to the GST control account movement and list exceptions."
    ],
    "logo": "./assets/banner.svg",
    "websiteURL": "https://ryanduguid.github.io/tools/australian-tax-ai-agents/",
    "termsOfServiceURL": "https://github.com/ryanduguid/australian-accounting-skills/blob/main/DISCLAIMER.md",
    "privacyPolicyURL": "https://github.com/ryanduguid/australian-accounting-skills/blob/main/SECURITY.md"
  }
}
.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "australian-accounting-skills",
  "version": "0.1.5",
  "description": "Workflow skills for Australian public-practice accounting: BAS preparation, month-end close, workpaper tie-out, FBT, Division 7A, STP finalisation, year-end workpapers, Xero exports and 13-week cashflow. Prep-only. Not lodgment. Not tax advice.",
  "author": {
    "name": "Ryan Duguid"
  },
  "homepage": "https://ryanduguid.github.io/tools/australian-tax-ai-agents/",
  "repository": "https://github.com/ryanduguid/australian-accounting-skills",
  "license": "MIT",
  "keywords": [
    "australian tax",
    "accounting",
    "bas",
    "fbt",
    "division 7a",
    "stp",
    "xero",
    "claude code",
    "codex",
    "agent skills"
  ],
  "skills": "./.claude/skills"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[australian-accounting-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/australian-accounting-skills)