chore: Add strong-opx claude skill - #6
Merged
Merged
Conversation
uadnan
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a Claude Code skill and
CLAUDE.mdso Claude has full contextual knowledge of the Strong-OpX CLI — commands, architecture, and safe-operation guidelines — without manual explanation each session.Related Issue
N/A
Type of Change
Checklist
Screenshots (if applicable)
N/A
Additional Notes
Three files changed:
.claude/skills/strong-opx/SKILL.md— A 379-line Claude Code skill covering every CLI subsystem: installation, project/environment setup, vars & secrets, deploy, Terraform, Helm, Kubernetes, Docker, Packer, compute management, SSH/SCP, Ansible, AWS MFA, and templating. Includes ready-to-run command examples and a permission table marking which operations (e.g.terraform apply, production deploy,vars decrypt) require explicit user confirmation before Claude executes them. Auto-invokes whenstrong-opx.ymlis present in the workspace.CLAUDE.md— Project-level instructions for Claude Code: lint/test commands, core architectural concepts (Project, Environment, Provider, Platform), key-module reference table, testing conventions (tests/mocks.pyfactories), and semantic-release commit conventions.Makefile— Addsmake install-skillto copy the skill into~/.claude/skills/strong-opx/for local use.Reviewer Suggestions
N/A
Checklist for Reviewers