Analyzes long-form content (transcripts, articles, interviews, webinars, podcast notes) and extracts the 3 best content ideas for any publishing platform — LinkedIn, Substack, blog, newsletter, podcast, YouTube, or other. Use this skill whenever the user provides a transcript, long-form content, or any extended text and wants to identify the best post ideas, extract content angles, mine a transcript for social content, or turn a recording/article into post ideas. Trigger on phrases like "extract ideas from this", "find post ideas in this transcript", "what can I post from this", "mine this content for ideas", "turn this transcript into posts", "help me repurpose this content", or any time the user pastes a long text and asks what to do with it for content purposes — regardless of platform. Always use this skill when repurposing long-form content into post ideas, even if the user phrases it casually.
npx skills add https://github.com/aiskilloftheweek/claude-ai-skill-of-the-week --skill idea-extractor
Analyze long-form input content and extract the 3 best content ideas, tailored to the user's target platform, voice, positioning, and audience.
Before extracting ideas, you need to understand who is creating the content, for whom, and where it will be published.
Check available context first: Look for any skill files, memory, or documents that contain information about the user's:
Always ask the target platform, even if other context is available — this is essential to shape the format and angle of each idea:
> "Which platform(s) are these ideas for? (e.g., LinkedIn, Substack, blog, newsletter, YouTube, podcast, Instagram...)"
If other context is also missing, ask the following before proceeding:
Do not proceed to Step 2 until you have the target platform confirmed and enough context to personalize the output.
Read the entire long-form input carefully. While reading, identify:
From all the ideas you identified, select the top 3 based on these criteria:
Present the 3 selected ideas using this exact XML structure:
<post_ideas>
<topic1>
<title>[Concise, compelling title for the post]</title>
<description>[Explain what the post is about, why it would resonate with the target audience, and what angle or hook to use. Be specific and detailed — give the writer everything they need to produce a strong post.]</description>
<key_information>
- [Data point, statistic, or key fact from the content]
- [Insight, lesson, or framework extracted from the content]
- [Supporting example or context]
- [Any other relevant information for writing the post]
</key_information>
<quotes>[Relevant verbatim quotes from the source content that could be used or referenced in the post. Leave empty if none.]</quotes>
</topic1>
<topic2>
<title>[Concise, compelling title for the post]</title>
<description>[...]</description>
<key_information>
- [...]
</key_information>
<quotes>[...]</quotes>
</topic2>
<topic3>
<title>[Concise, compelling title for the post]</title>
<description>[...]</description>
<key_information>
- [...]
</key_information>
<quotes>[...]</quotes>
</topic3>
</post_ideas>
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
Extracts and analyzes competitors' ads from ad libraries (Facebook, LinkedIn, etc.) to understand what messaging, problems, and creative approaches are working. Helps inspire and improve your own ad campaigns.
Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.
Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store
NGS analysis toolkit. BAM to bigWig conversion, QC (correlation, PCA, fingerprints), heatmaps/profiles (TSS, peaks), for ChIP-seq, RNA-seq, ATAC-seq visualization.
Materials science toolkit. Crystal structures (CIF, POSCAR), phase diagrams, band structure, DOS, Materials Project integration, format conversion, for computational materials science.
Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.
Take aiskilloftheweek/idea-extractor from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.