tf-registry

Generate Terraform scripts for AWS CodeArtifact npm registry setup.

Updated May 26, 2026
One-click install
npx skills add https://github.com/ValueMedia/10xcards-td --skill tf-registry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tf-registry
Source: https://github.com/ValueMedia/10xcards-td/tree/main/.opencode/skills/tf-registry
Command: npx skills add https://github.com/ValueMedia/10xcards-td --skill tf-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the setup of a private npm registry on AWS CodeArtifact using Terraform, simplifying the process for infrastructure deployment.

Core Features & Use Cases

  • Automated Terraform Generation: Generates Terraform configuration files for AWS CodeArtifact, including domain, repositories, and IAM policies.
  • Customization: Allows users to specify AWS region, account ID, domain name, repository names, package namespace, and more.
  • CI/CD Integration: Generates Terraform code that can be integrated with CI/CD pipelines for streamlined deployment processes.

Quick Start

Generate Terraform for your AWS CodeArtifact npm registry by running the tf-registry skill with the required inputs.

Frequently Asked Questions about tf-registry

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

FAQPage Schema
How do I automate AWS CodeArtifact npm registry setup with Terraform?

Automating AWS CodeArtifact npm registry setup with Terraform involves generating configuration files for the required domain, repositories, and IAM policies to provision your private registry infrastructure. This Skill generates those Terraform scripts automatically.

Can I use Terraform to configure a private npm registry for CI/CD pipelines?

Yes, you can use Terraform to configure a private npm registry for CI/CD pipelines. The generated Terraform code defines your CodeArtifact domain and repositories, which can be integrated directly into your CI/CD deployment workflows.

Do I need AWS credentials and Terraform installed to generate CodeArtifact configurations?

Yes, you need AWS credentials and Terraform installed to execute the generated configurations. The Skill produces Terraform scripts for CodeArtifact that require both tools to apply the infrastructure changes to your AWS account.

What AWS CodeArtifact resources are included when automating npm registry creation?

Automating npm registry creation includes generating Terraform for AWS CodeArtifact domains, repositories, and IAM policy configurations. You can customize the AWS region, account ID, domain name, repository names, and package namespace.

What's the best way to manage IAM policies for a private npm registry on AWS?

Managing IAM policies for a private npm registry on AWS is handled by generating Terraform configurations that define access controls for your CodeArtifact domain and repositories, ensuring secure automated provisioning of registry permissions.