Back to Skills

writing-kit-assembler

verified
View on GitHub

Marketplace

looplia

memorysaver/looplia-core

Plugin

looplia-writer

productivity

Repository

memorysaver/looplia-core
11stars

plugins/looplia-writer/skills/writing-kit-assembler/SKILL.md

Last Verified

January 14, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/memorysaver/looplia-core/blob/main/plugins/looplia-writer/skills/writing-kit-assembler/SKILL.md -a claude-code --skill writing-kit-assembler

Installation paths:

Claude
.claude/skills/writing-kit-assembler/
Powered by add-skill CLI

Instructions

# Writing Kit Assembler Skill

Assemble comprehensive writing kits from analysis and ideas.

## Purpose

Combine outputs from earlier workflow steps into a final, actionable writing kit:
- Content summary and metadata
- Generated ideas (hooks, angles, questions)
- Suggested outline with sections
- Supporting quotes and references

## Process

### Step 1: Read Analysis

Read content analysis JSON (first input):
- contentId
- source metadata
- summary (headline, tldr, bullets)
- keyThemes
- importantQuotes
- coreIdeas

### Step 2: Read Ideas

Read idea synthesis JSON (second input):
- hooks
- angles
- questions
- personalization context

### Step 3: Create Suggested Outline

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
```

### Step 4: Map Content to Sections

For each body section:
1. Choose a key theme from analysis
2. Identify supporting quotes
3. Connect to relevant ideas/angles
4. Write section summary

### Step 5: Assemble WritingKit

Combine all components into final structure.

### Step 6: Write Output

Output complete WritingKit JSON.

## Input

Two input files:
1. Analysis JSON from media-reviewer
2. Ideas JSON from idea-synthesis

## Output Schema

```json
{
  "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": 

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
4390 chars