component-management

Manage Zylos components via CLI commands and C4 communication channels.

1.1k|123|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/zylos-ai/zylos-core --skill component-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: component-management
Source: https://github.com/zylos-ai/zylos-core/tree/main/skills/component-management
Command: npx skills add https://github.com/zylos-ai/zylos-core --skill component-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of managing Zylos components, ensuring smooth installation, upgrades, and uninstalls, while providing clear guidance for both AI and command-line interactions.

Core Features & Use Cases

  • Component Lifecycle Management: Install, upgrade, and uninstall Zylos components efficiently.
  • Interactive Guidance: Provides step-by-step instructions for both AI sessions and C4 (chat) channels.
  • Configuration Management: Helps manage component configurations through SKILL.md and .env files.
  • Use Case: When you need to add a new integration to your Zylos agent, this Skill guides you through the entire process, from checking availability to final setup.

Quick Start

Use the component-management skill to list all installed Zylos components.

Frequently Asked Questions about component-management

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

FAQPage Schema
How do I install and uninstall Zylos components from the command line?

You can install and uninstall Zylos components using dedicated CLI commands that execute lifecycle actions directly, while also providing interactive guidance for step-by-step setup.

Can I manage Zylos component upgrades through C4 chat channels?

Yes, you can manage Zylos component upgrades through C4 communication channels, which handle interactions using plain-text replies instead of direct CLI execution.

How does configuration detection work when adding new Zylos integrations?

Configuration detection for new Zylos integrations works by reading SKILL.md frontmatter and .env files, allowing the system to automatically identify required settings during installation.

What is the best way to list all currently installed Zylos components?

The best way to list all installed Zylos components is to invoke the component-management skill, which queries your environment and returns the current component status.

Does the component management process differ between Claude sessions and C4 interactions?

Yes, the component management process differs: Claude sessions use direct CLI execution and interactive prompts, whereas C4 interactions rely on plain-text replies for guidance.