skill-creator

Design and create new Pi Skills with standardized SKILL.md structure.

Updated May 13, 2026
One-click install
npx skills add https://github.com/Mekann2904/mekann --skill skill-creator-mekann2904
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Mekann2904/mekann/tree/main/.pi/lib/skills/skill-creator
Command: npx skills add https://github.com/Mekann2904/mekann --skill skill-creator-mekann2904

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of new Pi Skills, ensuring adherence to standards and best practices, thereby reducing development time and improving skill quality.

Core Features & Use Cases

  • Guided Skill Design: Provides a step-by-step process for planning new skills.
  • SKILL.md Generation: Assists in creating the essential SKILL.md file, including frontmatter and structured body content.
  • Use Case: When you need to create a new skill to manage user feedback, this Skill will guide you through defining its purpose, structure, and metadata, ensuring it's discoverable and maintainable.

Quick Start

Use the skill-creator to design a new skill for managing user feedback.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create an agent skill for Pi according to standards?

To create an agent skill for Pi according to standards, define the skill purpose, plan the directory structure, and generate the SKILL.md frontmatter and body content. This ensures your extension is compliant and maintainable.

What is the correct SKILL.md structure for Pi agent extensions?

The correct SKILL.md structure for Pi agent extensions includes standardized frontmatter metadata and a structured body content. Following this format ensures your agent skills are discoverable and function efficiently.

Do I need any specific developer tools to build Pi agent skills?

No specific external developer tools are required to build Pi agent skills. You can use this guided process to design and generate the necessary directory structure and SKILL.md metadata directly.

What is the best way to plan a new agent skill?

The best way to plan a new agent skill is to follow a step-by-step design process that defines the skill purpose, plans the directory structure, and generates the required SKILL.md frontmatter and body content.

Why does my custom Pi agent skill lack discoverability?

Your custom Pi agent skill may lack discoverability if the SKILL.md frontmatter metadata is missing or incorrectly structured. Properly defining the skill purpose and metadata ensures it meets Agent Skills standards.