wiki_submit

Featured

Submit wiki documentation pages to Wegent backend API. Simplifies the HTTP POST process for wiki content submission.

AI & Automation 848 stars 139 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 89/100

Stars 20%
98
Recency 20%
100
Frontmatter 20%
40
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

For every coordinated full-rebuild review action, read [`REVIEW_CONTRACT.md`](REVIEW_CONTRACT.md) completely first. It defines the required handoffs, phase states, outputs, and completion criteria for both Writer and Reviewer. # Wiki Submit Skill This skill provides a simple command-line tool to submit wiki documentation pages to the Wegent backend. ## Page paths A page is identified by its `--path`: `index`, `architecture/backend`, `modules/indexing`. Lowercase, `/`-separated, no file extension, at most 4 folders deep. Two paths may not differ only by case — the projection matches them case-insensitively, so they would collapse into one page. **Keep a path stable across runs.** It is what lets an unchanged page keep its place, its links and its search index. Changing it republishes the page as a deletion plus an insertion, so reword titles freely and move paths rarely. Send a page's **complete content** every time. There is no patch format; what you send replaces the page. A section that holds pages needs a substantive page of its own. If you submit `architecture/backend`, also submit `architecture` with an overview of that section; for `architecture/backend/api`, submit both `architecture` and `architecture/backend`. This is a publish requirement: `complete` refuses a version with any ancestor path that is not a page. Submit overview pages first where practical, and always before running `complete`. Write `index` as the wiki overview. Create a slash-separated sectio...

Details

Author
wecode-ai
Repository
wecode-ai/Wegent
Created
8 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category