Help us improve
Share bugs, ideas, or general feedback.
From looplia-writer
Assembles WritingKit JSON from content analysis and idea synthesis, creating suggested outlines, section mappings, hooks, angles, and summaries. For finalizing structured writing outputs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/looplia-writer:writing-kit-assemblerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Assemble comprehensive writing kits from analysis and ideas.
Share bugs, ideas, or general feedback.
Assemble comprehensive writing kits from analysis and ideas.
Combine outputs from earlier workflow steps into a final, actionable writing kit:
Read content analysis JSON (first input):
Read idea synthesis JSON (second input):
Design a structured outline:
Introduction
├── Hook (from ideas)
├── Context/Background
└── Thesis/Main Point
Body Sections (3-5)
├── Section 1: {Theme from analysis}
│ ├── Key point
│ ├── Supporting quote
│ └── Transition
├── Section 2: {Theme from analysis}
│ └── ...
└── Section N: {Theme from analysis}
Conclusion
├── Summary of key points
├── Call to action (from angles)
└── Closing thought
For each body section:
Combine all components into final structure.
Output complete WritingKit JSON.
Two input files:
{
"contentId": "string",
"source": {
"type": "video|audio|article|transcript",
"title": "Original content title",
"url": "Source URL if available",
"creator": "Author/creator name"
},
"summary": {
"headline": "One compelling sentence",
"tldr": "3-5 sentence summary",
"bullets": ["Key point 1", "Key point 2", "Key point 3"],
"keyThemes": ["theme1", "theme2"],
"importantQuotes": [
{
"text": "Exact quote from source",
"timestamp": "12:34",
"context": "What was being discussed"
}
]
},
"ideas": {
"hooks": [
{ "text": "Hook text", "type": "question" }
],
"angles": [
{ "perspective": "...", "approach": "..." }
],
"questions": [
{ "text": "...", "depth": "medium" }
]
},
"suggestedOutline": {
"title": "Suggested article title",
"sections": [
{
"heading": "Introduction",
"type": "intro",
"points": ["Hook with question", "Establish context", "Preview main argument"],
"suggestedHook": "What if...?"
},
{
"heading": "Section title based on theme",
"type": "body",
"points": ["Main point", "Evidence/quote", "Analysis"],
"supportingQuote": {
"text": "Quote from source",
"timestamp": "5:23"
},
"theme": "Related theme from analysis"
},
{
"heading": "Conclusion",
"type": "conclusion",
"points": ["Summarize key insights", "Call to action", "Final thought"],
"suggestedAngle": "Skeptic's view"
}
]
},
"meta": {
"generatedAt": "2025-01-15T10:30:00Z",
"workflowVersion": "2.0.0",
"stepsCompleted": ["analyze-content", "generate-ideas", "build-writing-kit"]
}
}
| Analysis Component | Outline Usage |
|---|---|
| keyThemes | Body section headings |
| importantQuotes | Section supporting quotes |
| coreIdeas | Section key points |
| hooks | Introduction opener |
| angles | Body perspectives, conclusion CTA |
| questions | Section discussion points |
Before outputting:
npx claudepluginhub memorysaver/looplia-core --plugin looplia-writerGenerates personalized content ideas—hooks, angles, thought-provoking questions—from media analysis using user profile. Use after media-reviewer skill.
Helps research, outline, draft, and refine written content with citations and section-by-section feedback. Useful for blog posts, articles, tutorials, and technical documentation.
Researches topics, generates outlines with citations, improves hooks, provides section feedback, and refines drafts for blog posts, articles, tutorials, and technical docs.