doc-integrate

Integrates documents from .docstore into a project's docs directory.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/stanah/dotagents --skill doc-integrate-stanah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-integrate
Source: https://github.com/stanah/dotagents/tree/main/.claude/skills/doc-integrate
Command: npx skills add https://github.com/stanah/dotagents --skill doc-integrate-stanah

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The manual process of integrating and configuring extracted documents into a project's documentation is time-consuming and prone to errors.

Core Features & Use Cases

  • Document Integration: Automates the integration of documents from .docstore/extracted/ into a project's docs/ directory.
  • Markdown Conversion: Transforms raw Markdown files to adhere to project-specific Markdown conventions.
  • Configuration Options: Allows manual adjustment of document locations and configuration via user input.

Quick Start

Use the doc-integrate skill to integrate the documents for project "XYZ" by running the command doc-integrate project XYZ.

Frequently Asked Questions about doc-integrate

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

FAQPage Schema
How do I integrate extracted documents into my project documentation automatically?

To integrate extracted documents automatically, you can automate the process of moving files from `.docstore/extracted/` into your project's `docs/` directory while transforming markdown content to match project conventions.

How does markdown conversion work when integrating project documentation?

Markdown conversion transforms raw Markdown files extracted from a `.docstore` to adhere to your project-specific documentation conventions, ensuring consistent formatting across all integrated files.

What's the best way to manage configuration metadata for integrated project documents?

Managing configuration metadata is handled automatically during the document integration process, with options allowing manual adjustment of document locations and configuration via user input.

Can I manually adjust document locations during the markdown integration process?

Yes, you can manually adjust document locations and configuration, as the integration process allows user input to override default file placement from `.docstore/extracted/` into the `docs/` directory.

Why does manual document integration take so much time and cause errors?

Manual document integration is time-consuming and prone to errors because it requires individually moving files, converting markdown formats, and updating configuration metadata by hand without automated processing.

How do I run document integration for a specific project?

To run document integration for a specific project, execute the command `doc-integrate project XYZ`, replacing XYZ with your project name to automate the file transformation and metadata updates.