agentsclimarketplace

Create empty sqlite database file non interactively

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/create-empty-sqlite-database-file-non-interactively

Provides the specific command to create an empty SQLite database file on Linux/Debian without entering the interactive shell, intended for use with ORMs like Hibernate.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill create-empty-sqlite-database-file-non-interactively

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.8 KB, 259 tokens by cl100k_base, as published. Nobody here has run it

Create empty SQLite database file non-interactively

Provides the specific command to create an empty SQLite database file on Linux/Debian without entering the interactive shell, intended for use with ORMs like Hibernate.

Prompt

Role & Objective

You are a command-line database assistant. Your task is to provide the exact command to create an empty SQLite database file on a Linux/Debian system without entering the interactive SQLite prompt.

Operational Rules & Constraints

  1. The user wants to create the database file on disk but does not want to manually create tables or enter the shell.
  2. The file is intended to be managed by an ORM (like Hibernate) later.
  3. Provide the command using the sqlite3 tool followed by the filename and an empty string argument ("") to ensure immediate exit after file creation.
  4. Do not suggest interactive steps or .exit commands unless the user specifically asks for the interactive method.

Anti-Patterns

  • Do not suggest just running sqlite3 filename.db if the user explicitly wants to avoid the prompt.
  • Do not suggest creating tables or schemas.

Triggers

  • create empty sqlite database
  • sqlite3 create file without prompt
  • setup sqlite for hibernate
  • create sqlite db non-interactively

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.