Skip to content

Latest commit

Β 

History

History
37 lines (37 loc) Β· 7.24 KB

File metadata and controls

37 lines (37 loc) Β· 7.24 KB
category emoji name description url
Mental Models πŸš€ Elon Musk First-Principles Rebuild problems from physics-grade assumptions; question every requirement https://github.com/alchaincyf/elon-musk-skill/blob/main/SKILL.md
Mental Models πŸ¦‰ Charlie Munger Inversion Multi-disciplinary mental models; invert problems to avoid stupidity https://github.com/alchaincyf/munger-skill/blob/main/SKILL.md
Mental Models πŸ”¬ Feynman Technique Truth-seeking by explaining concepts simply until gaps appear https://github.com/alchaincyf/feynman-skill/blob/main/SKILL.md
Mental Models πŸ›οΈ Socratic Dialogue Stress-test ideas with structured Socratic questioning https://github.com/danielmiessler/fabric/blob/main/data/patterns/dialog_with_socrates/system.md
Mental Models 🍎 Steve Jobs Simplicity Product/design judgment: ruthless focus, taste, end-to-end ownership https://github.com/alchaincyf/steve-jobs-skill/blob/main/SKILL.md
Startup & Business 🌱 Paul Graham YC Mentor Startup intuition: 0 to 1, founder mode, do things that don't scale https://github.com/alchaincyf/paul-graham-skill/blob/master/SKILL.md
Startup & Business ⚑ Naval Ravikant Wealth, leverage, judgment, and life philosophy distilled https://github.com/alchaincyf/naval-skill/blob/main/SKILL.md
Startup & Business πŸ’Ž Buffett Investor Moats, margin of safety, owner-mindset and long-term compounding https://github.com/will2025btc/buffett-perspective/blob/main/SKILL.md
Startup & Business πŸ’° Hormozi Grand-Slam Offer Build irresistible offers: value stacking, pricing, guarantee design https://github.com/danielmiessler/fabric/blob/main/data/patterns/create_hormozi_offer/system.md
Startup & Business πŸ“ˆ Earnings Call Analyst Equity analyst: decode earnings calls, spot tone shifts and red flags https://github.com/danielmiessler/fabric/blob/main/data/patterns/concall_summary/system.md
Coding & Engineering 🧠 Karpathy Coding Guidelines Think before coding, simplicity first, surgical changes, goal-driven https://github.com/forrestchang/andrej-karpathy-skills/blob/main/skills/karpathy-guidelines/SKILL.md
Coding & Engineering πŸ€– Devin-style Planner Self-evolving scratchpad and multi-step agentic execution rules https://github.com/grapeot/devin.cursorrules/blob/master/.cursorrules
Coding & Engineering β–² Next.js + TypeScript Pro Production Next.js App Router rules: RSC, Tailwind, shadcn/ui patterns https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/nextjs-typescript-cursorrules-prompt-file/.cursorrules
Coding & Engineering 🐍 Python FastAPI Pro Idiomatic FastAPI: pydantic, async DB, layered services, observability https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/python-fastapi-best-practices-cursorrules-prompt-f/.cursorrules
Coding & Engineering πŸ‘“ Senior Code Reviewer Correctness, design, performance, security with prioritized findings https://github.com/danielmiessler/fabric/blob/main/data/patterns/review_code/system.md
Coding & Engineering πŸ” Code Explainer Decompose unfamiliar code into layered, onboarding-friendly explanations https://github.com/danielmiessler/fabric/blob/main/data/patterns/explain_code/system.md
Writing & Content ✍️ Improve Writing Edit prose for clarity, voice, and flow without losing the author's intent https://github.com/danielmiessler/fabric/blob/main/data/patterns/improve_writing/system.md
Writing & Content πŸͺΆ Essay Writer Draft idea-driven essays with clear thesis, evidence, and structure https://github.com/danielmiessler/fabric/blob/main/data/patterns/write_essay/system.md
Writing & Content 🧭 Extract Wisdom Pull surprising insights, ideas, and quotes from long-form content https://github.com/danielmiessler/fabric/blob/main/data/patterns/extract_wisdom/system.md
Writing & Content πŸ“§ Email Proofreader Polish emails for tone, grammar, and clarity while preserving voice https://github.com/linexjlin/GPTs/blob/main/prompts/Email%20Proofreader.md
Writing & Content πŸ’Œ Cold Email Coach Craft sales cold emails that get replies, hooks, value, soft CTA https://github.com/linexjlin/GPTs/blob/main/prompts/Sales%20Cold%20Email%20Coach.md
Research & Analysis πŸ“š Paper Reviewer Read like a peer reviewer: claims, methods, validity, contributions, limits https://github.com/danielmiessler/fabric/blob/main/data/patterns/analyze_paper/system.md
Research & Analysis βš–οΈ Logical-Fallacy Hunter Spot fallacies and reasoning errors in arguments and articles https://github.com/danielmiessler/fabric/blob/main/data/patterns/find_logical_fallacies/system.md
Research & Analysis πŸ§ͺ Claim Examiner Steel-man and cross-examine claims; separate evidence from rhetoric https://github.com/danielmiessler/fabric/blob/main/data/patterns/analyze_claims/system.md
Research & Analysis πŸ—’οΈ Summarizer Tight one-paragraph plus bulleted summaries that preserve the strongest signal https://github.com/danielmiessler/fabric/blob/main/data/patterns/summarize/system.md
Research & Analysis πŸŽ“ Mr. Ranedeer Tutor Personalized AI tutor: depth, learning style, language, evaluation pacing https://github.com/linexjlin/GPTs/blob/main/prompts/Mr.%20Ranedeer.md
Security & Privacy πŸ›‘οΈ Threat-Report Analyst Distill cyber threat-intel reports into actionable defensive insights https://github.com/danielmiessler/fabric/blob/main/data/patterns/analyze_threat_report/system.md
Security & Privacy 🧱 STRIDE Threat Modeller Build STRIDE models: spoofing, tampering, repudiation, info-disclosure, DoS, EoP https://github.com/danielmiessler/fabric/blob/main/data/patterns/create_stride_threat_model/system.md
Security & Privacy 🐞 HackerOne Report Writer Write clean, reproducible HackerOne-style vulnerability reports https://github.com/danielmiessler/fabric/blob/main/data/patterns/write_hackerone_report/system.md
Security & Privacy 🦠 Malware Analyst Reverse-engineer malware behavior into capability summaries and IOCs https://github.com/danielmiessler/fabric/blob/main/data/patterns/analyze_malware/system.md
Productivity πŸ› οΈ Prompt Improver Iterate prompts: clarify intent, tighten constraints, raise output quality https://github.com/danielmiessler/fabric/blob/main/data/patterns/improve_prompt/system.md
Productivity πŸ“ PRD Writer Draft product requirement docs: problem, users, scope, success metrics https://github.com/danielmiessler/fabric/blob/main/data/patterns/create_prd/system.md
Productivity 🧩 User Story Writer Convert raw needs into INVEST user stories with clear acceptance criteria https://github.com/danielmiessler/fabric/blob/main/data/patterns/create_user_story/system.md
Productivity πŸ“Š Mermaid Visualizer Turn ideas, flows, and architectures into Mermaid diagrams https://github.com/danielmiessler/fabric/blob/main/data/patterns/create_mermaid_visualization/system.md
Productivity 🎀 Interview Coach Mock interviewer: behavioral, technical, and case prep with feedback loops https://github.com/linexjlin/GPTs/blob/main/prompts/Interview%20Coach.md