From 20e6c13afe97e71114631a916799cb3d1d462f45 Mon Sep 17 00:00:00 2001 From: Pann08p Date: Wed, 8 Jul 2026 18:54:05 +0700 Subject: [PATCH] chore: refine auto-post-cycle skill and docs Add top10ranking to skill lookup table, add no-emoji-on-images rule, add dependency note to Drive script, minor wording fixes. --- .claude/commands/auto-post-cycle.md | 2 +- CLAUDE.md | 1 + scripts/pull_seal_posts.py | 7 +++++-- skills/auto-post-cycle.md | 1 + 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.claude/commands/auto-post-cycle.md b/.claude/commands/auto-post-cycle.md index 97441a7..fb6a882 100644 --- a/.claude/commands/auto-post-cycle.md +++ b/.claude/commands/auto-post-cycle.md @@ -1,3 +1,3 @@ -Read and follow the instructions in skills/auto-post-cycle.md +Read and follow the instructions in skills/auto-post-cycle.md exactly. The user's arguments are: $ARGUMENTS diff --git a/CLAUDE.md b/CLAUDE.md index bdfa4a0..66cedbf 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -61,6 +61,7 @@ RealRate/ | Plan a content calendar | `skills/content-calendar.md` | — | | Write an Instantly campaign or sequence | `skills/outreach-campaign.md` | — | | Run competitor or market research | `skills/market-research.md` | — | +| Generate Top 10 ranking infographic | `skills/top10ranking.md` | — | | Generate full bizdev cycle + upload | `skills/auto-post-cycle.md` | All skills + context (auto-loaded) | | Full ranking launch | `SOP/ranking-publication-protocol.md` | `skills/insight-post.md` · `skills/deep-dive.md` | diff --git a/scripts/pull_seal_posts.py b/scripts/pull_seal_posts.py index e7dbb25..a439ff6 100644 --- a/scripts/pull_seal_posts.py +++ b/scripts/pull_seal_posts.py @@ -3,12 +3,15 @@ Usage: python scripts/pull_seal_posts.py --industry us_air --output-dir output/us_air/2026 -Authenticates with a Google service account and downloads matching files -from the shared seal posts Drive folder. +Authenticates with a Google service account and downloads matching +seal post images + captions from the shared Drive folder. Environment: GOOGLE_SERVICE_ACCOUNT_KEY — path to service account JSON key file, or the raw JSON content itself + +Dependencies: + pip install google-auth google-api-python-client """ import argparse import io diff --git a/skills/auto-post-cycle.md b/skills/auto-post-cycle.md index dd043f1..0b6e329 100644 --- a/skills/auto-post-cycle.md +++ b/skills/auto-post-cycle.md @@ -211,3 +211,4 @@ These rules apply to ALL generated captions and images: - Ranking URL goes at the end of every caption - The archive is internal only — never link directly to it - Font minimum 18pt body, 46pt+ headlines (mobile readability) +- No emojis on images