moai-cc-skills

Create and optimize Claude Code Skills with YAML metadata validation.

1|Updated Jul 28, 2025
One-click install
npx skills add https://github.com/kivo360/quickhooks --skill moai-cc-skills-kivo360
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-cc-skills
Source: https://github.com/kivo360/quickhooks/tree/main/.claude/skills/moai-cc-skills
Command: npx skills add https://github.com/kivo360/quickhooks --skill moai-cc-skills-kivo360

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides creating and optimizing Claude Code Skills with progressive disclosure and YAML metadata validation.

Core Features & Use Cases

  • Progressive Disclosure: Metadata → content → resources.
  • Patterns & Validation: YAML validation and example templates.
  • Workflow Guidance: Best practices for building domain-specific guidance.

Quick Start

Create a new Claude Code Skill using the template and validate the YAML structure.

Frequently Asked Questions about moai-cc-skills

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

FAQPage Schema
How do I create a Claude Code Skill with YAML metadata validation?

Create a Claude Code Skill by using the provided template to structure YAML frontmatter, then validate the metadata against the schema. The template enforces required fields and linkage rules, enabling seamless integration into Claude workflows.

What is progressive disclosure in Skill design, and why does it matter?

Progressive disclosure layers information from metadata to content to resources, reducing cognitive load. This approach reveals only essential details upfront, letting users explore deeper functionality as needed without overwhelming complexity.

Can I refactor an existing Claude Code Skill to improve its structure?

Yes. Refactoring validates and reorganizes YAML frontmatter, templates, and validation scripts to balance freedom levels and satisfy functional requirements. This optimizes modularity and ensures auto-load behavior across Claude workflows.

What templates and validation patterns are included for Skill development?

The Skill provides YAML validation templates and example patterns that enforce metadata structure, resource linkage, and auto-load behavior. These patterns guide domain-specific guidance creation and reduce manual setup overhead.

Do I need existing Claude Code experience to build a Skill?

The Skill guides best practices for building domain-specific guidance, but understanding Claude Code workflows helps. The template-driven generation and validation scripts lower the barrier by handling structural requirements automatically.

What happens if my Skill's YAML frontmatter doesn't validate?

Validation scripts catch structural errors in YAML frontmatter before deployment. Errors prevent auto-load integration; fix them using the provided pattern examples and template to ensure resource linkage and metadata compliance.