Squix Skill for AI Coding Agents

Community

Run safe, non-interactive SQL with guards.

Authoreduardofuncao
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps AI coding agents execute SQL safely and predictably with Squix, avoiding common interactive/TUI pitfalls and ensuring correct output formatting for automation.

Core Features & Use Cases

  • Non-interactive execution: Enforces the use of -f for SELECT queries so results stream to stdout in machine-friendly formats (json/csv/tsv/html/markdown/sql).
  • Connection safety workflow: Requires checking connectivity (squix status) and switching to the correct connection before running queries.
  • Query library support: Covers running named/ID queries, listing queries/connections, and using parameterized queries with :name and optional defaults (:name|default) for repeatable runs.
  • Operational guardrails: Explicitly lists commands to avoid when you need non-interactive behavior (e.g., squix shell, squix run without -f for SELECT).

Quick Start

Run a previously saved query named orders and stream results as JSON to stdout by giving the command: squix switch <connection-name>, then squix run orders -f json.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Squix Skill for AI Coding Agents
Download link: https://github.com/eduardofuncao/squix/archive/main.zip#squix-skill-for-ai-coding-agents

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.