From Superposition
Connect to Superposition (SPA) and confirm you're set up before doing recruiting work. Use this whenever the user first mentions Superposition, asks to "connect", "set up", "log in", or "authenticate" with SPA, asks which organization they're in, says they can't see their candidates/jobs, or hits a 401/403/permission error from an SPA tool. Run this before the other Superposition skills so the active org and access are established.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superposition:connect-superpositionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Superposition is reached through a hosted MCP server. The plugin already wired the connection — the
Superposition is reached through a hosted MCP server. The plugin already wired the connection — the first time you call an SPA tool, the platform opens a browser OAuth login. This skill confirms the connection is live and the active organization is correct, which everything else depends on.
First contact with SPA in a session, or any time access looks wrong (no data, wrong company, auth error). Cheap to run; do it before assuming something is broken.
get_superposition_context. It returns who you're connected
as and which organization(s) the user can act in. If it errors with auth/401/403, the OAuth flow
hasn't completed — tell the user to re-run the action so the browser login can finish, and to make
sure they sign in to an account that has SPA access.list_jobs. If it returns roles, the connection is healthy and you
can proceed. If it's empty but the user expects jobs, you're likely in the wrong org (go back to
step 2) or the account lacks access.<name>, active org <org>, N active
jobs. Then point them at what's next — if the company profile looks sparse, suggest
bootstrap-company-soul; if they want to work the queue, suggest the review skills.By default the plugin uses the universal connection (https://app.superposition.ai/mcp), which
grants everything the signed-in user's role already allows. If the user wants to narrow access
(read-only, a single org, specific data), they can point the MCP URL at a scoped preset
https://app.superposition.ai/mcp/p/<presetId> from their SPA dashboard — no other change is needed.
Mention this only if they ask about limiting access.
Connected to Superposition ✅
- User: Jordan Lee
- Active org: Acme (you also have access to: Globex — say the word to switch)
- Active jobs: 4
Next: your company profile looks thin — want me to bootstrap the company soul? (improves FitCheck + outreach)
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub superpositionhq/ai-plugin --plugin superposition