Hatch3r Auth Scaffold banner
hatch3r hatch3r

Hatch3r Auth Scaffold

Development community

Description

--- id: hatch3r-auth-scaffold type: command orchestrator: true agentPipeline: [hatch3r-implementer, hatch3r-security] description: "Scaffold authentication boilerplate for a greenfield API service — OAuth 2.1 authorization-code-with-PKCE flow, OIDC ID-token validation, and hashed personal-access-token (PAT) issuance/verification. Implementer writes the code; hatch3r-security gates it against the CQ3 auth-depth floor." argument-hint: "[service-name]" disable-model-invocation: true tags: [implemen

Installation

Installs to ~/.claude/skills/hatch3r-hatch3r-hatch3r-auth-scaffold/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hatch3r-hatch3r-hatch3r-auth-scaffold && curl -fsSL https://raw.githubusercontent.com/hatch3r/hatch3r/HEAD/commands/hatch3r-auth-scaffold.md -o ~/.claude/skills/hatch3r-hatch3r-hatch3r-auth-scaffold/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository