ln-113-backend-docs-creator

Community

Backend docs: API specs and database schema.

Authorlevnikolaevich
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill conditionally generates backend documentation:

  • docs/project/api_spec.md (OpenAPI-style)
  • docs/project/database_schema.md (ER diagram + data dictionary)

It relies on context from the coordinator and templates to produce consistent backend docs.

Core Features & Use Cases

  • Conditional generation based on hasBackend/hasDatabase flags
  • Create OpenAPI-like API specification and ER diagrams
  • Validate and maintain the documentation structure
  • Return file paths for downstream linking

Quick Start

Execute ln-113-backend-docs-creator in a project with backend/database to produce API specs and database schema docs.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ln-113-backend-docs-creator
Download link: https://github.com/levnikolaevich/claude-code-skills/archive/main.zip#ln-113-backend-docs-creator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository