Add create-country-guide and create-app-page authoring skills - #508
Merged
Conversation
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>
Contributor
There was a problem hiding this comment.
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.mddocumenting the canonical “supplier registration + issuing invoices” guide family pattern, snippet wiring, workflow JSON pairing constraints, anddocs.jsonregistration. - Added
skills/create-app-page/SKILL.mddocumenting the standard app-page<Tabs>shell, archetypes, snippet wiring, and the required registration touchpoints. - Updated
CLAUDE.mdto 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"`). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 (withco-dian/pt-at/pl-ksefas the canonical shape), full page skeletons and stock idioms, the workflow Card + Workflow/Code Tabs block, workflow.mdx/-data.mdxpair constraints, GOBL example and FAQ composer wiring, screenshot conventions,docs.jsonregistration 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) withmode: 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 ofCLAUDE.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
guides/pl-ksef.mdx,apps/france.mdx,apps/dian-colombia.mdx,apps/sdi-italy.mdx,snippets/workflows/es/verifactu-invoice-data.mdx).🤖 Generated with Claude Code