jwt skills

71 tagged jwt, measured the same way as everything else here.

Browse within: express 15stack 13authentication 9authorization 9aws 9cloudformation 9documentdb 9fargate 9api-security 7boilerplate 7bug-bounty 7vue 7vuetify 7vuex 7

jwx-companion-bulk

01

lestrrat-go/jwx

Skill Claude CodeCodex

Apply bulk operations across all jwx companion modules. Args.

2.4k 5d ago A 23 tokens original MIT

jwx-guide-v4

02

lestrrat-go/jwx

Skill Claude CodeCodex

Guide for developing Go applications with github.com/lestrrat-go/jwx v4 — parse/sign JWTs, work with JWS/JWE/JWK, pick algorithms, and avoid the common footguns. For developers using jwx, not for developing the library itself.

2.4k 5d ago A 61 tokens original MIT

code-quality

03

piomin/claude-ai-spring-boot

Skill Claude CodeCodex

Comprehensive code review for Java - clean code principles, API contracts, null safety, exception handling, and performance. Use when user says "review code", "refactor", "check API", or before merging changes.

1.3k 4mo ago A 47 tokens original Apache-2.0

design-patterns

04

piomin/claude-ai-spring-boot

Skill Claude CodeCodex

Common design patterns with Java examples (Factory, Builder, Strategy, Observer, Decorator, etc.). Use when user asks "implement pattern", "use factory", "strategy pattern", or when designing extensible components.

1.3k 4mo ago A 47 tokens original Apache-2.0

spring-boot

05

piomin/claude-ai-spring-boot

Skill Claude CodeCodex

Spring Boot 3.x development - REST APIs, JPA, Security, Testing, and Cloud-native patterns. Use for building enterprise Java applications with Spring Boot.

1.3k 4mo ago A 36 tokens original Apache-2.0

human-writing

06

kataras/jwt

Skill Claude CodeCodex

Use when writing or editing any prose in this repository - the book's preface, its chapters and epilogue, the brand kit notes, the agent skill documents, the changelog, and the root README. Also use when editing a doc comment in a .go file here. Strips the tells of AI-drafted prose (em dashes as clause separators…

211 11d ago A 159 tokens original MIT

jwt

07

kataras/jwt

Skill Claude CodeCodex

Development guide for the jwt JSON Web Token library for Go (github.com/kataras/jwt). Use this skill when signing or verifying JWTs, choosing a signing algorithm (HMAC, RSA, RSA-PSS, ECDSA, EdDSA), reading or validating standard or custom claims, setting expiry and clock-skew tolerance, rotating keys with a kid-based…

211 11d ago A 107 tokens original MIT

agentfront/frontmcp

Skill Claude CodeCodex

Use when implementing authorization and access control for FrontMCP tools, resources, prompts, or skills, deciding who may invoke what. Covers the RBAC, ABAC, and ReBAC models and when to choose each; JWT claims mapping per identity provider (Auth0, Keycloak, Okta, Cognito, Frontegg); reusable named authority…

147 26d ago A 165 tokens original Apache-2.0

brainblast-fleet

09

DSB-117/brainblast

Skill Claude CodeCodex

Autonomous VTI sourcing. Discovers popular repositories that depend on a target SDK, fans out a fleet of subagents to scout each one for silent footguns, proves every candidate RED→GREEN, auto-promotes the proven ones into the corpus, logs results to the shared ledger so other fleets skip them, and reports. Run it…

100 1mo ago A 79 tokens original MIT

brainblast-scout

10

DSB-117/brainblast

Skill Claude CodeCodex

Sends an agent on a scouting mission to find real-world coding traps (footguns in popular SDKs/protocols), synthesize the finding into a proven brainblast rule pack, and submit it to the pack registry. Staking $BRAIN on the pack is an optional, opt-in bond (Phase 5) — never required to produce or sell the data.

100 1mo ago A 80 tokens original MIT

brainblast

11

DSB-117/brainblast

Skill Claude CodeCodex

Research external APIs and SDKs before coding. Identifies every external component in a requirements file, browses official sources, and produces a structured handoff report with facts, risks, and answered questions.

100 1mo ago A 43 tokens original MIT

auth

12

henrydiaosi/AI-framework

Skill Claude CodeCodex

A guide to the authentication module in the AI-framework project. Authentication is the process of checking who a user is before allowing access.

53 5mo ago A 1 tokens

integrate-grantex

13

mishrasanjeev/grantex

Skill Claude CodeCodex

