docs-writer

Generate, update, and review Mintlify MDX documentation for Bifrost features.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/taisrisk/bifrostv2 --skill docs-writer-taisrisk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-writer
Source: https://github.com/taisrisk/bifrostv2/tree/main/.claude/skills/docs-writer
Command: npx skills add https://github.com/taisrisk/bifrostv2 --skill docs-writer-taisrisk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation and maintenance of technical documentation for Bifrost features, ensuring accuracy and completeness across the codebase.

Core Features & Use Cases

  • Automated Doc Generation: Writes new documentation for Bifrost features by researching the UI, Go backend, and configuration schema.
  • Doc Updates & Reviews: Updates existing documentation based on code changes and performs thorough reviews for accuracy.
  • Use Case: When a new feature like "semantic caching" is implemented, this Skill can automatically generate its initial documentation, including configuration examples and UI flow descriptions, saving developers significant time.

Quick Start

Use the docs-writer skill to write new documentation for the 'virtual-keys' feature.

Frequently Asked Questions about docs-writer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Mintlify MDX documentation for new features?

To generate Mintlify MDX documentation, the Skill researches the codebase, including the UI and Go backend, to automatically write initial docs, configuration examples, and UI flow descriptions for new features.

Can I update existing technical docs based on code changes?

Yes, you can update existing technical documentation by having the Skill analyze code changes and apply those updates to the current MDX files to ensure feature docs remain accurate.

Does the documentation writer validate configuration examples against the schema?

Yes, the documentation writer validates configuration examples against the schema to ensure technical accuracy and completeness when generating or updating Mintlify MDX files for Bifrost features.

What's the best way to review technical documentation for accuracy?

The best way to review technical documentation for accuracy is to use the Skill's review function, which cross-references MDX content against the codebase, configuration schema, and established documentation conventions.

Do I need to manually research the Go backend to write feature docs?

No, you do not need to manually research the Go backend, as the Skill automatically researches the codebase and external context to gather the required information for generating and updating documentation.