mirror of
https://github.com/obra/superpowers.git
synced 2026-09-25 22:09:05 +00:00
When I swap in a custom model inside CC, using /superpowers:brainstorm afterwards gives an “unknown skills” error. #260
Labels
No labels
antigravity
automated-issue-report
brainstorming
bug
claude-code
codex
copilot
cursor
documentation
duplicate
enhancement
factory
gemini-cli
good first issue
help wanted
hermes
hooks
invalid
kiro
needs-categorization
needs-rebase-to-dev-branch
needs-repro-case
new-harness
no-obvious-human-review
opencode
pi
plans
pr-template-rules-ignored
question
skill:brainstorming
skill:diagnosing-superpowers
skill:dispatching-parallel-agents
skill:executing-plans
skill:finishing-a-development-branch
skill:receiving-code-review
skill:requesting-code-review
skills
skill:subagent-driven-development
skill:systematic-debugging
skill:test-driven-development
skill:using-git-worktrees
skill:using-superpowers
skill:verification-before-completion
skill:writing-plans
skill:writing-skills
stale
subagents
tdd
trae
triage
upstream-bug
windows
wontfix
worktrees
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
skills/obra-superpowers#260
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
When I swap in a custom model inside CC, using /superpowers:brainstorm afterwards gives an “unknown skills” error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Hope I can keep using /superpowers:brainstorm
Logs
If applicable, add logs to help explain your problem.
Additional context
Add any other context about the problem here.
Just tell claude you have an idea. It should auto-trigger.
But also, what do you mean by "custom model"? Please attach the claude --debug output from a session where this happens
Just tell claude you have an idea. It should auto-trigger.
But also, what do you mean by "custom model"? Please attach the claude --debug output from a session where this happens
Just tell claude you have an idea. It should auto-trigger.
But also, what do you mean by "custom model"? Please attach the claude --debug output from a session where this happens
This is good advice thank you.
This is good advice thank you.
This is good advice thank you.
Technical Analysis: Custom Model + "Unknown Skills" Error
I can help break down what's happening here and provide multiple solutions.
Root Cause
When you swap to a custom model in Claude Code, you're likely:
The "unknown skills" error occurs because:
Solution 1: Trigger Skill Discovery (Recommended Quick Fix)
As @obra mentioned, you can manually trigger skill loading:
This forces Claude to recognize the brainstorming context and reload available skills.
Solution 2: Full Restart Sequence
If the quick trigger doesn't work:
Solution 3: Check MCP Server Connection
Custom models need proper MCP configuration:
Solution 4: Debug Output (As @obra Requested)
To help diagnose further, run Claude Code with debug logging:
Then reproduce the issue and share the log, specifically looking for:
[MCP]- MCP server connection logs[Skills]- Skill loading/registration[Model]- Model switching eventsSolution 5: Model-Specific Configuration
If using a custom model endpoint, ensure it supports MCP:
Clarification Request
@neohob - Can you clarify what you mean by "custom model"?
This will help us provide a more targeted fix!
Expected Behavior
After applying one of these solutions:
/superpowers:brainstorm→ Should execute without "unknown skills" errorWorkaround Until Fixed
If none of the above work consistently:
/superpowers:brainstormwith the default Claude model firstLet me know if you need help with any of these steps!
Technical Analysis: Custom Model + "Unknown Skills" Error
I can help break down what's happening here and provide multiple solutions.
Root Cause
When you swap to a custom model in Claude Code, you're likely:
The "unknown skills" error occurs because:
Solution 1: Trigger Skill Discovery (Recommended Quick Fix)
As @obra mentioned, you can manually trigger skill loading:
This forces Claude to recognize the brainstorming context and reload available skills.
Solution 2: Full Restart Sequence
If the quick trigger doesn't work:
Solution 3: Check MCP Server Connection
Custom models need proper MCP configuration:
Solution 4: Debug Output (As @obra Requested)
To help diagnose further, run Claude Code with debug logging:
Then reproduce the issue and share the log, specifically looking for:
[MCP]- MCP server connection logs[Skills]- Skill loading/registration[Model]- Model switching eventsSolution 5: Model-Specific Configuration
If using a custom model endpoint, ensure it supports MCP:
Clarification Request
@neohob - Can you clarify what you mean by "custom model"?
This will help us provide a more targeted fix!
Expected Behavior
After applying one of these solutions:
/superpowers:brainstorm→ Should execute without "unknown skills" errorWorkaround Until Fixed
If none of the above work consistently:
/superpowers:brainstormwith the default Claude model firstLet me know if you need help with any of these steps!