1
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill ntaksh42/agents --skill azure-wiki-generator- SKILL.md2.5 KB
Overview
This skill generates and manages Azure DevOps Wiki pages using Markdown to produce clear, navigable project documentation. It provides page templates, automatic table-of-contents structure, and support for diagrams (Mermaid) and embedded images. Use it to standardize documentation, bootstrap new projects, and update wiki content via Git workflows.
How this skill works
The skill creates Markdown files for home, architecture, API reference, and feature-spec pages, and can produce hierarchical table-of-contents links. It embeds Mermaid diagrams and image references in the generated pages, and outputs ready-to-commit files for the Azure DevOps Wiki Git repository. For updates, it provides Git commands and commit-ready content so pages can be pushed to the .wiki repo.
When to use it
- Bootstrapping a new project wiki with standard sections and templates
- Documenting system architecture with diagrams and component lists
- Creating consistent API reference pages and example JSON responses
- Providing feature-spec templates for product and engineering teams
- Automating wiki updates via Git in CI/CD or documentation workflows
Best practices
- Keep each wiki page focused and short; use templates for consistency
- Use Mermaid for architecture diagrams and include alt text for accessibility
- Organize pages into a clear hierarchy and update the table of contents when adding pages
- Commit small, frequent documentation updates and include descriptive commit messages
- Store images in the wiki repo or a central assets folder and reference them by relative path
Example use cases
- Generate a Project Wiki home page with overview, quickstart, and TOC for a new repo
- Create an Architecture page with a Mermaid system diagram and component breakdown
- Produce an API Reference page with endpoints, example requests, and JSON responses
- Use the feature-spec template to capture requirements, UI notes, data model, and test plan
- Automate pushing documentation changes from CI to the Azure DevOps Wiki Git repo
FAQ
Yes — it supports Mermaid diagrams and image references; include images in the wiki assets folder and reference them by relative path.
How do I update the Azure DevOps Wiki with generated pages?
Clone the project.wiki Git repo, add the generated Markdown files, commit with a clear message, and push. The skill provides the example Git commands to use.