skill-authoring

Author AI Skills with valid SKILL.md structure and metadata.

161|25|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/romiluz13/cc10x --skill skill-authoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring
Source: https://github.com/romiluz13/cc10x/tree/main/plugins/cc10x/skills/skill-authoring
Command: npx skills add https://github.com/romiluz13/cc10x --skill skill-authoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides comprehensive guidance and best practices for authoring high-quality, effective AI Skills. It ensures that new skills are well-structured, clearly defined, and adhere to the SKILL.md format, enabling other AIs to understand and utilize them efficiently, thereby expanding the AI's capabilities.

Core Features & Use Cases

  • SKILL.md Structure Guidance: Provides a template and rules for creating valid SKILL.md files, including frontmatter and Markdown body.
  • Metadata Generation: Guides the creation of engaging metadata (tagline, description, complexity, category, keywords) for skills.rest.
  • Functionality-First Design: Emphasizes designing skills that clearly communicate how they automate tasks and solve user problems.
  • Tool Integration: Explains how to integrate allowed-tools (Read, Grep, Glob, Task, Bash) effectively within a skill.
  • Use Case: When a new internal process needs to be automated by the AI, use this skill to author a new SKILL.md that clearly defines the process, its purpose, and how it helps users, making it discoverable and usable by other AI agents.

Quick Start

Author a new skill called data-cleaning that helps users clean and preprocess datasets, following the SKILL.md structure.