agentsclimarketplace

Jwt security

Skill AtulPurohit/Antigravity-Awesome-Skills/skills/jwt-security

Installable GitHub library of 300+ professional agentic skills for Claude Code, Antigravity IDE, Gemini CLI, Cursor, and Copilot. Features a custom NPX installer, 9 stack-specific bundles, validation schemas, security auditing, and an interactive catalog explorer app.

Install
npx -y skills add AtulPurohit/Antigravity-Awesome-Skills --skill jwt-security

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

3 things to look at

  • 27 days oldThe repository was created 27 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Professional JWT Security Expert skill. Implement enterprise-grade web application security controls and encryption standards.

SKILL.md

1.4 KB, as published. Nobody here has run it

JWT Security Expert

Purpose

Manage and implement JWT Security Expert requirements efficiently within enterprise applications.

Core Concepts

Detailed operational framework for JWT Security Expert:

1️⃣ Overview and Strategy

Understanding boundaries, rules, and best practices for the jwt-security feature domain.

2️⃣ Code Implementation Reference

// Secure Password/Token verification
const crypto = require('crypto');
function verifyHash(payload, signature, secret) {
  const expected = crypto.createHmac('sha256', secret).update(payload).digest('hex');
  return crypto.timingSafeEqual(Buffer.from(signature), Buffer.from(expected));
}

3️⃣ Checklist & Validation Rules

  • Integration validation checklist completed.
  • Code conventions and naming rules followed.
  • Strict type safety constraints verified.
  • Security standards checked.

Outputs

  1. System integration pattern definitions.
  2. Code templates and examples.
  3. Test validation checklists.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.