Content Preview
--- name: building-api-authentication description: | Build secure API authentication systems with OAuth2, JWT, API keys, and session management. Use when implementing secure authentication flows. Trigger with phrases like "build authentication", "add API auth", or "secure the API". allowed-tools: Read, Write, Edit, Grep, Glob, Bash(api:auth-*) version: 1.0.0 author: Jeremy Longshore <[email protected]> license: MIT compatible-with: claude-code, codex, openclaw --- # Building API
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/building-api-authentication.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/api-development/api-authentication-builder/skills/building-api-authentication/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 plugins/api-development/api-authentication-builder/skills/building-api-authentication/SKILL.md
Related Skills
Building AutoML Pipelines
This skill empowers Claude to build AutoML pipelines using the automl-pipeline-builder plugin. It is triggered when the user requests the creation of an automated machine learning pipeline, specifies the use of AutoML techniques, or asks for assistance in automating the machine learning model buildi
skill-adapterbuilding automl pipelines
by jeremylongshore · plugins-plus-skills
Building CI/CD Pipelines
This skill enables Claude to generate CI/CD pipeline configurations for various platforms, including GitHub Actions, GitLab CI, and Jenkins. It is used when a user requests the creation of a CI/CD pipeline, specifies a platform (e.g., "GitHub Actions"), or mentions specific pipeline stages like "tes
skill-adapterbuilding ci/cd pipelines
by jeremylongshore · plugins-plus-skills
Building Classification Models
This skill enables Claude to construct and evaluate classification models using provided datasets or specifications. It leverages the classification-model-builder plugin to automate model creation, optimization, and reporting. Use this skill when the user requests to "build a classifier", "create a
skill-adapterbuilding classification models
by jeremylongshore · plugins-plus-skills
Building GitOps Workflows
This skill enables Claude to construct GitOps workflows using ArgoCD and Flux. It is designed to generate production-ready configurations, implement best practices, and ensure a security-first approach for Kubernetes deployments. Use this skill when the user explicitly requests "GitOps workflow", "A
skill-adapterbuilding gitops workflows
by jeremylongshore · plugins-plus-skills