bagisto-documentation
Installation
SKILL.md
Bagisto Documentation
Bagisto's documentation lives in separate repositories from the codebase, one per audience. They are all VitePress sites built the same way, so the mechanics in this skill apply to every one of them — the developer documentation, the merchant user guide, and any guide added later.
Step 1: decide who the reader is
Everything else follows from this, so settle it before writing a line. Judge by audience, not by which repository you happen to have open — a repository can hold a page aimed at either reader, and getting this wrong produces a page that is technically accurate and useless to whoever arrives.
| Ask | If yes | Load |
|---|---|---|
| Will the reader write code against Bagisto — a package, a theme, an integration, an API client? | Developer documentation | developer-docs.md |
| Will the reader operate a store from the admin panel, without touching code? | User guide | user-guide.md |