← ClaudeAtlas

subscope-setuplisted

Reconfigure individual pieces of subscope after first-run onboarding. Use this when you want to add or change LLM provider, swap a destination (Notion / Slack / Obsidian), or rotate credentials. NOT the first-run flow. First-time users should run /subscope-onboard instead. Triggers on "/subscope-setup", "reconfigure subscope", "change subscope settings", "update subscope LLM", "rotate subscope credentials", "swap subscope destination".
dancolta/subscope · ★ 4 · AI & Automation · score 80
Install: claude install-skill dancolta/subscope
# /subscope-setup Reconfiguration tool for an already-onboarded subscope install. For first-run, route the user to `/subscope-onboard` instead. The 6 steps below are now individually addressable: ask the user which one they want to change before walking the whole flow. ## Goal Let an existing user change one piece of their config without re-doing the whole onboarding. ## Procedure First, check whether the user has already onboarded: ```bash [ -f ~/.config/subscope/subreddits.yml ] && echo "ONBOARDED" || echo "NOT_ONBOARDED" ``` If `NOT_ONBOARDED`: redirect to `/subscope-onboard` and stop. Do not run the steps below for a new install. If `ONBOARDED`: ask which piece they want to change: > What do you want to reconfigure? > 1. LLM provider (add or swap) > 2. Targeting (re-pick preset, or re-run /subscope-onboard for full re-do) > 3. Notion database > 4. Slack webhook > 5. Obsidian vault > > Pick a number, or type "all" to walk every step. Then jump to that step only. Each step is independent. ### Step 1 — LLM provider (optional) Tell the user: > subscope has three classification tiers: > 1. **Default:** regex-only gate, zero cost, no API key needed. > 2. **Interactive:** `/subscope-judge <surface-id>` uses your Claude Code subscription, free. > 3. **Bulk LLM:** any OpenAI-compatible provider (Anthropic, OpenAI, Groq, OpenRouter, Together, local Ollama). ~$0.50/day at 5K posts. > > Want to enable the bulk-LLM tier? (yes / skip) If yes, the user sets one e