Sub-skill of github-modes: 1. Authentication (+3).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill 1-authentication --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of 1 Authentication?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-1-authentication)More formats (shields.io, HTML) on the badges page.
---
name: github-modes-1-authentication
description: 'Sub-skill of github-modes: 1. Authentication (+3).'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# 1. Authentication (+3)
## 1. Authentication
- Use `gh auth login` for initial setup
- Store tokens securely in GitHub Secrets
- Use GITHUB_TOKEN in workflows
- Rotate tokens regularly
## 2. Rate Limiting
- Batch operations when possible
- Use GraphQL for complex queries
- Implement exponential backoff
- Cache API responses
## 3. Workflow Design
- Use reusable workflows
- Implement proper error handling
- Add meaningful commit messages
- Follow semantic versioning
## 4. Security
- Enable branch protection
- Require PR reviews
- Use signed commits
- Enable security scanning
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。