skill-creator

Create NutriProfile Claude Skills with structured SKILL.md frontmatter and folder layouts.

Updated Dec 22, 2025
One-click install
npx skills add https://github.com/ayia/NutriProfile --skill skill-creator-ayia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ayia/NutriProfile/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/ayia/NutriProfile --skill skill-creator-ayia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The Skill Creator enables teams to rapidly define and standardize Claude Agent Skills for NutriProfile by providing a clear template, frontmatter structure, and best-practice guidance.

Core Features & Use Cases

  • Generates a consistent SKILL.md frontmatter with required fields (name, description) and optional metadata.
  • Shows the recommended directory layout (references/, scripts/, assets/) and how to populate them.
  • Guides the end-to-end process of creating, validating, and discovering new skills for deployment and reuse across projects.

Quick Start

Create a new skill folder under .claude/skills/my-new-skill, then write SKILL.md following the provided template and include optional references, scripts, and assets as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a Claude Skill and structure the SKILL.md frontmatter?

To create a Claude Skill, write a SKILL.md file with frontmatter including required name and description fields, then place it under .claude/skills/my-new-skill to ensure proper discovery and validation.

What is the recommended directory layout for organizing Claude Skill components?

The recommended directory layout for Claude Skills includes optional references/, scripts/, and assets/ folders alongside the main SKILL.md file to organize supporting documentation, executable code, and static resources.

What do I need to include in SKILL.md frontmatter to pass validation?

SKILL.md frontmatter validation requires the name and description fields to be present, while optional metadata can be added to provide additional context for skill discovery and best-practice compliance.

Can I add custom scripts and reference documents when building NutriProfile skills?

Yes, you can populate the optional scripts/ and references/ directories with custom code and documentation to support your NutriProfile skill's specific processing logic and provide additional context.

What's the best way to standardize skill documentation across multiple projects?

Standardizing skill documentation across projects involves using a consistent SKILL.md template with structured frontmatter, following recommended directory layouts, and applying best-practice guidance for formatting and discovery.

Why does my new Claude Skill folder fail to deploy or get discovered?

Skill discovery failures often occur when the SKILL.md file is missing required frontmatter fields like name and description, or when the folder is not placed correctly under the .claude/skills/ directory structure.