pack-init

Initialize a structured npm package for AI toolkits with installer scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the need for a standardized, reusable package structure for AI toolkits, streamlining the delivery and deployment of AI artifacts.

Core Features & Use Cases

  • Structured Package Creation: Automates the creation of a package that includes skills, rules, and installer logic.
  • Integration with CodeArtifact: Facilitates the conversion of AI artifacts into a versioned npm package compatible with AWS CodeArtifact.
  • Use Case: After the /create-skill process generates SKILL.md, this Skill wraps the artifact in a package ready for publication.

Quick Start

Initialize the AI toolkit package skeleton using the pack-init skill.

Frequently Asked Questions about pack-init

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

FAQPage Schema
How do I create an npm package skeleton for AI toolkits?

To create an npm package skeleton for AI toolkits, you need a Skill that automates the generation of package.json and pack.yaml files. It structures your skills, rules, and installer logic into a standardized package ready for publication.

How do I prepare AI artifacts for publishing to AWS CodeArtifact?

Preparing AI artifacts for AWS CodeArtifact involves wrapping them in a versioned npm package structure. This requires specifying configuration and artifact files to generate the necessary installer scripts and manifests compatible with the registry.

What files are required to initialize a structured npm package for AI deployment?

Initializing a structured npm package for AI deployment requires configuration and artifact specification files. These inputs allow the process to automatically produce your package.json, pack.yaml, and the underlying installer scripts.

Can I use pack-init to generate pack.yaml and package.json together?

Yes, you can use pack-init to generate both pack.yaml and package.json together. The process initializes the complete package skeleton, integrating skills and rules while preparing the artifact for versioned publication.

When should I wrap my AI artifacts in a versioned npm package?

You should wrap your AI artifacts in a versioned npm package when you need standardized delivery and deployment across environments. This approach streamlines the management of AI skills and rules, ensuring consistent distribution through registries like AWS CodeArtifact.