archives

Package source code and assets into deployable archives for Koyeb deployments.

4|2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/koyeb/koyeb-skills --skill archives
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archives
Source: https://github.com/koyeb/koyeb-skills/tree/main/plugins/koyeb/skills/archives
Command: npx skills add https://github.com/koyeb/koyeb-skills --skill archives

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Packaging source code and assets into deployable archives for Koyeb deployments, enabling reproducible and streamlined releases.

Core Features & Use Cases

  • Create archives from directories or files to be used in service deployments.
  • Customize inclusion via ignore patterns and flags when constructing archives.
  • Reuse and reference the produced archive ID during deployment steps for automation.

Quick Start

Create an archive from your local project directory using the koyeb archives create command.

Frequently Asked Questions about archives

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

FAQPage Schema
How do I package source code into a deployable archive for Koyeb?

To package source code into a deployable archive for Koyeb, use the koyeb archives create command on your local project directory. This packages your files and assets into an archive ready for service deployments and release pipelines.

What is a deployment archive and when do I need one for Koyeb?

A deployment archive is a packaged bundle of your source code and assets needed for Koyeb service deployments. You need one to enable reproducible builds and streamline your release process through repeatable artifact packaging.

Do I need the Koyeb CLI installed to create deployment artifacts?

Yes, you need the Koyeb CLI installed and available on your PATH to create deployment artifacts. You also need an authenticated session and direct access to the project files you intend to archive.

Can I customize file inclusion when creating Koyeb deployment archives?

Yes, you can customize file inclusion when creating Koyeb deployment archives by applying ignore patterns and specific flags during the archive construction process to exclude unnecessary files.

How do I reuse a created archive in automated Koyeb deployment pipelines?

To reuse a created archive in automated Koyeb deployment pipelines, reference the produced archive ID during your subsequent deployment steps. This enables easy reuse and repeatable builds across releases.