jwt-token-validator
This skill provides automated assistance for jwt token validator tasks within the Security Fundamentals dom
Content Preview
--- name: jwt-token-validator description: | Jwt Token Validator - Auto-activating skill for Security Fundamentals. Triggers on: jwt token validator, jwt token validator Part of the Security Fundamentals skill category. allowed-tools: Read, Write, Grep, Bash(npm:*) version: 1.0.0 license: MIT author: Jeremy Longshore <[email protected]> --- # Jwt Token Validator ## Purpose This skill provides automated assistance for jwt token validator tasks within the Security Fundamentals dom
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/jwt-token-validator.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/planned-skills/generated/03-security-fundamentals/jwt-token-validator/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at planned-skills/generated/03-security-fundamentals/jwt-token-validator/SKILL.md
Related Skills
authentication-patterns
Authentication and authorization patterns including OAuth2, JWT, RBAC, session management, and PKCE flows
authentication-patternsauthenticationpatterns
by rohitg00 · awesome-claude-toolkit
auth-patterns
This skill should be used when the user asks about "authentication in Next.js", "NextAuth", "Auth.js", "middleware auth", "protected routes", "session management", "JWT", "login flow", or needs guidance on implementing authentication and authorization in Next.js applications.
auth-patternsauthpatternsnext.js
by davepoon · buildwithclaude
django-expert
Use when building Django web applications or REST APIs with Django REST Framework. Invoke when working with settings.py, models.py, manage.py, or any Django project file. Creates Django models with proper indexes, optimizes ORM queries using select_related/prefetch_related, builds DRF serializers and viewsets, and configures JWT authentication. Trigger terms: Django, DRF, Django REST Framework, Django ORM, Django model, serializer, viewset, Python web.
django-expertdjangoexpertrest
by Jeffallan · jeffallan-claude-skills
dotnet-core-expert
Use when building .NET 8 applications with minimal APIs, clean architecture, or cloud-native microservices. Invoke for Entity Framework Core, CQRS with MediatR, JWT authentication, AOT compilation.
dotnet-core-expertdotnetcoreexpert
by Jeffallan · jeffallan-claude-skills