db-inspect

Inspect ServerKit SQLite schemas, row counts, and run SQL queries.

666|77|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/jhd3197/ServerKit --skill db-inspect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-inspect
Source: https://github.com/jhd3197/ServerKit/tree/main/.claude/skills/db-inspect
Command: npx skills add https://github.com/jhd3197/ServerKit --skill db-inspect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users understand and debug issues related to the ServerKit application's database by allowing them to inspect its contents and structure.

Core Features & Use Cases

  • Database Schema Inspection: View all tables and their columns.
  • Row Count Analysis: Quickly get the number of entries in each table.
  • Query Execution: Run custom SQL queries against the database.
  • Environment-Specific Access: Works for both local development and production environments via SSH.
  • Use Case: If a user reports that a website is not showing up correctly in ServerKit, you can use this Skill to inspect the websites table to check its configuration and status.

Quick Start

Use the db-inspect skill to show the schema and row counts for the ServerKit database.

Frequently Asked Questions about db-inspect

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

FAQPage Schema
How do I inspect a SQLite database schema and row counts?

Use this Skill to view all table columns and quickly retrieve the number of entries in each table. It supports executing custom SQL queries for deeper analysis.

Can I run custom SQL queries on a remote production database via SSH?

Yes, you can execute custom SQL queries on a remote production database via SSH. This Skill supports environment-specific access to inspect remote ServerKit SQLite databases directly.

How do I debug data integrity issues in a ServerKit SQLite database?

Debug data integrity issues by inspecting table schemas and executing SQL queries against the ServerKit database. This Skill helps diagnose application state and identify configuration problems in tables like websites.

Does this database inspection tool work for both local development and production environments?

Yes, this database inspection tool works for both local development and production environments. It enables environment-specific access to inspect the ServerKit SQLite database locally or remotely via SSH.

What is the best way to check application state in a SQLite database?

The best way to check application state in a SQLite database is to inspect table schemas and execute targeted SQL queries. This Skill allows you to verify configurations and row counts to understand the current state.