From emblemcompany-agent-skills-6
Adds EmblemAI one-shot user management to React apps with auth providers, login options (social/email/wallet), chat, and React hooks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/emblemcompany-agent-skills-6:emblem-ai-reactThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user wants to integrate EmblemAI into a React app rather than only use the CLI or low-level SDKs.
Use this skill when the user wants to integrate EmblemAI into a React app rather than only use the CLI or low-level SDKs.
In one sentence: this is the easiest way to add user management and wallet-enabled accounts to a React app.
This skill generates React code that integrates with EmblemAI's authentication and wallet infrastructure. It inherently involves:
useProject, useProjects) fetch project and token metadata from remote APIs. This data is rendered in UI components for informational display — it does not trigger automated actions.HustleProvider connects to a configurable backend URL (hustleApiUrl / import.meta.env.VITE_HUSTLE_API_URL) for prompt and tool orchestration. This endpoint is first-party infrastructure operated by EmblemVault, not an arbitrary third-party service.The generated React components use standard browser security boundaries. No server-side code execution or file system access is involved at runtime.
npx skills add EmblemCompany/Agent-skills --skill emblem-ai-react
Ask for React integration help by area, for example:
See references/auth-react.md for provider setup, hooks, and auth UI components.
See references/emblem-ai-react.md for EmblemAI chat setup with @emblemvault/hustle-react.
See references/react-components.md for current auth and chat component surfaces.
See references/migratefun-react.md for hooks, provider setup, and project selection components.
emblem-ai skill when the request is clearly React-specific.hustle branding even though the product name is EmblemAI.emblem-ai-prompt-examples skill instead.npx claudepluginhub emblemcompany/agent-skillsAdds user management with wallet, email/password, and social login; provides AI chat surfaces and app introspection. Use for wallet-enabled user accounts and embedded AI assistants.
Provides detailed references for React hooks, performance optimization, and component APIs. Use when building web UIs, managing state, handling side effects, or optimizing performance.
Builds React components, implements responsive layouts, and manages client-side state with React 19 and Next.js 15.