postgresql-stored-program-docs

Generate Japanese Markdown documentation for PostgreSQL stored procedures and functions.

1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/ke-kishimoto/asp-todos --skill postgresql-stored-program-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: postgresql-stored-program-docs
Source: https://github.com/ke-kishimoto/asp-todos/tree/main/.agents/skills/postgresql-stored-program-docs
Command: npx skills add https://github.com/ke-kishimoto/asp-todos --skill postgresql-stored-program-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates the generation of Japanese documentation for PostgreSQL stored procedures and functions by analyzing SQL source files and producing a well-structured Markdown document in a sibling docs/ directory.

Core Features & Use Cases

  • Analyze both procedures and functions to extract parameters, return values, referenced tables, and updated tables.
  • Generate a complete Japanese documentation file describing the object, its inputs, outputs, and processing flow.
  • Use case: Given a SQL file or repository path, produce a ready-to-publish docs/ entry for PostgreSQL stored programs.

Quick Start

Analyze the attached SQL file or repository path and generate docs under docs/ for the PostgreSQL program.

Frequently Asked Questions about postgresql-stored-program-docs

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

FAQPage Schema
How do I generate documentation for PostgreSQL stored procedures and functions?

To generate PostgreSQL stored procedure documentation automatically, provide an SQL file or repository path to extract parameters, return values, referenced tables, and processing flow into a structured Markdown document.

What information is extracted from PostgreSQL stored programs when generating Markdown docs?

Generating PostgreSQL stored program Markdown docs extracts parameters, return values, referenced tables, updated tables, and processing flow to produce a structured document detailing the object's inputs, outputs, and logic.

Can I automatically create Japanese documentation for my PostgreSQL SQL source files?

Yes, you can automatically create Japanese documentation for PostgreSQL SQL source files by analyzing the code structure. The skill generates a ready-to-publish Markdown file describing stored procedures and functions in Japanese.

What is the best way to document PostgreSQL stored function logic and referenced tables?

The best way to document PostgreSQL stored function logic and referenced tables is to analyze the SQL source to map dependencies and processing flow. This skill builds a Markdown summary in a docs/ directory.

Does this PostgreSQL documentation generator work with both stored procedures and functions?

Yes, this PostgreSQL documentation generator works with both stored procedures and functions. It analyzes the SQL source code for either object type to extract metadata and generate a corresponding Markdown file.