From sphere-connect
Generate Sphere wallet Connect integration for your project
How this command is triggered — by the user, by Claude, or both
Slash command
/sphere-connect:integrate react|nodejs|vanillaFiles this command reads when invoked
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Sphere Connect Integration Generate a complete Sphere wallet Connect integration for this project. Target framework: **$ARGUMENTS** (if not specified, auto-detect from package.json) ## Instructions 1. Detect the project framework if not specified: - Check `package.json` for `react`, `vue`, `svelte`, or Node.js - Check for `tsconfig.json` (TypeScript vs JavaScript) - Check for the package manager lockfile 2. Check if `@unicitylabs/sphere-sdk` is already installed. If not, ask the user before installing. 3. Generate the integration files using the sphere-connect skill templat...
Generate a complete Sphere wallet Connect integration for this project.
Target framework: $ARGUMENTS (if not specified, auto-detect from package.json)
Detect the project framework if not specified:
package.json for react, vue, svelte, or Node.jstsconfig.json (TypeScript vs JavaScript)Check if @unicitylabs/sphere-sdk is already installed. If not, ask the user before installing.
Generate the integration files using the sphere-connect skill templates.
For TypeScript browser projects, add path mappings to tsconfig.json for @unicitylabs/sphere-sdk/connect and @unicitylabs/sphere-sdk/connect/browser.
Add VITE_WALLET_URL=https://sphere.unicity.network to .env if it doesn't exist (browser projects only).
Show a concise usage example after generating files.
Do NOT overwrite existing files without asking the user first.
npx claudepluginhub unicity-sphere/unicity-claude-marketplace/integrateCreates fresh branch from main (timestamped or custom), stops current test server, runs ./integrate.sh script, cleans environment. Supports --force.
/integrateAnalyzes, enhances, or creates AI artifacts like CLAUDE.md, skills, commands, and hooks to integrate with Subcog persistent memory. Interactive workflow recommended.
/integrateIntegrates mnemonic memory capture and recall into a target Claude Code plugin. Supports --analyze, --dry-run, --remove, --migrate, --verify, --rollback modes.
/integrateGenerate and manage API integrations including REST clients from OpenAPI specs, GraphQL schemas, database connections, webhook handlers, and OAuth flows.
/integrateConfigures and manages external system integrations for CRM (Salesforce, HubSpot), AMS (MemberClicks, Wild Apricot), calendars via OAuth, API keys, webhooks, and data sync.