Claude Code Plugins

Community-maintained marketplace

Feedback

SQLite database operations and queries

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name sqlite-db
description SQLite database operations and queries
allowed-tools Bash, Read

SQLite Database Skill

Overview

SQLite database operations for local development. 90%+ context savings.

Tools (Progressive Disclosure)

Query Operations

Tool Description Confirmation
query Execute SELECT query No
execute Execute INSERT/UPDATE/DELETE Yes
schema Show table schema No
tables List all tables No

Database Management

Tool Description Confirmation
create-table Create new table Yes
drop-table Drop table REQUIRED
vacuum Optimize database Yes
backup Create backup No

BLOCKED

Tool Status
DROP DATABASE BLOCKED

Agent Integration

  • developer (primary): Database operations
  • database-architect (secondary): Schema design

Security

⚠️ DROP operations require confirmation