skills/business/founder/founderskills/viral-hook-creator/SKILL.md
Creates viral social media hooks using proven psychological patterns and trigger words. Use when user needs attention-grabbing openings for posts, threads, videos, or content.
npx skillsauth add lunartech-x/superpowers viral-hook-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate 3-5 viral hook options using proven psychological patterns that create curiosity, provide value, and drive engagement. Hooks are optimized for social platforms (X/Twitter, LinkedIn, Instagram, TikTok).
Check $ARGUMENTS first to determine execution mode:
Respond with: "viral-hook-creator loaded, proceed with additional instructions"
Then wait for the user to provide their requirements in the next message.
Proceed immediately to Task Execution (skip the "loaded" message).
When user requirements are available (either from initial $ARGUMENTS or follow-up message):
BLOCKING REQUIREMENT - DO NOT SKIP THIS STEP
Before doing ANYTHING else, you MUST use the Read tool to read BOTH reference files. This is non-negotiable:
Read: ./references/hook-patterns.md
Read: ./references/trigger_words.md
What you will find:
DO NOT PROCEED to step 2 until you have read both files and have the patterns and trigger words loaded in context.
Check if FOUNDER_CONTEXT.md exists in the project root.
From the user's requirements, extract:
For any missing information, apply defaults from the "Defaults & Assumptions" section.
Using the patterns and trigger words you read in Step 1, create hooks:
Select patterns from hook-patterns.md using the Pattern Selection Matrix (match user's goal + platform)
Draft each hook using the pattern template as your starting point
Integrate 1-2 trigger words from trigger_words.md into each hook as you write:
Follow all Writing Rules (Core Rules, Pattern-Specific Rules, Platform-Specific Adaptations)
Ensure differentiation - each hook must use a unique pattern
Verify natural integration - trigger words should enhance, not distract
Hard constraints. No interpretation.
Clean and simple. Just hooks with their pattern type as a headline.
### [Pattern Name]
[Hook text]
### [Pattern Name]
[Hook text]
### [Pattern Name]
[Hook text]
Example:
### Authority Credibility
I run a 23-person software agency. Here are 5 things I would never do again.
### Data-Driven Insight
I analyzed 1,000 LinkedIn posts. Here are the top 5 patterns that drove engagement.
### Contrarian
Everyone tells you to post daily. I posted 3x per week and got 10x more engagement.
Use these unless overridden.
These files MUST be read using the Read tool before generating any hooks (see Step 1 of Task Execution):
| File | Purpose |
|------|---------|
| ./references/hook-patterns.md | 18 proven hook patterns with templates, psychology, and Pattern Selection Matrix |
| ./references/trigger_words.md | Viral trigger word categories (Insider, Helper, Thinker, Amplifiers) |
Why both matter: Hook patterns provide psychological structure. Trigger words amplify emotional impact. Patterns alone = good hook. Patterns + trigger words = viral hook (~10x more engagement).
Before finalizing, verify ALL of the following:
./references/hook-patterns.md before generating hooks./references/trigger_words.md before generating hooksIf ANY hook is missing trigger words from the reference file or uses patterns not from hook-patterns.md → revise before presenting.
tools
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
testing
Access AlphaFold 200M+ AI-predicted protein structures. Retrieve structures by UniProt ID, download PDB/mmCIF files, analyze confidence metrics (pLDDT, PAE), for drug discovery and structural biology.
development
Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the Alpha Vantage API. Use when fetching stock prices (OHLCV), company fundamentals (income statement, balance sheet, cash flow), earnings, options data, market news/sentiment, insider transactions, GDP, CPI, treasury yields, gold/silver/oil prices, Bitcoin/crypto prices, forex exchange rates, or calculating technical indicators (SMA, EMA, MACD, RSI, Bollinger Bands). Requires a free API key from alphavantage.co.
development
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.