com um clique
tofu
Use when doing infrastructure work.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Use when doing infrastructure work.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Diagnose and fix a spend plan PDF that isn't parsing correctly. Takes a filename or URL and optional free-form agency/bureau hint, then diagnoses what's failing, explains the proposed fix, and applies it across load-file.ts, spend-plan-agency-match.ts, and the test file.
Manages project dependencies, ensuring all required packages are installed and up to date.
Use when updating or checking GitHub Action versions, when adding a new action to a workflow file, or when the Developer asks about action versions or SHA pins.
Audits and fixes the `.claude/` directory to ensure internal consistency, correct references, and adherence to project conventions.
On-demand security review of code changes. Use when asked to "security check", "security review", "find vulnerabilities", "check for security issues", "audit security", or "OWASP review". Diff-aware, covers OWASP Top 10, supply chain, infrastructure, and agentic AI security with confidence-based reporting.
Generates a summary of a pull request based on the PR description and the code changes.
| name | tofu |
| description | Use when doing infrastructure work. |
Note that tofu is an alternative to Terraform and generally configuration and values are the same.
Use this skill when doing infrastructure work, specifically the Terraform files in tofu/. This could include writing new Terraform code, maintaining existing Terraform code, and reviewing Terraform plans.
In order to review a tofu plan, do the following:
cd tofutofu/ with git main... to see the changes since branching off main.export AWS_PROFILE=<aws-profile-name>.aws sso login if not already logged in.export TF_VAR_profile=<aws-profile-name> .cd tofu && tofu plan