Claude Code skills for ACM (Advanced Cluster Management)
npx claudepluginhub stolostron/claude-codeHub cluster certificate tools - check configuration and assess certificate changes
This repository contains Claude Code skills for ACM (Advanced Cluster Management). Skills are organized into installable plugins based on functionality.
hub-cert-tools)Certificate configuration checking and change assessment for ACM hub clusters.
/plugin
Then in the UI:
https://github.com/stolostron/claude-code.git# Add this repository as a marketplace
/plugin marketplace add https://github.com/stolostron/claude-code.git
# Install the hub certificate tools plugin
/plugin install hub-cert-tools@acm-skills-marketplace
Clone the repository and add to your Claude Code settings.json:
{
"skills": [
"/path/to/stolostron/claude-code/plugins/hub-cert-tools/skills/check-hub-cert-config",
"/path/to/stolostron/claude-code/plugins/hub-cert-tools/skills/assess-hub-cert-change"
]
}
Once installed, you can use the skills:
# Check hub cluster certificate configuration
/check-hub-cert-config --kubeconfig /path/to/kubeconfig
# Assess certificate change risk
/assess-hub-cert-change --kubeconfig /path/to/kubeconfig --new-cert /path/to/new-cert.pem
For detailed documentation, examples, and use cases, see the hub-cert-tools plugin documentation.
This repository is organized as a marketplace containing multiple plugins. Each plugin is a self-contained collection of related skills.
Benefits:
Marketplace (acm-skills-marketplace)
├── Plugin: hub-cert-tools
│ ├── Skill: check-hub-cert-config
│ └── Skill: assess-hub-cert-change
│
└── Plugin: your-future-plugin
├── Skill: your-skill-1
└── Skill: your-skill-2
Users interact with it like:
/plugin install hub-cert-tools@acm-skills-marketplace
We welcome contributions!
Want to contribute? See CONTRIBUTING.md for:
See LICENSE for details.
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.