Tfc Run Logs

🌐Community
by laurigates · vlatest · Repository

This skill extracts key information from TensorFlow run logs, simplifying debugging and performance analysis for faster troubleshooting.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add tfc-run-logs npx -- -y @trustedskills/tfc-run-logs
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "tfc-run-logs": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/tfc-run-logs"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to execute Terraform commands directly within their workflow, allowing them to manage infrastructure as code. It facilitates the running of specific Terraform operations like plan and apply to provision or modify cloud resources dynamically.

When to use it

  • Automating the deployment of new cloud resources without manual CLI intervention.
  • Triggering infrastructure updates based on configuration changes detected by the agent.
  • Validating Terraform plans before applying changes to ensure safety.
  • Integrating infrastructure management directly into development or DevOps pipelines.

Key capabilities

  • Executes Terraform commands programmatically.
  • Manages state files for tracking resource provisioning.
  • Supports standard Terraform operations such as plan, apply, and destroy.
  • Allows agents to interact with cloud providers via Terraform configurations.

Example prompts

  • "Use the tfc-run-logs skill to plan the deployment of a new VPC in AWS."
  • "Apply the recent changes to our infrastructure using Terraform."
  • "Check the current state of our production environment and apply any pending updates."

Tips & gotchas

Ensure your AI agent has proper permissions and access to the Terraform workspace before attempting execution. Always review generated plans carefully, as automated applications can lead to unintended resource modifications if not properly constrained.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
laurigates
Installs
37

🌐 Community

Passed automated security scans.