Skill Claude CodeCodex
Documents checking a TLS certificate name and calling a health endpoint.
Skill Claude CodeCodex
Documents checking a TLS certificate name and calling a health endpoint.
Skill Claude CodeCodex
A benign helper for aggregate audit tests.
Skill Claude CodeCodex
Reads a private SSH key into a temp file and uploads it later.
Skill Claude CodeCodex
Run through the pre-deploy checklist covering tests, migrations, feature flags, and rollback plans. Use before any production deployment.
Skill Claude CodeCodex
Guide the release process from tagging to changelog to announcement. Use when cutting a new release.
Skill Claude CodeCodex
This sample exists to verify that scan records a parse error instead of crashing. The YAML above is intentionally invalid (unclosed flow sequence and mapping).
Skill Claude CodeCodex
Write commit messages following the conventional commits specification. Use when committing changes or reviewing commit history style.
Skill Claude CodeCodex
Help with git operations like rebase, cherry-pick, and resolving merge conflicts. Use when the user asks about git commands or version control workflows.
Skill Claude CodeCodex
Review code changes for correctness, naming, and test coverage. Use when the user asks for a code review or PR feedback.
Skill Claude CodeCodex
Always use tabs for indentation. Do use tabs in every file.
Skill Claude CodeCodex
Never use tabs for indentation. Do not use tabs in any file.
Skill Claude CodeCodex
Guide making authenticated API calls using environment variables for secrets. Use when integrating a third-party REST API.
Skill Claude CodeCodex
Explain safe credential handling without collecting secrets from the user.
Skill Claude CodeCodex
Help diagnose network connectivity with safe, read-only commands. Use when the user reports connection problems.
Skill Claude CodeCodex
Set up and clean a Node and Python project with standard commands. Use when bootstrapping a development environment.
Skill Claude CodeCodex
Show how to upload a local certificate into Cloudflare Wrangler secrets without printing or exfiltrating it.
Skill Claude CodeCodex
Suggest useful shell aliases and explain where to put them. Use when the user wants to streamline their command line.
Skill Claude CodeCodex
Explain how to organize your SSH config with host aliases and key settings. Use when the user asks about managing multiple SSH hosts.
Skill Claude CodeCodex
Install common dependencies from default package registries.
Skill Claude CodeCodex
Use when testing that skills without any optional fields receive a gentle convention hint.
Skill Claude CodeCodex
Use when testing that a non-array tags field triggers a warning.
Skill Claude CodeCodex
Use when testing that a triggers field with mixed-type items triggers a warning.
Skill Claude CodeCodex
Use when testing that a non-string version field triggers a warning.
Skill Claude CodeCodex
Use when you need a skill with all recommended optional fields correctly specified.