Back to Directory
general
SQL Writer
Convert natural language to SQL queries. Use when you need to write SQL fast.
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
- Initial release of sql-writer skill.
- Converts natural language prompts into SQL queries.
- Supports multiple SQL dialects (PostgreSQL, MySQL, SQLite).
- Allows optional table schema for more accurate SQL generation.
- Outputs well-formatted, ready-to-run SQL queries.