Looplia writer skill for generating content ideas with personalization. Reads user profile for context. Generates hooks, angles, and thought-provoking questions. Use after media-reviewer to transform analysis into creative content ideas.
/plugin marketplace add memorysaver/looplia-core/plugin install memorysaver-looplia-writer-plugins-looplia-writer@memorysaver/looplia-coreThis skill inherits all available tools. When active, it can use any tool Claude has access to.
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"
}
}
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.