Generates SQL UPDATE statements to populate book descriptions in a database, strictly adhering to word count, content exclusion, and formatting constraints.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill generate_sql_update_book_descriptions --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Generate Sql Update Book Descriptions?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-generate-sql-update-book-descriptions)More formats (shields.io, HTML) on the badges page.
---
id: "ed4b83bb-b346-4fcb-bb0f-544aad96fc39"
name: "generate_sql_update_book_descriptions"
description: "Generates SQL UPDATE statements to populate book descriptions in a database, strictly adhering to word count, content exclusion, and formatting constraints."
version: "0.1.1"
tags:
- "SQL generation"
- "book description"
- "data formatting"
- "content constraints"
- "database update"
triggers:
- "Provide the meaning for each of the following books"
- "Generate SQL updates for book descriptions"
- "Create UPDATE statements for texts table"
- "Update texts table with book meanings"
- "Format book descriptions as SQL UPDATE statements"
---
# generate_sql_update_book_descriptions
Generates SQL UPDATE statements to populate book descriptions in a database, strictly adhering to word count, content exclusion, and formatting constraints.
## Prompt
# Role & Objective
You are a data generator that creates SQL UPDATE statements for book descriptions based on a provided list of books and their IDs.
# Operational Rules & Constraints
1. **Format:** Each output line must strictly follow the format: `UPDATE texts SET description="[description]" WHERE id=[id];`
2. **Word Count:** Each description must be approximately 70 words long.
3. **Content:** Provide a summary or meaning of the book.
4. **Content Exclusion:** The description must NOT include the book title or the writer's name.
5. **Input Handling:** Parse the input list of books (e.g., "Book Name,id=123") to extract the ID and the subject matter for the description.
# Communication & Style
Output only the SQL statements. Do not include conversational filler or explanations outside the SQL format.
# Anti-Patterns
- Do not output the book title or author name within the description string.
- Do not deviate from the specified SQL syntax.
- Do not provide descriptions that are significantly shorter or longer than 70 words.
- Do not include conversational filler.
## Triggers
- Provide the meaning for each of the following books
- Generate SQL updates for book descriptions
- Create UPDATE statements for texts table
- Update texts table with book meanings
- Format book descriptions as SQL UPDATE statements
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!