ai-marketing-skills/Makefile
Alfred Claw 0076d345fa feat: add 4 new skills (autoresearch, deck-generator, yt-competitive-analysis, x-longform-post)
New skills:
- autoresearch: Karpathy-inspired iterative optimization loops for conversion content
- deck-generator: AI-generated slide decks with Imagen 4.0 + Google Slides
- yt-competitive-analysis: YouTube outlier detection and packaging pattern extraction
- x-longform-post: X article writer with 24-pattern humanizer (AI slop detector)

Also adds Makefile for pre-commit hook auto-install (make setup).

All 4 skills passed sanitizer scan. All READMEs include CTA blocks.
Autoresearch credits Karpathy for the pattern inspiration.
2026-04-04 10:16:24 -07:00

4 lines
132 B
Makefile

setup:
cp security/pre-commit-hook.sh .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit
@echo "✅ Pre-commit hook installed"