animus-pack-authoring

Generate manifest files, workflows, overlays, and schedules for Animus workflow packs.

1|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/launchapp-dev/animus-skills --skill animus-pack-authoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: animus-pack-authoring
Source: https://github.com/launchapp-dev/animus-skills/tree/main/skills/animus-pack-authoring
Command: npx skills add https://github.com/launchapp-dev/animus-skills --skill animus-pack-authoring

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of building and updating Animus workflow packs, enabling efficient packaging of workflows, overlays, and MCP descriptors.

Core Features & Use Cases

  • Pack Construction: Guides users through creating minimal viable packs with essential files like pack.toml, workflows, and runtime overlays.
  • Authoring Assistance: Provides reference material for manifest, operation, and runtime definitions to ensure correct pack structure.
  • Use Case: Developers can rapidly assemble new packs for deployment across multiple projects, maintaining consistency and version control.

Quick Start

Use the animus pack skill to generate a new pack structure with default configuration templates and best practices.

Frequently Asked Questions about animus-pack-authoring

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

FAQPage Schema
How do I create structured workflow packs for Animus?

Creating structured Animus workflow packs involves generating essential manifest files, workflows, overlays, and schedules. This process ensures adherence to pack schema, relationships, and best practices for deployment.

What files are needed for a minimal viable workflow pack?

A minimal viable workflow pack requires a pack.toml manifest file, workflow definitions, and runtime overlays. These core components establish the foundational structure needed for deployment across multiple projects.

Can I use this to validate existing pack schemas and relationships?

Yes, you can validate existing pack schemas and relationships during pack development. The authoring process checks adherence to pack structures, operations, and runtime definitions to maintain configuration consistency.

What is the best way to manage MCP descriptors in automation workflows?

Managing MCP descriptors in automation workflows is handled by packaging them within structured Animus workflow packs. This approach maintains version control and configuration consistency across multiple deployment projects.

Does generating an Animus pack require any external dependencies?

Generating an Animus pack requires no external dependencies. The authoring process provides the necessary reference material for manifest, operation, and runtime definitions to build packs independently.