add-skill

Document and scaffold new cx skills with frontmatter and repository updates.

114|10|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/coralogix/cx-cli --skill add-skill-coralogix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-skill
Source: https://github.com/coralogix/cx-cli/tree/main/.claude/skills/add-skill
Command: npx skills add https://github.com/coralogix/cx-cli --skill add-skill-coralogix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables AI agents and humans to systematically create a new user-facing skill for the cx CLI by guiding metadata, workflow steps, and repository updates.

Core Features & Use Cases

  • End-to-end workflow for adding a skill in the skills/ directory, including frontmatter, body, and PR-ready structure.
  • Provides a repeatable template and reference framework so new skills follow a consistent format.
  • Helps developers and AI agents ensure completeness with steps for creating SKILL.md, optional references, and repository README updates.

Quick Start

Create skills/add-skill/SKILL.md following the project template and submit a PR with the changes.

Frequently Asked Questions about add-skill

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

FAQPage Schema
How do I scaffold a new cx skill with valid frontmatter and documentation?

Scaffolding a new cx skill requires creating a SKILL.md file in the skills/ directory with valid frontmatter containing name and description fields, writing a complete step-by-step body, and updating the repository README.

What is the required format for cx skill frontmatter and SKILL.md body?

Cx skill frontmatter requires name and description fields. The SKILL.md body must contain complete step-by-step workflow documentation to ensure consistent format and valid catalog integration.

Can I use templates to generate a PR-ready skill structure in the skills directory?

Yes, you can use templates to generate a PR-ready skill structure. The scaffolding workflow provides a repeatable template framework ensuring new skills include frontmatter, body documentation, optional references, and repository updates.

How do I integrate a new skill into the repository catalog and README?

You integrate a new skill into the repository catalog by updating the skills README. This ensures proper catalog integration after creating the SKILL.md file and validating its frontmatter and step-by-step body.

Does the cx-cli enforce specific metadata fields when creating a new skill?

Yes, the cx-cli enforces specific metadata fields when creating a new skill. It requires valid frontmatter with name and description fields to ensure proper skill documentation and catalog integration.