Ir al contenido principal
Este contenido aún no está disponible en tu idioma y se muestra en inglés.

Schema Exploration

Skill Verificado
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.

Resumen IA

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.

Instalación

npx skills add langchain-ai/deepagents

Ejecuta el CLI de skills de Vercel (skills.sh) mediante npx — requiere Node.js en local y al menos un agente compatible con skills instalado (Claude Code, Cursor, Codex, …). Asume que el repositorio sigue el formato de agentskills.io.

Actualizado el 2 days ago
Ver código fuente

Extensiones similares

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