From thinking-frameworks-skills
Analyzes weekly and trailing-4-week Substack section performance, reporting opens, clicks, and subscriber attribution per section. Flags sections with low engagement for possible pruning.
How this skill is triggered — by the user, by Claude, or both
Slash command
/thinking-frameworks-skills:per-section-trackingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
Per week (if ≥2 sections with ≥3 posts each):
- [ ] Step 1: Load section-map.md
- [ ] Step 2: Join CSV posts with corpus/published/{section}/ to map each post to section
- [ ] Step 3: Compute per-section aggregates (mean open rate, click rate, views/send, subs delta)
- [ ] Step 4: Compute trailing 4-week per-section z-score
- [ ] Step 5: Flag sections with median z ≤ -1.0 over 4 weeks → candidate for Curator prune proposal
- [ ] Step 6: Emit per-section table for the weekly report
## Per section
| Section | Posts (week / total) | Open rate (week / 4w baseline) | Click rate (week / 4w baseline) | Sub delta | 4w z |
|---|---|---|---|---|---|
| kalshi-log | 2 / 6 | 0.54 / 0.51 | 0.06 / 0.05 | +8 | +0.7 |
| agent-workshop | 0 / 7 | — | — | +2 | +0.2 |
Narrative: 1-2 sentences per section summarizing what the numbers say (not interpretation — that's attribute-performance's job).
npx claudepluginhub lyndonkl/claude --plugin thinking-frameworks-skillsClassifies each Substack section as healthy, drifting, or candidate-for-prune based on post volume, engagement trends, and niche alignment. Produces a status table and narrative summary for quarterly portfolio reviews.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.