From meta-skills
Generates a mobile-first, self-contained HTML file for Linktree-style bio link hubs with custom links, categories, icons, avatars, taglines, and 3 themes.
npx claudepluginhub affitor/affiliate-skills --plugin meta-skillsThis skill uses the workspace's default tool permissions.
Create a Linktree-style hub page that links all your affiliate content — blog posts, landing pages, social profiles, and product links — in one place. Output is a single self-contained HTML file with 3 theme options, mobile-first (90%+ bio link traffic is mobile), deployable anywhere.
Generates GitHub Pages repo with CI/CD workflow for deploying static HTML affiliate pages, bio links, or blogs. Includes custom domain and SSL setup instructions.
Generates a single-file HTML landing page from a brief using Tailwind CSS CDN. Includes responsive design, dark mode, hero with CTA, features, testimonials, FAQ, footer, and OG meta tags.
Designs and builds high-converting landing pages for product launches with hero sections, SEO, waitlists, urgency mechanics, and developer-first patterns. Useful for launch, feature, signup, or marketing pages.
Share bugs, ideas, or general feedback.
Create a Linktree-style hub page that links all your affiliate content — blog posts, landing pages, social profiles, and product links — in one place. Output is a single self-contained HTML file with 3 theme options, mobile-first (90%+ bio link traffic is mobile), deployable anywhere.
S5: Distribution — The central hub that ties your entire affiliate funnel together. Put this link in your social media bios, email signatures, and anywhere you need one link to rule them all. Unlike Linktree, you own the page and pay nothing.
user_name: string # REQUIRED — display name or handle (e.g., "@alexcreator")
tagline: string # OPTIONAL — short bio under the name
# Default: auto-generated from link categories
avatar_url: string # OPTIONAL — URL to profile image
# Default: emoji placeholder based on niche
links: # REQUIRED — at least 3 links
- label: string # Display text (e.g., "HeyGen — AI Video Creator")
url: string # Destination URL
category: string # Group label (e.g., "Tools", "My Content", "Connect")
icon: string # OPTIONAL — emoji for visual (e.g., "🎬")
theme: string # OPTIONAL — "minimal" | "dark" | "gradient"
# Default: "minimal"
Chaining context: If earlier skills (S1-S4) were run in the conversation, use these Output Schema fields:
recommended_program.url + .name → add as "Featured Tools" linksposts[].platform → link to the user's social platform profilesproducts_featured[].url + .name → add as "My Content" links (blog posts)landing_page.filename or deployed URL → add as "Landing Pages" linksproducts_featured[].url + .name → add as product links if not already includedIf the user says "make me a bio link with everything we've done" — gather all products, blog posts, and landing pages from the conversation and organize them into categories.
Collect links from one of these sources:
Option A — User provides links directly:
Use the links array as-is. Ensure each link has a label, url, and category.
Option B — Gather from conversation context: If prior skills (S1-S4) were run, collect:
Option C — User provides partial info: Ask for missing required fields. Minimum: user_name + 3 links.
Organize links by category. Suggested category order:
Read templates/bio-link.html for the page structure and all three theme variants.
Apply the chosen theme:
Minimal (default):
Dark:
Gradient:
Set CSS variables in :root based on the chosen theme. Remove the other theme blocks from the template.
If avatar_url is provided, use an <img> tag. Otherwise, use the emoji placeholder div with an emoji matching the user's niche (default: 🚀).
Present the final output in this structure:
Part 1: Page Summary
---
BIO LINK PAGE
---
Name: [user_name]
Theme: [minimal/dark/gradient]
Links: [count]
Categories: [list]
---
Part 2: Complete HTML
The full HTML file in a fenced code block (```html). Save as index.html (or links.html) and open in any browser.
Part 3: Deploy Instructions
Read references/domain-setup.md and provide the deploy options:
---
DEPLOY
---
1. Save as `index.html`
2. Preview: open the file in your browser
3. Deploy (pick one):
- Netlify Drop: drag the file to https://app.netlify.com/drop (30 seconds)
- Vercel: `npx vercel deploy --prod` (needs Node.js)
- GitHub Pages: push to repo → Settings → Pages → main branch
4. Add to your social bios: paste the URL in your Instagram, X, TikTok, LinkedIn bio
5. Custom domain: see references/domain-setup.md for DNS setup guide
---
Before presenting output, verify:
If any check fails, fix the output before delivering. Do not flag the checklist to the user — just ensure the output passes.
output_schema_version: "1.0.0" # Semver — bump major on breaking changes
bio_link:
user_name: string # Display name
theme: string # Applied theme
html: string # Complete self-contained HTML
filename: string # Suggested filename (e.g., "index.html")
link_count: number # Total links on the page
categories: string[] # Categories used
deploy:
local: string # "Open index.html in browser"
netlify: string # Netlify Drop instructions
vercel: string # Vercel deploy command
github_pages: string # GitHub Pages instructions
Present the output as three clearly separated sections:
The HTML should be immediately usable — save as .html, open in browser, and it works. No build step, no dependencies, mobile-optimized.
User: "Create a dark-themed bio link page for @sarahcontent with these links: HeyGen (heygen.com/ref), Semrush (semrush.com/ref), My HeyGen Review (blog.com/heygen), Follow on X (x.com/sarah)" Action: theme=dark, organize into 3 categories (Tools, Content, Connect), generate HTML.
User: "Make me a bio link page with everything we've done today" Context: S1 found HeyGen, S3 wrote a blog post, S4 made a landing page Action: Gather all URLs from conversation, auto-categorize, default theme=minimal, generate HTML.
User: "I need a link in bio page" Action: Ask for user_name and links. Provide example: "What's your display name and what links do you want? For example: product URLs, blog posts, social profiles."
templates/bio-link.html — Bio link page template with 3 theme variants (minimal, dark, gradient). Read in Step 2.references/domain-setup.md — Hosting and domain setup guide for Netlify Drop, Vercel, GitHub Pages. Read in Step 3.shared/references/ftc-compliance.md — FTC disclosure for bio link pages (footer text). Reference in Step 2.shared/references/affitor-branding.md — Affitor footer HTML. Reference in Step 2.shared/references/flywheel-connections.md — master flywheel connection mapAfter 7 days: which link gets the most clicks? Is it your top affiliate product? If not, reorder links — put the money link at position #1. Check weekly and rotate based on performance.
Next step — copy-paste this prompt: "Deploy my bio link page to GitHub Pages with a custom domain" → runs
github-pages-deployer
conversion-tracker (S6) — deployed link hub URLs to track clicksgithub-pages-deployer (S5) — bio link HTML to deploylanding-page-creator (S4) — landing page URLs to add to link hubsqueeze-page-builder (S4) — squeeze page URLs for link hubwebinar-registration-page (S4) — registration page URLs for link hubconversion-tracker (S6) reveals which bio links get the most clicks → reorder links to put highest-converting at topBefore delivering output, verify:
Any NO → rewrite before delivering.
chain_metadata:
skill_slug: "bio-link-deployer"
stage: "distribution"
timestamp: string
suggested_next:
- "github-pages-deployer"
- "conversion-tracker"