AI AGENT ADDONS

Schema Exploration

langchain-ai/deepagents
Databases
993installs

Exploring a database structure is easy with this skill. It can list all tables so you know what is available. It can describe columns and their data types like INTEGER or TEXT.

The skill also finds foreign keys that link tables together. This helps you understand how data connects. You will see sample data and primary keys too.

Developers and analysts use it to learn about database schemas quickly. No more guessing what fields or relationships exist. Just ask and get clear answers.

Add Schema Exploration skill to your workflow

Global

mkdir -p ~/.claude/skills/schema-exploration

Project

mkdir -p .claude/skills/schema-exploration

Source Repository

Stars
25,225
Forks
3,565
Watchers
25,225
License
MIT
Last Push
1 month ago
Created
1 year ago