fix(skills): add Anti-Patterns and fix descriptions for remaining skills (batch 2)

Processed 24 skills: pr-description-writer through tax-planning-checklist.
Added Anti-Patterns sections to all 24 skills.
Added Required Inputs section to product-launch-checklist.
Rewrote descriptions for retro-analysis, substack-notes-scraper, and sycophancy-challenger.

https://claude.ai/code/session_01MuGKn3a3Gbqoe8uM5Lmuqt
This commit is contained in:
Mohit
2026-06-08 12:57:05 +00:00
parent a33b4f7003
commit f170eed437
24 changed files with 204 additions and 3 deletions
+9 -1
View File
@@ -1,6 +1,6 @@
---
name: substack-notes-scraper
description: Scrapes a Substack Notes page and exports engagement data (likes, comments, restacks) to a formatted .xlsx file with conditional formatting and summary stats.
description: "Scrapes a Substack Notes page and exports engagement data to a formatted .xlsx file. Use when asked to download, analyse, or export Substack Notes performance data including likes, comments, and restacks. Produces a formatted spreadsheet with conditional formatting, summary stats, and per-note engagement metrics."
---
# Substack Notes Scraper
@@ -167,6 +167,14 @@ After generating the file, report:
---
## Anti-Patterns
- [ ] Do not proceed without a valid Substack handle or profile URL — scraping without a specific target cannot be completed
- [ ] Do not ignore rate-limit responses from Substack — implement backoff and reduce request frequency before retrying
- [ ] Do not export data without conditional formatting and summary stats — raw data without visualisation is not the expected output
- [ ] Do not attempt to access private or subscriber-only notes — this skill is for public Notes content only
- [ ] Do not produce output without a clear date range filter — undated exports make trend analysis impossible
## Example Trigger Phrases
- "Scrape my Substack Notes and export to Excel — my handle is @handle, last 60 days"