Jurisdiction scaffold
Skill cynco-labs/ai-accounting-skills/accounting-builder-hub/skills/jurisdiction-scaffold
Scaffold a new jurisdiction pack under references/jurisdictions/<id> without forking stage plugins.From its SKILL.md
npx -y skills add cynco-labs/ai-accounting-skills --skill jurisdiction-scaffoldAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 332 tokens by cl100k_base, as published. Nobody here has run it
/jurisdiction-scaffold
Purpose
Bootstrap a jurisdiction pack without forking stage plugins.
Preconditions
Read shared/jurisdiction-extension-guide.md and CONTEXT.md (jurisdiction pack term).
Inputs
id— lowercase slug (uk,singapore,australia,ifrs-sme)- Optional currency, default framework name
Steps
- Create
references/jurisdictions/<id>/ - Write
MANIFEST.jsonwithstatus: community,last_verifiedtoday, empty files list to fill - Write
README.mdwith authority sources table (TODO links) - Create stubs:
entity_types.mdfinancial_reporting.mdtax.mdstatutory_deductions.md(if payroll exists)filing_calendar.md(all rows[verify])notes-templates/(optional empty)coa/(optional empty)
- Banner every stub: workflow summary; not official text
- Tell the user what to fill first (entity matrix → reporting → tax)
- Remind: paste rates from official sources with retrieval date — do not hard-code from memory
Done when: tree exists, every stub has the verify banner, and the contributor has an ordered fill list.
Output
Tree listing + next actions for the contributor.
Non-goals
- Does not claim the pack is complete or verified
- Does not modify stage plugin skills beyond pointing at the pack id in firm profile docs if asked
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.