skill-creator

Scaffold, audit, and tidy AgentSkills by generating or repairing SKILL.md files.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Arry8/openclaw-edge --skill skill-creator-arry8
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Arry8/openclaw-edge/tree/main/skills/skill-creator
Command: npx skills add https://github.com/Arry8/openclaw-edge --skill skill-creator-arry8

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps teams create, audit, and tidy AgentSkills and their SKILL.md files to enforce consistency and harness reusable procedural knowledge.

Core Features & Use Cases

  • Scaffold and regenerate SKILL.md for new or revised skills.
  • Audit and restructure existing skills to conform to the AgentSkills spec, organizing resources.
  • Validate and prepare for packaging, with guidance on scripts/references/assets.

Quick Start

Describe your desired skill or request, and I will generate a complete SKILL.md and minimal scaffolding to start.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I generate a SKILL.md file for a new AgentSkill?▼

To generate a SKILL.md file for a new AgentSkill, describe your desired skill function to trigger automated scaffolding that produces the specification file and minimal directory structure. This provides a complete starting template and organizes initial resources into scripts/, references/, and assets/.

What is the best way to audit an existing AgentSkill for spec compliance?▼

Auditing an existing AgentSkill for spec compliance involves checking the SKILL.md file and restructuring its resources to align with standard formatting rules. This process validates the skill structure and organizes files into the correct scripts/, references/, and assets/ directories.

How do I tidy and restructure an AgentSkill's directory structure?▼

Tidying and restructuring an AgentSkill's directory requires scanning the existing resources and moving them into standardized scripts/, references/, and assets/ folders. This ensures alignment with the AgentSkills spec and prepares the skill for packaging.

Can I use automation to repair and regenerate broken skill scaffolding?▼

Yes, you can use automation to repair and regenerate broken skill scaffolding by requesting a revision of your existing skill. The tool automatically fixes structural issues and regenerates the SKILL.md file to ensure it conforms to the AgentSkills spec.

Do I need any dependencies installed to scaffold and validate AgentSkills?▼

No dependencies are required to scaffold and validate AgentSkills, as the tool operates independently with an empty dependency list. You only need to provide a single text request describing your desired skill to trigger the generation and validation workflow.

When should I not use skill scaffolding automation?▼

You should not use skill scaffolding automation if your AgentSkill requires complex external dependencies or non-standard directory configurations outside of the scripts/, references/, and assets/ structure. The automation is designed for intermediate implementation depth and strict spec compliance.