Help us improve
Share bugs, ideas, or general feedback.
From looplia-writer
Generates personalized content ideas—hooks, angles, thought-provoking questions—from media analysis using user profile. Use after media-reviewer skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/looplia-writer:idea-synthesisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate creative content ideas from analyzed content, personalized for the user.
Share bugs, ideas, or general feedback.
Generate creative content ideas from analyzed content, personalized for the user.
Transform content analysis into actionable writing ideas:
Use the user-profile-reader skill to get user context:
Skill("user-profile-reader")
Read the input file containing content analysis from media-reviewer:
Create 3-5 attention-grabbing openers:
| Hook Type | Description | Example |
|---|---|---|
| Question | Opens with a compelling question | "What if everything you knew about X was wrong?" |
| Statistic | Leads with surprising data | "90% of writers miss this critical step..." |
| Story | Starts with a brief narrative | "When I first discovered X, I was skeptical..." |
| Contrast | Highlights a surprising contradiction | "Most experts say X, but the data shows Y..." |
| Bold Statement | Makes a provocative claim | "X is dead. Here's what's replacing it..." |
Create 3-5 unique perspectives on the content:
For each angle:
Create 5-7 discussion starters:
| Depth | Description |
|---|---|
| Surface | Basic comprehension questions |
| Medium | Application and analysis questions |
| Deep | Synthesis and evaluation questions |
Apply user profile:
Output JSON with all generated ideas.
Content analysis JSON from media-reviewer containing:
contentIdkeyThemesimportantQuotescoreIdeas{
"contentId": "string",
"hooks": [
{
"text": "What if the key to X isn't Y, but Z?",
"type": "question"
},
{
"text": "According to new research, 80% of...",
"type": "statistic"
}
],
"angles": [
{
"perspective": "Skeptic's view",
"approach": "Challenge the main premise with counterexamples",
"target": "Readers who question conventional wisdom"
},
{
"perspective": "Beginner's guide",
"approach": "Break down complex concepts for newcomers",
"target": "People new to this topic"
}
],
"questions": [
{
"text": "What would happen if we applied this to everyday life?",
"depth": "medium"
},
{
"text": "How does this change our understanding of X?",
"depth": "deep"
}
],
"personalization": {
"matchedTopics": ["ai", "productivity"],
"adjustedFor": "intermediate expertise"
}
}
npx claudepluginhub memorysaver/looplia-core --plugin looplia-writerExtracts structured content ideas from source material like transcripts, newsletters, notes, and web trends. Mines repurposable angles, maps to content types, identifies underused types.
Ranks content angles by engagement data, competition level, and platform fit to help decide what content to create, which angle to take, and which format to use.
Assembles WritingKit JSON from content analysis and idea synthesis, creating suggested outlines, section mappings, hooks, angles, and summaries. For finalizing structured writing outputs.