db-list

List database documents with topics and descriptions from the index.

1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/adamrdrew/claude-code-patterns --skill db-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-list
Source: https://github.com/adamrdrew/claude-code-patterns/tree/main/procedural-skills/.claude/skills/db-list
Command: npx skills add https://github.com/adamrdrew/claude-code-patterns --skill db-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List all documents currently stored in the database. Reads the index and presents a summary of all available documents with their topics and descriptions.

Core Features & Use Cases

  • Read the database index and extract document entries in a standard format.
  • Parse entries to produce a concise, user-friendly catalog of topics and descriptions.
  • Handle empty databases gracefully with a clear message and no errors.

Quick Start

Invoke the db-list skill to generate a real-time list of documents currently stored in the database.

Frequently Asked Questions about db-list

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

FAQPage Schema
How do I list all documents stored in a database index?

To list database documents, invoke this skill to read the index, parse entries, and present a formatted catalog of topics and descriptions with accurate counts.

What happens when I try to summarize documents in an empty database?

When listing documents in an empty database, the skill validates the index and handles the empty state gracefully by returning a clear user-facing message without errors.

How do I get a quick summary of database document topics and descriptions?

You can summarize document topics and descriptions by running this skill to parse the database index and extract entries into a concise, user-friendly catalog in real time.

Does this database listing tool validate the index before returning results?

Yes, the skill validates the index existence before parsing document entries, ensuring it only processes available data and returns an appropriate user-facing report of stored documents.