Help us improve
Share bugs, ideas, or general feedback.
From coding-agent
Authentication and authorization patterns covering session-based auth, JWT, OAuth 2.0, RBAC, and security best practices. Use when implementing login flows, protecting endpoints, or handling user identity.
npx claudepluginhub devjarus/coding-agent --plugin coding-agentHow this skill is triggered — by the user, by Claude, or both
Slash command
/coding-agent:auth-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Store session ID in an `httpOnly`, `Secure`, `SameSite=Lax` cookie
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.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Share bugs, ideas, or general feedback.
httpOnly, Secure, SameSite=Lax cookielocalStorage — use httpOnly cookies or keep the access token in memory onlyiss, aud, exp, and nbf claims on every requeststate parameter to prevent CSRFadmin, editor, viewer)if (resource.ownerId !== req.user.id) return 403crypto.timingSafeEqual)