docs-generator

Generate and maintain AstraForge documentation pages, navigation, and API references with Nextra.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation, updating, and synchronization of documentation for the AstraForge project, ensuring that documentation is always up-to-date and easily accessible.

Core Features & Use Cases

  • Automated Page Creation: Generates new MDX documentation pages with standard structures.
  • Navigation Management: Updates the site's navigation automatically.
  • Root Doc Syncing: Keeps README.md and CONTRIBUTING.md in sync with the documentation site.
  • API Documentation Generation: Extracts API endpoints from backend code to create reference documentation.
  • Use Case: When a new feature is added to AstraForge, use this Skill to quickly create its documentation page, add it to the sidebar, and ensure it's discoverable.

Quick Start

Use the docs-generator skill to create a new documentation page named 'new-feature' with the title 'New Feature Guide'.

Frequently Asked Questions about docs-generator

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

FAQPage Schema
How do I automate MDX documentation generation for a Nextra site?

You can automate MDX documentation generation by creating new pages with standard structures and updating navigation via the _meta.ts file. This ensures new features are instantly discoverable in the sidebar without manual configuration.

How do I generate API reference documentation from backend code?

Generating API reference documentation from backend code involves extracting API endpoints directly from the source. This process automatically creates reference documentation by analyzing the backend codebase, ensuring your API docs stay synchronized with the actual implementation.

Does Nextra navigation management support automatic sidebar updates?

Nextra navigation management supports automatic sidebar updates by modifying the _meta.ts file. When new MDX pages are generated, the navigation structure is automatically updated to reflect the changes without requiring manual configuration.

What is the best way to sync root markdown files with a documentation site?

The best way to sync root markdown files with a documentation site is through automated synchronization processes. This keeps files like README.md and CONTRIBUTING.md perfectly aligned with the published documentation content, preventing version drift.

Can I use this approach to create documentation for a newly added feature?

You can use this approach to create documentation for a newly added feature by generating a new MDX page with a standard structure. It automatically adds the page to the sidebar navigation, ensuring the new feature documentation is instantly discoverable.