fix(plugins): sync all 171 plugin SKILL.md files with fixed skills/ versions
Propagates Anti-Patterns sections, description rewrites, Required Inputs additions, and Quality Checks format fixes from skills/ to matching plugin SKILL.md copies. https://claude.ai/code/session_01MuGKn3a3Gbqoe8uM5Lmuqt
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user