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.
npx skills add ECNU-ICALK/AutoSkill --skill generate_sql_update_book_descriptions --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Prompt
- Triggers
What does the generate_sql_update_book_descriptions skill do?
Generates SQL UPDATE statements to populate book descriptions in a database, strictly adhering to word count, content exclusion, and formatting constraints.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill generate_sql_update_book_descriptions --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
