200+ Production
Ollama Personas
A massive library of specialized .Modelfile templates. Designed for professionals in development, marketing, business ops, and SEO who want to turn local LLMs into high-performance agents.

Filter and Browse Personas
What is Ollama & Why is it Good?
Ollama is a free, open-source application that lets you run powerful Large Language Models (like Llama 3.1) entirely locally on your own computer. It is highly recommended because your data stays 100% private, it requires no internet connection, and you don't pay any API subscription fees. You completely own the AI.
What Are These Personas For?
A raw LLM is typically generic. These "Personas" are specialized system prompts (packaged as .Modelfiles) that strictly constrain the AI to act as a highly distinct expert. Once running, they will interact with you purely as that expert—for example, writing production-ready Python, formatting markdown, or auditing copy—saving you from writing huge prompts every time.
How to Use Them
1. Install Ollama: Before anything else, you need the Ollama engine installed. Download it free for Windows, Mac, or Linux and run the quick installer so your system can start talking to AI models locally.
2. Download the Personas: Go to the GitHub repository. Click the green "<> Code" button, click "Download ZIP", and carefully extract (unzip) that folder to your Desktop or Downloads folder. Open the new unzipped folder.
3. Install the Personas: To automatically install all 200+ personas, open your terminal inside the folder you just unzipped (For Windows, just right-click any empty space in the folder and choose "Open in Terminal"). Then, copy and paste the correct command below and hit Enter!
For Windows (PowerShell)
Write-Host "Initializing Ollama Prompt Pack for Windows..." -ForegroundColor Cyan
try { ollama list | Out-Null } catch { Write-Host "ERROR: Ollama is not running." -ForegroundColor Red; exit }
Write-Host "Checking dependencies (pulling llama3.1)..." -ForegroundColor Yellow
ollama pull llama3.1
$files = Get-ChildItem -Path ".\templates" -Filter "*.Modelfile" -Recurse
Write-Host "Building $($files.Count) templates..." -ForegroundColor Cyan
foreach ($file in $files) {
if ($file.Directory.Name -ne "templates") {
$category = $file.Directory.Name
$name = $file.BaseName
$modelName = "opp-$category-$name"
Write-Host " [+] Installing: $modelName" -ForegroundColor White
ollama create $modelName -f $file.FullName | Out-Null
}
}
Write-Host "SUCCESS: Prompts are now installed." -ForegroundColor GreenFor Mac / Linux (Terminal)
#!/bin/bash
echo "🚀 Initializing Ollama Prompt Pack..."
if ! ollama list > /dev/null 2>&1; then
echo "❌ Error: Ollama is not running."
exit 1
fi
echo "📦 Checking dependencies (pulling llama3.1)..."
ollama pull llama3.1
if [ ! -d "./templates" ]; then
echo "❌ Error: /templates folder not found. Please run this command from the root of the unzipped repo."
exit 1
fi
echo "🏗️ Building template library..."
find ./templates -name "*.Modelfile" | while read -r file; do
category=$(basename "$(dirname "$file")")
filename=$(basename "$file" .Modelfile)
model_name="opp-${category}-${filename}"
echo " [+] Installing: $model_name"
ollama create "$model_name" -f "$file" > /dev/null
done
echo "✅ Success! Prompts are now installed."4. Use a Persona: Pick an expert below! Click the black terminal box on any card to copy its special command (e.g. ollama run opp-coding-python). Paste that into your terminal and press Enter.
5. Chat with the Expert: You now have an interactive chat session running locally! Type your question or paste in your data (like a messy code block or an email draft). The AI will process it and respond perfectly matching the persona's highly specialized rules.
Scroll horizontally on categories to see more →
ad fatigue monitor
AnalysisMedia Buyer. Identify when performance drops.
app store seo audit
SEOASO Specialist. Optimize app titles.
backlink profile audit
SEOSEO Specialist. Identify toxic vs high-authority links.
brand equity analyst
AnalysisCMO. Evaluate perceived value vs competitors.
brand voice check
AnalysisCreative Director. Audit text against brand guidelines.
churn logic
AnalysisRetention Strategist. Find why users are leaving.
cohort analysis expert
AnalysisData Analyst. Analyze user retention by signup date.
competitor ad spend
AnalysisMedia Planner. Estimate competitor budget strategy.
competitor pricing map
AnalysisBusiness Analyst. Compare pricing tiers.
competitor swot
AnalysisMarket Analyst. Create SWOT from competitor text.
content relevance
AnalysisEditor. Score content relevance against target keywords.
contract sifter
AnalysisLegal Consultant. Scan for predatory clauses.
conversion funnel leak
AnalysisGrowth Lead. Find where users drop off.
customer persona extractor
AnalysisMarket Researcher. Create a demographic profile.
data cleaner
AnalysisData Engineer. Identify inconsistencies.
email deliverability audit
AnalysisTechnical Marketer. Check for spam triggers.
ga4 interpreter
AnalysisAnalytics Expert. Explain GA4 event data trends.
google ads audit
AnalysisPPC Lead. Analyze search term reports.
heatmap analysis
AnalysisCRO Expert. Analyze scroll and click-map data.
keyword clusterer
SEOSEO Strategist. Group related keywords by intent.
landing page critique
AnalysisCRO Expert. Analyze headline and social proof.
log surgeon
AnalysisSRE. Parse raw logs and find root causes.
market saturation test
AnalysisStrategist. Analyze market density.
pnl analyst
AnalysisCFO. Identify burn rate in financial data.
podcast summarizer
AnalysisContent Lead. Extract key takeaways.
pricing elasticity test
AnalysisEconomist. Analyze how price changes affect demand.
privacy audit
AnalysisDPO. Check text for GDPR/CCPA compliance issues.
reddit sentiment scan
AnalysisMarketing Lead. Identify brand perception on Reddit.
sales call auditor
AnalysisSales Manager. Identify missed opportunities.
schema markup auditor
SEOTechnical SEO. Verify JSON-LD implementation.
sentiment tracker
AnalysisBrand Manager. Analyze reviews for tone.
seo audit
SEOSenior SEO Auditor. Analyze keywords and header hierarchy.
social listening
AnalysisPR Lead. Analyze brand mentions for crisis potential.
survey distiller
AnalysisResearcher. Analyze survey responses for themes.
topical authority map
SEOSEO Director. Identify missing clusters in a niche.
upsell opportunity scan
AnalysisSales Lead. Find account growth potential.
user journey
AnalysisUX Researcher. Analyze session notes for friction.
ux teardown
AnalysisProduct Designer. Audit user flow friction.
affiliate policy
Business OpsPartnership Lead. Draft affiliate terms.
b2b outreach
Business OpsSDR Manager. Write LinkedIn scripts.
brand ambassador guide
Business OpsMarketing. Instructions for brand reps.
brand positioning
Business OpsCMO. Define a brand value prop.
business model canvas
Business OpsStrategist. Map out the 9 pillars of a startup.
client onboarding flow
Business OpsOperations. Map out client relationships.
cold call script
Business OpsSales Trainer. Write discovery scripts.
contract negotiator
Business OpsExecutive. Analyze offer and counter-points.
crisis comms
Business OpsPR Director. Draft crisis responses.
customer loyalty strategy
Business OpsGrowth Marketer. Design retention programs.
ecommerce returns policy
Business OpsOps Manager. Draft return rules.
email copy pro
Business OpsDirect Response Copywriter. Write sales sequences.