データベースクエリヘルパー

Generate safe SQL queries for permitted tables in the ML2 project.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/TrickPhone/New-ML2 --skill -trickphone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: データベースクエリヘルパー
Source: https://github.com/TrickPhone/New-ML2/tree/main/.claude/skills/database-query-helper
Command: npx skills add https://github.com/TrickPhone/New-ML2 --skill -trickphone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides safe and efficient database access for the ML2 project. It enforces usage of only explicitly permitted tables, helps with cross-database references, and guides on query patterns to reduce risk and complexity.

Core Features & Use Cases

  • Permission-aware querying: Checks that only allowed tables are used and adheres to project governance.
  • Cross-database references: Guides joining kd3.db and Trick.db safely using ATTACH/DETACH.
  • Query patterns & optimization: Provides common patterns and tips to write efficient, safe SQL queries.

Quick Start

Run a simple query against a permitted table, for example: SELECT * FROM umas LIMIT 1;