benchflow-ai / sqlite
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/sqlite && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1881" && unzip -o skill.zip -d .claude/skills/sqlite && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/sqlite/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Expert guidance for SQLite database with better-sqlite3 Node.js driver including database setup, queries, transactions, migrations, performance optimization, and integration with TypeScript. Use this when working with embedded databases, better-sqlite3 driver, or SQLite operations.
0 views
0 installs