wiki_submit

Solid

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

AI & Automation 572 stars 100 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 88/100

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

Skill Content

# Wiki Submit Skill This skill provides a simple command-line tool to submit wiki documentation sections to the Wegent backend. ## Usage ### Submit a single section from a markdown file ```bash node wiki_submit.js submit \ --generation-id 123 \ --type overview \ --title "Project Overview" \ --file /path/to/overview.md ``` ### Submit section content directly ```bash node wiki_submit.js submit \ --generation-id 123 \ --type architecture \ --title "System Architecture" \ --content "# Architecture\n\nYour markdown content here..." ``` ### Complete the wiki generation ```bash node wiki_submit.js complete \ --generation-id 123 \ --structure-order "overview: Project Overview" "architecture: System Architecture" "module: Core Modules" ``` ### Mark generation as failed ```bash node wiki_submit.js fail \ --generation-id 123 \ --error-message "Failed to analyze repository structure" ``` ## Section Types - `overview`: Project overview and objectives - `architecture`: System architecture and design - `module`: Module documentation - `api`: API documentation - `guide`: User guides and tutorials - `deep`: In-depth technical analysis ## Authentication The authorization token is **automatically obtained** from the `TASK_INFO.auth_token` environment variable when running inside an executor container. You don't need to specify it manually. ## Environment Variables The following environment variables are automatically available in executor containers: - ...

Details

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

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

project-wiki

This skill should be used when the user asks to "generate project wiki", "create project documentation", "document the codebase", "generate a wiki for this project", "create docs from code", or wants to produce a comprehensive, navigable documentation set from source code stored locally as Markdown files in `.atmos/wiki/`.

1 Updated yesterday
AruNi-01
API & Backend Listed

wiki-authoring

Use when authoring or editing pages under /knowledge/ on the lab website (paper pages, topic pages, repo pages). Covers required frontmatter fields, slug rules, the h1-must-match-title invariant, finding anchors, git commit conventions, the wiki_janitor audit, and the preservation rule for category and papers_supporting fields.

0 Updated yesterday
coleoguy
Data & Documents Listed

mb-wiki

Create and maintain personal wikis using Commune Wiki architecture. Use when: (1) Setting up a new wiki from the commune-wiki template (2) Personalizing wiki (name, avatar, social links, domain) (3) Adding atomic notes with proper frontmatter and WikiLinks (4) Publishing changes (git commit + push for auto-deploy) (5) Converting Gemini/GPT deep research into wiki format (6) Pulling upstream template updates from Devon (7) Generating "Recent Updates" notes from Git history Triggered by: /mb-wiki, "add a note", "publish wiki", "create wiki", "configure wiki", "personalize wiki"

28 Updated yesterday
noontide-co
Data & Documents Listed

docs-writer

Generates MkDocs-flavored or standard GitHub-flavored Markdown documentation from codebase analysis findings including API references, architecture guides, standalone markdown files, and change summaries (converted from agent)

38 Updated today
sequenzia
AI & Automation Solid

wiki-page-writer

Generates rich technical documentation pages with dark-mode Mermaid diagrams, source code citations, and first-principles depth. Use when writing documentation, generating wiki pages, creating technical deep-dives, or documenting specific components or systems.

2,429 Updated 2 days ago
microsoft