Add Grantex delegated authorization to an agent, CLI tool, API, MCP server, or framework integration. Use when implementing or reviewing agent identity, scoped grants, consent, JWT verification, tool manifests, service-boundary enforcement, audit logging, delegation, or revocation, and when choosing among the Grantex…

31 2d ago A 89 tokens

mishrasanjeev/grantex

Skill Claude CodeCodex

Enterprise implementation guardrails for Grantex Commerce V1 across grantex.dev and agenticorg.ai. Use when reviewing, planning, implementing, testing, or signing off Grantex Commerce, agentic commerce, merchant AI-native onboarding, MCP/UCP/ACP publishing, merchant catalog/inventory/pricing, Commerce Passports…

31 2d ago A 117 tokens

ship-verification

15

mishrasanjeev/grantex

Skill Claude CodeCodex

Post-merge verification pass for Grantex. After any PR merges to main or ships to prod, run this pass without being asked — verify README, Mintlify docs, landing page, SDK READMEs (TS, Python, Go), integration docs, and SEO surfaces are consistent with what just shipped. Use this skill whenever a PR merges, a release…

31 2d ago A 84 tokens

api-endpoint

16

hoangsonww/WealthWise-Finance-Tracker

Skill Claude CodeCodex

Scaffold a complete new API endpoint for the WealthWise Express API. Triggers when asked to "add an endpoint", "create a route", "build an API for ", or scaffold any new REST resource end-to-end. Does not trigger for frontend-only tasks.

24 16d ago A 59 tokens original MIT

new-model

17

hoangsonww/WealthWise-Finance-Tracker

Skill Claude CodeCodex

Scaffold a new Mongoose model and its CRUD service for the WealthWise API. Triggers when asked to "create a model", "add a Mongoose schema", or add the data layer for a new entity without a full endpoint. Does NOT scaffold routes, controllers, or frontend code. Use $api-endpoint for the full stack.

24 16d ago A 72 tokens original MIT

new-page

18

hoangsonww/WealthWise-Finance-Tracker

Skill Claude CodeCodex

Scaffold a complete new Next.js dashboard page for the WealthWise web app. Triggers when asked to "add a page", "create a dashboard screen", "build a UI for ", or scaffold any new frontend feature end-to-end. Does not trigger for API-only or backend tasks.

24 16d ago A 63 tokens original MIT

simple-go-api

19

bg-vc/vc-gin-api

Skill Claude CodeCodex

Teach, explain, review, or extend the vc-gin-api Gin project while preserving its small Router-to-Handler-to-Service-to-DAO flow. Use when a learner asks how a request works, wants to add a field or endpoint, needs a guided Go backend exercise, or asks Codex to check this repository for overengineering. Do not use to…

24 21d ago A 87 tokens original MIT

feature

20

pierreb-devkit/Vue

Skill Claude CodeCodex

Use this whenever the user asks to "implement", "add", "build", "create", or "modify" a feature, page, view, component, or module in this Vue project. Three phases: Phase 0 scope analysis (flows + edge cases + UI needs + plan validation, STOP for user), Phase 1 implementation (layered UI → Store → API, Vue 3…

20 4d ago A 123 tokens

pull-request

21

pierreb-devkit/Vue

Skill Claude CodeCodex

Use this whenever the user asks to "open a PR", "ship this", "create the pull request", "make a PR", or once a Vue feature/fix is verified and ready to push. Full lifecycle: branch → commit (commitizen) → issue → draft PR → CI → ready → autonomous monitor loop (fix comments, resolve threads, iterate until CI green +…

20 4d ago A 114 tokens

ui

22

pierreb-devkit/Vue

Skill Claude CodeCodex

Design system reference for the Devkit Vue stack (Vuetify 4 + custom theme helpers). Use when asked about styling, theming, layout, design system, Vuetify components, visual verification, or UI patterns. Automatically consumed by /feature when the task has a visual component. Can also be invoked directly for…

20 4d ago A 80 tokens

salvo-auth

23

salvo-rs/salvo-skills

Skill Claude CodeCodex

Implement authentication and authorization using JWT, Basic Auth, or custom schemes. Use for securing API endpoints and user management.

20 1mo ago A 27 tokens

feature

24

pierreb-devkit/Node

Skill Claude CodeCodex

Use this whenever the user asks to "implement", "add", "build", "create", or "modify" a feature, endpoint, API, route, or module in this Node project. Three phases: Phase 0 scope analysis (flows + edge cases + plan validation, STOP for user), Phase 1 implementation (layered Routes → Controllers → Services →…

20 4d ago A 113 tokens