plugins marketplace
← All plugins

database-documentation-gen

v1.29.0

Database plugin for database-documentation-gen

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/database/database-documentation-gen/ inside the repository.

Layout

plugins/database/database-documentation-gen/
├── .claude-plugin/plugin.json
└── skills/database-documentation-gen/SKILL.md

Skills1

database-documentation-genskills/database-documentation-gen/SKILL.md

Process use when you need to work with database documentation. This skill provides automated documentation generation with comprehensive guidance and automation. Trigger with phrases like "generate docs", "document schema", or "create database documentation".

Manifests1

plugins/database/database-documentation-gen/.claude-plugin/plugin.json
{
  "name": "database-documentation-gen",
  "version": "1.29.0",
  "description": "Database plugin for database-documentation-gen",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "database",
    "backend",
    "documentation",
    "agent-skills"
  ]
}