Skip to content

Add create-country-guide and create-app-page authoring skills - #508

Merged
methodofaction merged 1 commit into
mainfrom
add-authoring-skills
Jul 28, 2026
Merged

Add create-country-guide and create-app-page authoring skills#508
methodofaction merged 1 commit into
mainfrom
add-authoring-skills

Conversation

@methodofaction

Copy link
Copy Markdown
Contributor

What changed

Two new packaged skills under skills/, reverse-engineered from the existing pages:

  • skills/create-country-guide/SKILL.md — how to add a country/regime guide family: the post-Split supplier registration into dedicated guides per country #498 supplier + issuing page pair (with co-dian/pt-at/pl-ksef as the canonical shape), full page skeletons and stock idioms, the workflow Card + Workflow/Code Tabs block, workflow .mdx/-data.mdx pair constraints, GOBL example and FAQ composer wiring, screenshot conventions, docs.json registration rules, an end-to-end new-country checklist, and the known gotchas.
  • skills/create-app-page/SKILL.md — how to add an app page: the fixed <Tabs> shell (Description → Limitations → Actions → Workflows → Documents) with mode: wide, tab-by-tab canonical excerpts, an archetype table (country connector vs utility vs format vs integration), icon CDN conventions, the three registration points that must stay in sync (docs.json, apps/index.mdx, country resources table), and gotchas.

Also registers both skills in the skills/ bullet of CLAUDE.md.

Why

New country and app docs should follow the newest conventions (#498 supplier split, #504 apps restructure, #505 JSON workflow diagrams) rather than whichever legacy page an author happens to copy. These skills capture the current preferred pattern, name the reference pages to copy from, and flag the legacy shapes to avoid.

Notes for reviewers

  • Docs-only change: no page content, nav, or snippets touched.
  • All verbatim excerpts quoted in the skills were spot-checked against the current files (guides/pl-ksef.mdx, apps/france.mdx, apps/dian-colombia.mdx, apps/sdi-italy.mdx, snippets/workflows/es/verifactu-invoice-data.mdx).
  • Worth a skim by whoever wrote the most recent country docs (Saudi Arabia / France PA) to confirm the "newest pattern" calls match intent.

🤖 Generated with Claude Code

Reverse-engineer the current authoring patterns for country guides
(supplier + issuing pair, workflow snippet pairs, FAQ wiring, docs.json
registration) and apps pages (Tabs shell, actions/workflows/documents
tabs, index card and nav registration) into two packaged skills, so new
countries and apps follow the newest conventions (#498, #504, #505)
instead of legacy pages. Register both in CLAUDE.md.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 28, 2026 13:50
@methodofaction
methodofaction merged commit 21093eb into main Jul 28, 2026
3 checks passed
@methodofaction
methodofaction deleted the add-authoring-skills branch July 28, 2026 13:52

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds two new packaged authoring skills under skills/ to codify the current recommended patterns for (1) country/regime guide families and (2) app pages, and updates CLAUDE.md to reference them so future authors follow consistent, newer conventions.

Changes:

  • Added skills/create-country-guide/SKILL.md documenting the canonical “supplier registration + issuing invoices” guide family pattern, snippet wiring, workflow JSON pairing constraints, and docs.json registration.
  • Added skills/create-app-page/SKILL.md documenting the standard app-page <Tabs> shell, archetypes, snippet wiring, and the required registration touchpoints.
  • Updated CLAUDE.md to include the new skills in the “skills/” directory description.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
skills/create-country-guide/SKILL.md New skill documenting how to create/structure country guide families, including workflow/snippet and navigation conventions.
skills/create-app-page/SKILL.md New skill documenting how to create/structure app pages, including the tabs shell, snippet wiring, and registration steps.
CLAUDE.md Updates the repo’s “skills/” directory description to include and recommend the two new skills.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


- Sentence case; brand casing preserved (`VERI*FACTU`, `TicketBAI`, `KSeF`, `myDATA`). **No backslash escaping in frontmatter** — only in MDX body text.
- Title patterns: `"<REGIME> issuing invoices guide"` / `"<REGIME> supplier registration guide"`; the newest generation drops "guide" (`"Invoicing in France"`, `"ZATCA supplier registration in Saudi Arabia"`). Either is fine; be consistent within a family.
- `sidebarTitle` is a small closed enum — reuse verbatim: `Supplier registration`, `Issuing invoices`, `Receiving invoices`, `Reporting`, `Registration`, `Invoicing`, `Status`, `Clearance & reporting`, `Overview`.
Comment on lines +37 to +38
- `keywords` — lowercase: country name, regime/system acronyms, format names, ISO-2 code.
- No `icon`, no `sidebarTitle` (only `index.mdx` uses `sidebarTitle: "Discover"`).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants