agentctx_skill

Deploy Claude Code skills to cloud storage with versioning and drift detection.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/agentctx/terraform-provider-agentctx --skill agentctx-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentctx_skill
Source: https://github.com/agentctx/terraform-provider-agentctx/tree/main/docs/resources
Command: npx skills add https://github.com/agentctx/terraform-provider-agentctx --skill agentctx-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the deployment and lifecycle management of Claude Code skills to cloud storage with versioning and drift detection.

Core Features & Use Cases

  • Bundle a local skill directory and deploy to one or more cloud targets with atomic ACTIVE pointers.
  • Optionally register and version deployments in the Anthropic registry for centralized discovery.
  • Enable drift detection and per-target state tracking to ensure deployments remain in sync.

Quick Start

Configure the source_dir and optional anthropic block, then run terraform apply to deploy the skill.

Frequently Asked Questions about agentctx_skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Do I need to manually version Claude Code skill bundles before deployment?

You do not need to manually version Claude Code skill bundles before deployment. The Terraform skill automates scanning and hashing of the source_dir to handle versioning and secure deployment to your configured cloud targets.

How do I deploy Claude Code skills using Terraform?

To deploy Claude Code skills using Terraform, you configure a local source_dir and an optional anthropic block, then run terraform apply. This automates bundling and deploying the skill directory to cloud storage with versioning and drift detection.

Can I track deployment drift for Claude Code skills?

Yes, you can track deployment drift for Claude Code skills. The skill enables drift detection and per-target state tracking to ensure your deployments remain in sync across active, staged, and deployed bundles in cloud storage.

Does Terraform support multi-target deployments for Claude Code skills?

Terraform supports multi-target deployments for Claude Code skills. It handles scanning, hashing, and secure deployment to configured targets, maintaining per-target state tracking for active, staged, and deployed bundles with atomic ACTIVE pointers.

What is the Anthropic registry integration for Terraform skill deployments?

Anthropic registry integration for Terraform skill deployments allows you to optionally register and version deployments in a central registry. This enables centralized discovery of the deployed Claude Code skills after running terraform apply.

Do I need to manually version Claude Code skill bundles before deployment?

You do not need to manually version Claude Code skill bundles before deployment. The Terraform skill automates scanning and hashing of the source_dir to handle versioning and secure deployment to your configured cloud targets.