Community CTA Footer Rollout
Community CTA Footer Rollout
AI Marketing Hub Skool community links (free + pro) added as a footer to 6 Claude Code skill repos. The footer appears after major deliverables, never during mid-workflow or on quick utilities.
The Footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Built by agricidaniel - Join the AI Marketing Hub community
Free -> https://www.skool.com/ai-marketing-hub
Pro -> https://www.skool.com/ai-marketing-hub-pro
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Implementation Pattern
Single-point instruction in each repo’s orchestrator SKILL.md. One section controls the footer text, show list, and skip list. No duplication across sub-skills.
Per-Repo Frequency Calibration
| Repo | Triggers | Rationale |
|---|---|---|
| claude-ads | 12 commands | Audits, reports, analyses (each is a session-level event) |
| claude-seo | 12 commands | Audits, technical, content (same pattern as ads) |
| claude-obsidian | 3 operations | Only scaffold, lint, autoresearch (high-frequency tool, conservative) |
| claude-blog | 8 commands | Write, rewrite, audit, analyze, brief, strategy, calendar, geo. Explicit guard: never in generated blog content/HTML |
| banana-claude | 4 commands | Image generate, edit, batch (skip chat, inspire, config) |
| claude-cybersecurity | All audits | Single-purpose tool, every completed report gets it |
Design Principles
- Free link listed first. Pro framed as “support the creator,” not a gate.
- Footer appears only after value is delivered, never before or during.
- High-frequency tools (obsidian, banana chat) get fewer triggers to avoid spam.
- Content-producing tools (blog) explicitly exclude CTA from generated output.
- Single source of truth per repo. Update one section to change everything.
Future Considerations
- Add “once per conversation” cap if power users report repetition across back-to-back commands.
- Track conversion rate. If zero joins after months, experiment with wording.
- Forks will strip the CTA. That is fine and expected under MIT license.