Subscope Setup
Reconfigure one piece of an already-onboarded subscope install (LLM, Notion, Slack, Obsidian).
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 98a8b8b
Ran the bundled config writers for real: atomic 0o600 notion.yml/surface.yml writes and the SSRF-guarded LLM base-url check all work exactly as documented. But the skill body needs the sibling engine/ Python package and $CLAUDE_PLUGIN_ROOT — a plain `cp -r skills/setup` per the standard install recipe leaves every scripted step broken, so this only works as a full plugin install.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 4/5
What Subscope Setup does
Lets an existing subscope user change a single config item (LLM provider, destination, credentials) without re-running full onboarding. Checks an onboarded-state file first and routes first-timers to /subscope-onboard instead. Ships as part of a Claude Code plugin and calls into a Python engine (PYTHONPATH=engine, $CLAUDE_PLUGIN_ROOT) that lives outside the skill's own folder.
How to install Subscope Setup
git clone https://github.com/dancolta/subscope.git
cd subscope
mkdir -p ~/.claude/skills
cp -r skills/setup ~/.claude/skills/subscope-setup
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Subscope Setup
-
/subscope-setupReconfigure one piece of an already-onboarded subscope install (LLM, Notion, Slack, Obsidian).
It also activates on plain-language prompts like these:
-
Switch my subscope LLM provider without redoing the whole onboarding -
I need to update just my Notion credentials in the subscope config -
Change the Slack destination in my existing subscope setup
Frequently asked questions
- Is the Subscope Setup skill free?
- Yes. The skill itself is free from dancolta/subscope. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Subscope Setup work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. Ran the bundled config writers for real: atomic 0o600 notion.yml/surface.yml writes and the SSRF-guarded LLM base-url check all work exactly as documented. But the skill body needs the sibling engine/ Python package and $CLAUDE_PLUGIN_ROOT — a plain `cp -r skills/setup` per the standard install recipe leaves every scripted step broken, so this only works as a full plugin install.
- What is the Subscope Setup SkillProof Score?
- 8.8/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 4/5.
- How do I install Subscope Setup?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Subscope Setup with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.