Claude Code Plugins

Community-maintained marketplace

Feedback

>-

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name storing-credentials
description Securely store GitHub App credentials across different environments. GitHub Actions secrets, external CI, Kubernetes, and automated rotation patterns.

Storing Credentials

When to Use This Skill

Comprehensive guide to securely storing GitHub App credentials across different environments and platforms.

Storage Environment Decision

  • GitHub Actions - Native GitHub Secrets (recommended for GitHub-hosted workflows)
  • External CI - Platform-specific secret management (Jenkins, GitLab CI, CircleCI)
  • Kubernetes - External Secrets Operator or Sealed Secrets
  • Local Development - Environment variables or encrypted vaults (never in code)

Implementation

See the full implementation guide in the source documentation.

Examples

See examples.md for code examples.

References