Commit graph

15 commits

Author SHA1 Message Date
ericosiu
c3b455243f
Add GitHub Actions workflow for PII and CTA checks 2026-04-04 14:44:16 -07:00
ericosiu
d2fa216bb3
Merge pull request #2 from ericosiu/add-4-skills-and-ci
feat: add 4 new skills + safety rails
2026-04-04 14:40:51 -07:00
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
Eric S
9965d1baae feat: /eval skill — universal AI output evaluation suite
Evaluate any AI-powered feature: chat agents, content generators,
classifiers, summarizers, or custom AI systems.

- Asks what 'good' looks like, generates test scenarios automatically
- 13 criterion types (contains, regex, max_length, no_hallucination, etc.)
- Multi-turn chat and single-turn content modes
- Baseline comparison and regression detection
- Threshold gating (fail CI if score drops below X%)

Run: npx tsx eval/run-eval.ts
Docs: eval/README.md
2026-04-03 17:34:19 -07:00
Alfred Claw
3a0e0931d9 Add sales-playbook: Value-Based Pricing framework (4 skills)
New category: sales-playbook/
- Value-Based Pricing: Pre-Call Briefing Generator
- Value-Based Pricing: Tiered Package Builder
- Value-Based Pricing: Post-Call Deal Analyzer
- Value-Based Pricing: Pattern Library & Training (10 proven patterns)

All data fully anonymized. Telemetry preamble included.
2026-03-31 10:28:12 -07:00
Alfred Claw
64d5dd430c Wire telemetry preamble into all 10 SKILL.md files + sanitizer allow_patterns
- All 10 SKILL.md files now run version_check + telemetry_init on start
- Sanitizer now supports allow_patterns from config (for example emails, docs)
- Config updated with safe patterns for documentation content
- Fixed example email to use example.com domain
2026-03-31 10:00:33 -07:00
Alfred Claw
d4c8c21cb3 Add security sanitizer, opt-in telemetry, and contributor guidelines
Infrastructure:
- security/: PII sanitizer with scan/sanitize modes, pre-commit hook, configurable blocklists
- telemetry/: GStack-style opt-in usage analytics, local stats viewer, version checker
- CONTRIBUTING.md: Privacy-first contributor guidelines with anonymization rules
- VERSION: 1.0.0

README updated with Privacy & Security and Telemetry sections.
2026-03-31 08:41:35 -07:00
Alfred Claw
36d6ed83e7 Add 4 new skill categories: revenue-intelligence, conversion-ops, podcast-ops, team-ops
New skills (8 total):
- revenue-intelligence: Gong Insight Pipeline, Revenue Attribution Mapper, Client Report Generator
- conversion-ops: CRO Audit, Survey-to-Lead-Magnet Engine
- podcast-ops: Podcast-to-Everything Pipeline
- team-ops: Elon Algorithm (Team Performance Audit), Meeting-to-Action Extractor

Also adds .gitignore for __pycache__
2026-03-31 07:25:46 -07:00
Alfred Claw
b2c11a65aa Add Single Grain secondary line to all category READMEs 2026-03-28 16:29:33 -07:00
Alfred Claw
43607bc479 Add Leveling Up newsletter CTA to all READMEs 2026-03-28 16:27:50 -07:00
Alfred Claw
9ed457e23e Clean footers: Single Brain primary link, SG secondary on homepage only 2026-03-28 16:25:43 -07:00
Alfred Claw
704528fedf Dual CTA footer: Single Brain primary + Single Grain secondary with UTM tracking 2026-03-28 14:58:19 -07:00
Alfred Claw
76ead2f4e5 Remove B2B from top-level copy to widen TAM 2026-03-28 14:50:52 -07:00
Alfred Claw
85432e8307 Add 'Built by Single Grain' footer with UTM tracking to all READMEs 2026-03-28 13:40:47 -07:00
Alfred Claw
a96d0d8889 Initial commit: 6 AI marketing skill categories
- growth-engine: Autonomous experiment engine (Karpathy autoresearch for marketing)
- sales-pipeline: RB2B router, deal resurrector, trigger prospector, ICP learner
- content-ops: Expert panel, quality gate, editorial brain, quote miner
- outbound-engine: Cold outbound optimizer, lead pipeline, competitive monitor
- seo-ops: Content attack briefs, GSC optimizer, trend scout
- finance-ops: CFO briefing, cost estimate, scenario modeler

79 files, all sanitized - zero hardcoded credentials or internal references.
2026-03-27 20:14:52 -07:00