frontend-api-client-with-jwt
About
This skill provides a conceptual framework for building a centralized API client in Next.js applications that securely manages JWT authentication. It handles token storage, automatic refresh on expiration, and standardized error parsing across API calls. Use it when implementing a robust communication layer for JWT-based authentication in your Next.js frontend.
Quick Install
Claude Code
Recommendednpx skills add aiskillstore/marketplace -a claude-code/plugin add https://github.com/aiskillstore/marketplacegit clone https://github.com/aiskillstore/marketplace.git ~/.claude/skills/frontend-api-client-with-jwtCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
GraphQL Mobile
OtherThis skill provides GraphQL client integration for mobile applications, primarily using Apollo Client for React Native. It enables developers to configure clients, implement caching strategies, and generate typed operations from GraphQL schemas. Use it when you need to set up or manage a GraphQL stack in a mobile project, including handling queries, mutations, and real-time subscriptions.
content-collections
MetaThis skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.
polymarket
MetaThis skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.
creating-opencode-plugins
MetaThis skill helps developers create OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It provides the plugin structure, event API specifications, and implementation patterns for JavaScript/TypeScript modules. Use it when you need to intercept, monitor, or extend the OpenCode AI assistant's lifecycle with custom event-driven logic.
