Agent skill

key-management-orchestrator

Cryptographic key lifecycle management orchestration including generation, rotation, and destruction across key management systems

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill key-management-orchestrator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Allowed tools: -Bash-Read-Write-Glob-Grep-WebFetch
Path: library/specializations/security-compliance/skills/key-management-orchestrator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Key Management Orchestrator Skill ## Purpose Orchestrate cryptographic key lifecycle management across key management systems, including key generation, distribution, rotation, destruction, and compliance monitoring. ## Capabilities ### Key Generation - Generate cryptographic keys with proper entropy - Create keys with appropriate algorithms and sizes - Generate keys within HSM boundaries - Create key pairs for asymmetric operations - Generate derived keys using approved KDFs - Document key generation metadata ### Key Rotation Management - Define and enforce rotation policies - Schedule automatic key rotations - Execute zero-downtime rotations - Coordinate multi-system rotations - Maintain key version history - Handle rotation rollbacks ### Key Usage Tracking - Monitor key usage patterns - Track encryption/decryption operations - Identify unused or orphaned keys - Detect anomalous usage patterns - Measure key usage against policies - Generate usage audit reports ### Key Destruction - Execute secure key destruction - Verify destruction completeness - Document destruction certificates - Handle key material in backups - Manage crypto-shredding operations - Maintain destruction audit

What's inside
Steps it walks through
  1. Purpose
  2. Capabilities
  3. Key Generation
  4. Key Rotation Management
  5. Key Usage Tracking
  6. Key Destruction
  7. HSM Integration
  8. Key Operations Auditing
  9. Key Types Managed
  10. Key Lifecycle Stages
  11. Integrations
  12. Target Processes
  13. Input Schema
  14. Output Schema
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the key-management-orchestrator skill do?

Cryptographic key lifecycle management orchestration including generation, rotation, and destruction across key management systems

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill key-management-orchestrator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going