Labsco
ScriptonBasestar logo

Document Schema Specifications

from ScriptonBasestar

A collection of document schemas for standardizing project documentation across various software projects.

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

Document Schema Specifications

A comprehensive collection of document schemas for standardizing project documentation across different types of software projects.

โœจ Key Features

  • ๐Ÿ“‹ Document Schema Collection - 10+ schemas covering all aspects of project documentation
  • ๐ŸŒ GitHub API Integration - 191 templates from official GitHub repositories
  • ๐Ÿ” Real-time Validation - Automated document structure checking
  • ๐Ÿ“ฆ NPX Ready - Easy installation and execution via npx
  • ๐Ÿค– AI-Friendly - Designed for seamless AI assistant integration
  • โšก Template Generation - Instant creation of standardized documents

๐Ÿ“‹ GitHub API Integration

๐Ÿ”„ Real-time Template Access

๐Ÿ›ก๏ธ Fallback System

  • Primary: GitHub API for latest templates
  • Fallback: Local templates when API unavailable
  • Zero configuration required

๐Ÿ“ Schema Collection

This project provides schemas for the following document types:

  • README - Project introduction and setup instructions
  • API Documentation - Code interface documentation
  • Architecture - System design and component structure
  • Features - User-facing functionality descriptions
  • Tech Stack - Technology choices and dependencies
  • TODO - Active development tasks and tracking
  • Backlog - Future ideas and deferred features
  • Changelog - Version history and changes
  • Contributing - Contribution guidelines and setup
  • Prompts - AI prompt templates and standards

๐Ÿ“‚ File Structure

mcp-schema-specs/
โ”œโ”€โ”€ schemas/                    # Document and template specifications
โ”‚   โ”œโ”€โ”€ docs/                   # Document schema definitions
โ”‚   โ”‚   โ”œโ”€โ”€ schema.readme.md   # README structure
โ”‚   โ”‚   โ”œโ”€โ”€ schema.api.md      # API documentation
โ”‚   โ”‚   โ””โ”€โ”€ ...                # Other schema files
โ”‚   โ””โ”€โ”€ templates/             # Local template fallbacks
โ”‚       โ”œโ”€โ”€ licenses/          # License templates
โ”‚       โ””โ”€โ”€ gitignore/         # Gitignore templates
โ”œโ”€โ”€ doc-server/                # MCP server implementation
โ”‚   โ”œโ”€โ”€ src/index.ts          # Server source code
โ”‚   โ”œโ”€โ”€ package.json          # NPM package configuration
โ”‚   โ”œโ”€โ”€ README.md             # Server documentation
โ”‚   โ””โ”€โ”€ build/                # Compiled JavaScript
โ””โ”€โ”€ README.md                  # Project overview

๐Ÿ“ฆ NPM Package

The MCP server is published as @scriptonbasestar/sb-schema-doc-server:

๐Ÿค Contributing

Please read our Contributing Guidelines for details on our code of conduct and the process for submitting pull requests.

๐Ÿ“„ License

MIT License - see the LICENSE file for details.