Agent Skills: Storing Credentials

>-

UncategorizedID: adaptive-enforcement-lab/claude-skills/storing-credentials

Install this agent skill to your local

pnpm dlx add-skill https://github.com/adaptive-enforcement-lab/claude-skills/tree/HEAD/plugins/secure/skills/storing-credentials

Skill Files

Browse the full folder contents for storing-credentials.

Download Skill

Loading file tree…

plugins/secure/skills/storing-credentials/SKILL.md

Skill Metadata

Name
storing-credentials
Description
>-

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