skill-creator

Create and modify AI skills with SKILL.md files and Python-based evaluations.

6|2|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/hackeshackes/deerfllow-BY --skill skill-creator-hackeshackes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/hackeshackes/deerfllow-BY/tree/main/skills/public/skill-creator
Command: npx skills add https://github.com/hackeshackes/deerfllow-BY --skill skill-creator-hackeshackes

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users create new skills, modify and improve existing skills, and measure skill performance.

Core Features & Use Cases

  • Skill Creation: Guide users through the process of creating a new skill from scratch, including capturing intent, writing the SKILL.md, and setting up test cases.
  • Skill Modification: Help users edit and optimize existing skills based on performance metrics and user feedback.
  • Skill Performance Measurement: Run evaluations to test skill performance, compare with baselines, and provide visualizations of the results.

Quick Start

To create a new skill, start by defining the skill's purpose and expected output. Then, write the SKILL.md file with the appropriate YAML frontmatter and Markdown instructions. Set up test cases to evaluate the skill's performance and iterate based on 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 a new AI skill from scratch?

To create a new AI skill, define its purpose and expected output, write the SKILL.md file with YAML frontmatter and Markdown instructions, then set up test cases to evaluate performance and iterate.

What is the best way to evaluate AI skill performance?

The best way to evaluate AI skill performance is to run structured evaluations, compare results with baselines, and analyze visualizations to identify areas for modification and improvement.

Do I need Python scripting knowledge to modify existing skills?

Yes, you need Python scripting knowledge to modify existing skills, as the process requires understanding skill specifications, setting up tests, and applying evaluation methodologies.

How does writing a SKILL.md file help with AI development?

Writing a SKILL.md file helps with AI development by providing a structured format using YAML frontmatter and Markdown to define a skill's intent, instructions, and expected behavior.