From looplia-writer
Generates personalized content ideas—hooks, angles, thought-provoking questions—from media analysis using user profile. Use after media-reviewer skill.
npx claudepluginhub memorysaver/looplia-core --plugin looplia-writerThis skill uses the workspace's default tool permissions.
Generate creative content ideas from analyzed content, personalized for the user.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
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"
}
}