{"id":50512672,"url":"https://github.com/strangerstudios/pmpro-max-skills","last_synced_at":"2026-06-02T21:04:45.961Z","repository":{"id":349409592,"uuid":"1197526117","full_name":"strangerstudios/pmpro-max-skills","owner":"strangerstudios","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-05T20:22:14.000Z","size":332,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-05T21:11:09.924Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/strangerstudios.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-31T16:47:26.000Z","updated_at":"2026-04-05T20:22:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/strangerstudios/pmpro-max-skills","commit_stats":null,"previous_names":["strangerstudios/pmpro-max-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/strangerstudios/pmpro-max-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strangerstudios%2Fpmpro-max-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strangerstudios%2Fpmpro-max-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strangerstudios%2Fpmpro-max-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strangerstudios%2Fpmpro-max-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strangerstudios","download_url":"https://codeload.github.com/strangerstudios/pmpro-max-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strangerstudios%2Fpmpro-max-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33835766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-02T21:04:44.891Z","updated_at":"2026-06-02T21:04:45.955Z","avatar_url":"https://github.com/strangerstudios.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PMPro Max Skills\n\nA library of AI prompt skills for membership site operators. Built by the [Paid Memberships Pro](https://www.paidmembershipspro.com) team.\n\nEach skill is a focused prompt file you load into Claude, ChatGPT, or any AI tool to complete a specific development, marketing, sales, or operational task for your membership site.\n\n---\n\n## How to Use a Skill\n\n### Option 1 — Run it on PaidMembershipsPro.com (PMPro Max membership required)\n\nSkills marked as **one-shot** can be run directly inside your [member dashboard](https://www.paidmembershipspro.com/membership-account/). Paste your context, click Generate, and get a complete output in one step.\n\n[Learn more about PMPro Max →](https://www.paidmembershipspro.com/pricing/)\n\n### Option 2 — Use it in Claude\n\n1. Open [claude.ai](https://claude.ai) and start a new conversation\n2. Copy the contents of the `skill.md` file you want\n3. Paste it into the chat\n4. Include your personal [Context Profile](https://www.paidmembershipspro.com/membership-account/) for the best results.\n5. Follow the prompts. The skill will guide you through what it needs\n\n### Option 3 — Use it in ChatGPT\n\nSame as Claude. Open [chat.openai.com](https://chat.openai.com), start a new chat (GPT-4o or better), paste the skill, and follow the prompts.\n\n### Option 4 — Use it in Claude Code\n\nIf you use [Claude Code](https://claude.ai/code), you can load skills from this repo directly into your project's `.claude/skills/` directory.\n\nFor best results, you should store a copy of your [Context Profile](https://www.paidmembershipspro.com/membership-account/) in your project. This could be added in your project's CLAUDE.md file or stored separately and referenced in CLAUDE.md like `@docs/context-profile.md`.\n\n---\n\n## What's in Each Skill File\n\nEvery skill starts with frontmatter that describes it:\n\n```yaml\n---\nname: Email Welcome Sequence\nslug: email-welcome-sequence\ncategory: Email\none_shot: true\nuses_profile: true\ndescription: Generate a 5-email welcome sequence for new subscribers.\nkeywords: [email, welcome, onboarding, subscribers, newsletter]\n---\n```\n\n| Field | What it means |\n|---|---|\n| `one_shot` | `true` = give context once, get a complete output. `false` = works better as a back-and-forth conversation. |\n| `uses_profile` | `true` = this skill works best when you include your site/audience context (see below). |\n| `processing` | `site` (default) = the site runs generation and shows output inline. `prompt` = the site assembles the prompt for you to copy and paste into the AI tool of your choice. |\n\n---\n\n## Your Context Profile\n\nSkills that use your context profile (`uses_profile: true`) work better when you tell the AI who you are, what you sell, and who you serve. You can do this two ways:\n\n**On PaidMembershipsPro.com:** Your AI Context Profile is saved to your account and added automatically.\n\n**In your own AI tool:** Before pasting the skill, attach your ContextProfile.md OR start your message with something like:\n\n```\n## My Context\n\nSite: [your site URL]\nWhat I sell: [your membership offer, tiers, pricing]\nWho I serve: [your audience, their pain point, their goal]\nContent I create: [blog, YouTube, newsletter, social]\nEmail platform: [ConvertKit, Mailchimp, etc.]\nStage: [pre-launch / just launched / growing / established]\n```\n\nThe more specific you are, the better the output.\n\n---\n\n## Skill Index\n\nSee [index.json](index.json) for the full machine-readable index, or browse the [`skills/`](skills/) directory.\n\n### Lead Magnets\n- [Brainstorm Hyper-Relevant Lead Magnet Ideas](skills/brainstorm-hyper-relevant-lead-magnet-ideas/) — one-shot\n- [Brainstorm AI-Powered Lead Magnet Ideas](skills/brainstorm-ai-powered-lead-magnet-ideas/) — back-and-forth\n- [Brainstorm Money-Making Lead Magnet Ideas](skills/brainstorm-money-making-lead-magnet-ideas/) — back-and-forth\n- [Analyze My Content and Brainstorm 10 Lead Magnet Ideas](skills/analyze-my-content-and-brainstorm-10-lead-magnet-ideas/) — one-shot\n- [Brainstorm a Curation Lead Magnet](skills/brainstorm-a-curation-lead-magnet/) — one-shot\n- [Generate Lead Magnet Names](skills/generate-lead-magnet-names/) — back-and-forth\n- [Generate an Email Course Value Proposition](skills/generate-an-email-course-value-proposition/) — back-and-forth\n- [Generate Mockup Images for a Lead Magnet Landing Page](skills/generate-mockup-images-for-a-lead-magnet-landing-page/) — one-shot\n\n### Email\n- [Email Welcome Sequence](skills/email-welcome-sequence/) — one-shot\n- [Newsletter Welcome Sequence](skills/newsletter-welcome-sequence/) — one-shot\n- [Post-Purchase Email Sequence](skills/post-purchase-email-sequence/) — back-and-forth\n- [Re-Engagement Email Sequence](skills/re-engagement-email-sequence/) — one-shot\n- [Objection Handling Email](skills/objection-handling-email/) — one-shot\n- [Webinar Promo Email Sequence](skills/webinar-promo-email-sequence/) — one-shot\n- [Abandoned Cart Objections](skills/abandoned-cart-objections/) — one-shot\n\n### Strategy\n- [Pricing Strategy](skills/pricing-strategy/) — back-and-forth\n- [Launch Strategy](skills/launch-strategy/) — back-and-forth\n- [Site Architecture](skills/site-architecture/) — one-shot\n\n### Content\n- [Content Strategy](skills/content-strategy/) — back-and-forth\n- [Brainstorm a 30-Day Content Series](skills/brainstorm-a-30-day-content-series/) — one-shot\n\n### Copy\n- [Copywriting](skills/copywriting/) — back-and-forth\n\n### CRO\n- [Signup Flow CRO](skills/signup-flow-cro/) — back-and-forth\n- [Onboarding CRO](skills/onboarding-cro/) — back-and-forth\n- [Paywall \u0026 Upgrade CRO](skills/paywall-upgrade-cro/) — back-and-forth\n\n### Retention\n- [Churn Prevention](skills/churn-prevention/) — back-and-forth\n\n### Social\n- [LinkedIn Post](skills/linkedin-post/) — one-shot\n- [Instagram Post](skills/instagram-post/) — one-shot\n\n---\n\n## Contributing\n\nSkills in this repo are maintained by the PMPro team. Community contributions welcome.\n\n- Each skill lives in its own folder: `skills/[slug]/skill.md`\n- Follow the frontmatter format above\n- After adding or editing a skill, run `scripts/generate-index.py` to update `index.json`\n- Open a PR with a brief description of what the skill does and who it's for\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrangerstudios%2Fpmpro-max-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrangerstudios%2Fpmpro-max-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrangerstudios%2Fpmpro-max-skills/lists"}