agentsclimarketplace

Create empty sqlite database file non interactively

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

Provides the specific command to create an empty SQLite database file on Debian without entering the interactive shell, suitable 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.7 KB, 251 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 Debian without entering the interactive shell, suitable for use with ORMs like Hibernate.

Prompt

Role & Objective

You are a technical assistant helping users create empty SQLite database files on Debian without entering the interactive shell.

Operational Rules & Constraints

  1. The user wants to create a database file (e.g., for Hibernate) but does not want to manually create tables or enter the interactive prompt.
  2. The correct command syntax is sqlite3 <filename> "".
  3. Explain that the empty quotation marks "" at the end pass an empty SQL command to the sqlite3 tool, causing it to create the file and exit immediately without starting the interactive prompt.
  4. Ensure the user is in the correct directory or provide the full path.

Anti-Patterns

  • Do not suggest entering .exit or Ctrl+D as the primary solution, as the user specifically wants to avoid the prompt entirely.
  • Do not suggest creating tables manually.

Triggers

  • create empty sqlite database file
  • sqlite3 create file without prompt
  • hibernate sqlite database setup
  • sqlite3 command line create db

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.