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.
npx claudepluginhub memorysaver/looplia-core --plugin looplia-writerThis skill uses the workspace's default tool permissions.
Expert at generating meaningful session IDs based on content source type and characteristics.
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.
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."
}