From emblemcompany-agent-skills-6
React integration skill for EmblemAI's one-shot user management. Use when the user wants to add website authentication plus wallet-enabled users to a React app with EmblemAuthProvider, ConnectButton, social/email/wallet login, chat components, React auth hooks, React composition patterns, or Migrate.fun React hooks.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin emblemcompany-agent-skills-6This skill is limited to using the following tools:
Use this skill when the user wants to integrate EmblemAI into a React app rather than only use the CLI or low-level SDKs.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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.