skill-master

Guide the creation and management of AI skills with structure and validation procedures.

244|75|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/pavel-molyanov/molyanov-ai-dev --skill skill-master-pavel-molyanov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-master
Source: https://github.com/pavel-molyanov/molyanov-ai-dev/tree/main/skills/skill-master
Command: npx skills add https://github.com/pavel-molyanov/molyanov-ai-dev --skill skill-master-pavel-molyanov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide and best practices for creating, structuring, and validating AI skills, ensuring they are robust, efficient, and well-documented.

Core Features & Use Cases

  • Skill Development Guidance: Offers detailed instructions on skill anatomy, frontmatter, body content, and bundled resources.
  • Procedural vs. Informational Skills: Differentiates and guides the creation of skills based on their execution flow.
  • Use Case: A new AI developer needs to create a skill to manage project documentation. They consult this Skill to understand the required structure, naming conventions, and how to organize reference materials effectively.

Quick Start

Use the skill-master skill to learn how to create a new procedural skill.

Frequently Asked Questions about skill-master

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

FAQPage Schema
How do I structure an AI skill for workflow automation?

To structure an AI skill for workflow automation, you must define its anatomy using frontmatter, body content, and bundled resources like scripts and assets. This ensures your procedural AI skills are modular, reusable, and execute workflows efficiently.

What is the difference between procedural and informational AI skills?

Procedural AI skills define a specific execution flow for workflow automation, whereas informational AI skills provide knowledge and reference materials without a strict execution sequence. Differentiating them guides how you structure the skill body and bundle resources for your AI agent.

What are the frontmatter requirements for building AI skills?

Building AI skills requires frontmatter to define metadata such as the skill name, author, category, and keywords. This frontmatter is essential for validation procedures and ensures the AI agent can correctly discover and load the modular skill unit.

How do I validate procedural skills before deploying an AI agent?

To validate procedural skills before deploying an AI agent, follow the validation procedures outlined in your skill development guide. This process checks frontmatter requirements, body content structure, and bundled resources like scripts and references to ensure the skill is robust and well-documented.

Can I bundle scripts and reference materials inside modular AI skills?

Yes, you can bundle scripts, references, and assets directly inside modular AI skills. Bundling these resources allows your AI agent to access necessary execution logic and informational documentation locally, ensuring the skill operates efficiently without external dependencies.

When should I not use a procedural skill structure for AI development?

You should not use a procedural skill structure when your AI development goal is to provide static knowledge rather than execute a workflow. In these cases, use an informational skill format to organize reference materials without defining an execution flow for your AI agent.