Help us improve
Share bugs, ideas, or general feedback.
From looplia-writer
Generates meaningful session IDs (e.g., podcast-2024-12-08-ai) from ContentSummary JSON by analyzing detectedSource (podcast, transcript, article, youtube, etc.), extracting topics, and adding date. Returns ID with confidence score and rationale.
How this skill is triggered — by the user, by Claude, or both
Slash command
/looplia-writer:id-generatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Expert at generating meaningful session IDs based on content source type and characteristics.
Share bugs, ideas, or general feedback.
Expert at generating meaningful session IDs based on content source type and characteristics.
Follow these 5 steps:
{source-type}-{date}-{topic}podcast-2024-12-08-ai-healthcarecontentId: Generated IDdetectedSource: Confirmed source typesourceConfidence: 0.0-1.0 confidence in source detectionrationale: Brief explanation of why this source typepodcast-{date}-{topic}transcript-{date}-{topic}article-{date}-{topic}youtube-{date}-{topic}tweet-{date}-{topic}text-{date}-{topic}content-{date}-{topic}Input: Podcast about AI in Healthcare (2024-12-08)
Output: podcast-2024-12-08-ai-healthcare
Input: Whisper transcript of React conference talk (2024-12-07)
Output: transcript-2024-12-07-react-conference
Input: Article on productivity hacks (2024-12-06)
Output: article-2024-12-06-productivity-hacks
Input: YouTube tutorial on Python (2024-12-05)
Output: youtube-2024-12-05-python-tutorial
Return structured JSON:
{
"contentId": "podcast-2024-12-08-ai-healthcare",
"detectedSource": "podcast",
"sourceConfidence": 0.95,
"rationale": "Audio transcript with speaker markers, timestamps, and conversational flow indicates podcast source."
}
npx claudepluginhub memorysaver/looplia-core --plugin looplia-writerGenerates structured ContentSummary JSON with 16 fields from media-reviewer analysis. Use after content review to produce complete documentation output.
Processes audio recordings, transcripts, podcasts, lectures into structured Obsidian notes with action items, decisions, glossary via intake interview. Multilingual support.
Extracts structured content ideas from source material like transcripts, newsletters, notes, and web trends. Mines repurposable angles, maps to content types, identifies underused types.