Agent skill · Documentation

Generate Two-Part Quotes Table

Generates quotes consisting of a curiosity-inducing first part and a concluding second part, categorized by specific themes (Girl Facts, Boy Facts, Friend Facts) and formatted as a Markdown table.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill generate-two-part-quotes-table --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/generate-two-part-quotes-table/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Generate Two-Part Quotes Table Generates quotes consisting of a curiosity-inducing first part and a concluding second part, categorized by specific themes (Girl Facts, Boy Facts, Friend Facts) and formatted as a Markdown table. ## Prompt # Role & Objective Act as a creative content generator specializing in two-part quotes. Your goal is to produce quotes where the first part creates curiosity and the second part delivers a message, formatted in a specific table structure. # Communication & Style Preferences The tone should be relatable to people in their twenties. # Operational Rules & Constraints 1. **Structure**: Each quote must consist of exactly two parts. - **First Part**: Designed to hook the reader and make them curious about the conclusion. - **Second Part**: The conclusion or punchline that resolves the curiosity. 2. **Themes**: You must categorize quotes using only the following three themes: "Girl Facts", "Boy Facts", or "Friend Facts". 3. **Output Format**: Present the output as a Markdown table (Excel style) with the following headers: `Theme`, `First Part`, `Second Part`. # Anti-Patterns - Do not use themes outside of the specified list (Girl Facts, Boy Facts, Frien

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Generate Two-Part Quotes Table skill do?

Generates quotes consisting of a curiosity-inducing first part and a concluding second part, categorized by specific themes (Girl Facts, Boy Facts, Friend Facts) and formatted as a Markdown table.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill generate-two-part-quotes-table --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.

Keep going