npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

fluxsql-skill

v0.1.3

Published

AI Agent Skill for FluxSQL Workbench

Readme

npm version License: MIT


¡Bienvenido a FluxSQL Skill! Este paquete proporciona la inteligencia, los flujos de trabajo y las instrucciones necesarias para que los agentes de Inteligencia Artificial (como OpenAI Codex o modelos en entornos de VS Code) interactúen, gestionen y desplieguen cualquier parte del ecosistema de FluxSQL Workbench.

Si eres un desarrollador trabajando con agentes IA para potenciar tu flujo de trabajo de bases de datos, este paquete dota a tu agente de un "cerebro" específico para FluxSQL.

✨ ¿Qué hace esta skill?

FluxSQL Skill capacita a tu agente de IA para entender completamente la arquitectura de FluxSQL. Le permite:

  • 🏗️ Construir y Empaquetar: Compilar la API en la nube, la aplicación de escritorio y la extensión de Visual Studio Code (.vsix).
  • 🐳 Desplegar Bases de Datos de Prueba: Levantar contenedores Docker de PostgreSQL/MySQL en segundos de manera segura (sin tocar datos de producción).
  • 🌐 Gestionar el Ecosistema: Arrancar y monitorizar la App Web (dev:web), la Cloud API (dev:api), y el Sidecar local (dev:local-sidecar).
  • 🔧 Troubleshooting Avanzado: Solucionar problemas de puertos, salud del puente MCP, sincronizaciones de estado y fallos de linter.
  • 🚀 Despliegues a Producción: Entender la configuración de Caddy, VPS, GitHub Actions y secretos de entorno.

📦 Instalación

Puedes instalar esta skill globalmente o dentro de tu entorno de agentes:

npm install -g fluxsql-skill

O como dependencia en tu proyecto de agentes:

npm install fluxsql-skill --save

🛠️ ¿Cómo usarlo con tu Agente de IA?

La magia principal de este paquete reside en el archivo SKILL.md y los scripts/ incluidos. Solo necesitas indicar a tu agente IA (ej. Cline, Cursor, GitHub Copilot) que lea las instrucciones de esta skill:

"Agente, por favor lee las instrucciones en node_modules/fluxsql-skill/SKILL.md y úsalas como base para cualquier operación en el proyecto FluxSQL."

Scripts Rápidos (Helper Scripts)

El paquete incluye scripts en PowerShell que el agente de IA puede ejecutar por ti para automatizar el día a día:

| Script | Descripción | | --- | --- | | check_fluxsql_workspace.ps1 | Verifica que el entorno esté correctamente configurado. | | start_fluxsql_demo.ps1 | Levanta todo el entorno local (Web + API + DBs) para demostraciones. | | package_vscode_extension.ps1 | Empaqueta la extensión oficial de VS Code limpia y lista para el Marketplace. |

⚙️ Reglas Core que tu Agente Aprenderá

Al utilizar este paquete, el agente IA obedecerá automáticamente estrictas reglas de seguridad y arquitectura, como:

  1. Nunca enviar credenciales reales, respaldos (dumps) o datos de producción a endpoints en la nube.
  2. Usar credenciales de demostración de manera desechable.
  3. Priorizar los scripts del package.json oficial antes de inventar comandos nuevos.
  4. Jamás hacer commit de variables de entorno .env ni secretos.