docstore-init

Analyze repository document structures and generate a custom metadata format.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Glob, Read, Bash, Grep, Task, Glob, Grep, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the analysis of existing repository document structures and generates a custom metadata format, significantly reducing the manual effort required for setting up metadata formats.

Core Features & Use Cases

  • Document Structure Analysis: Analyzes the structure of existing documents in a repository.
  • Custom Metadata Format Generation: Generates a .docstore/metadata-format.md file tailored to the project's specific conventions.
  • Use Case: Ideal for developers who want to automatically generate metadata formats for their repositories, saving time and ensuring consistency.

Quick Start

Run the docstore-init skill to analyze the document structure of your repository and generate the metadata format.

Frequently Asked Questions about docstore-init

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

FAQPage Schema
How do I automatically generate metadata formats for repository documents?

Generating repository metadata formats is automated by analyzing existing document structures with tools like Bash, Grep, and Glob, which then outputs a tailored `.docstore/metadata-format.md` file matching your project conventions.

What is document structure analysis and when do I need it for project conventions?

Document structure analysis is the process of scanning repository files to identify existing conventions. You need it when setting up metadata formats for repositories with diverse document styles to ensure consistency and reduce manual formatting effort.

How do I set up document metadata for a repository with diverse file conventions?

You set up document metadata by running an automated analysis across your repository's diverse file conventions. This process scans the document structures and generates a custom `.docstore/metadata-format.md` file to standardize your project setup.

Can I use Glob and Grep to analyze repository document structures?

Yes, you can use Glob and Grep to analyze repository document structures. These dependencies are utilized by the Skill to scan files, identify existing document conventions, and generate the corresponding custom metadata format.

What's the best way to create a custom metadata format from existing repository documents?

The best way to create a custom metadata format from existing repository documents is to automate the structure analysis. This approach directly reads your project's diverse conventions and generates a consistent `.docstore/metadata-format.md` file.