Перейти к основному содержимому
Этот контент пока недоступен на вашем языке и отображается на английском.

Schema Exploration

Skill Проверено
95

Lists tables, describes columns and data types, identifies foreign key relationships, and maps entity relationships in a database. Use when the user asks about database schema, table structure, column types, what tables exist, ERD, foreign keys, or how entities relate.

Резюме ИИ

This skill provides tools to list database tables, describe their columns and data types, identify primary and foreign keys, and map entity relationships. It offers concrete examples for common database schema-related questions and guides users on how to proceed with further querying.

Установка

npx skills add langchain-ai/deepagents

Запускает Vercel skills CLI (skills.sh) через npx — нужны локальный Node.js и хотя бы один установленный совместимый со skills агент (Claude Code, Cursor, Codex, …). Предполагается, что репозиторий соответствует формату agentskills.io.

Обновлено 6 days ago
Посмотреть исходный код

Похожие расширения

Query Writing Skill

98

Writes and executes SQL queries from simple SELECTs to complex multi-table JOINs, aggregations, and subqueries. Use when the user asks to query a database, write SQL, run a SELECT statement, retrieve data, filter records, or generate reports from database tables.

Skill
langchain-ai

arXiv Search

98

Searches arXiv for preprints and academic papers, retrieves abstracts, and filters by topic. Use when the user asks to find research papers, search arXiv, look up preprints, find academic articles in physics, math, CS, biology, statistics, or related fields.

Skill
langchain-ai

Fact-Check Skill

98

Verify claims in generated output against sources. Use as a separate pass AFTER content generation to catch hallucinations. Critical constraint - cannot be reliably combined with generation in a single pass.

Skill
jwynia

SpotDB

98

Extension from aliengiraffe/spotdb

Skill
aliengiraffe

PostgreSQL + Drizzle ORM

95

Proactively apply when creating APIs, backends, or data models. Triggers on PostgreSQL, Postgres, Drizzle, database, schema, tables, columns, indexes, queries, migrations, ORM, relations, joins, transactions, SQL, drizzle-kit, connection pooling, N+1, JSONB, RLS. Use when writing database schemas, queries, migrations, or any database-related code. PostgreSQL and Drizzle ORM best practices.

Skill
ccheney

Database Schema Designer

92

Design optimized database schemas for SQL and NoSQL databases including tables, relationships, indexes, and constraints. Creates ERD diagrams, migration scripts, and data modeling best practices. Use when users need database design, schema optimization, or data architecture planning.

Skill
onewave-ai