skill-creator

Create, audit, and restructure AgentSkills with standardized SKILL.md and resource directories.

55|12|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Yapie0/safe-openclaw --skill skill-creator-yapie0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Yapie0/safe-openclaw/tree/main/skills/skill-creator
Command: npx skills add https://github.com/Yapie0/safe-openclaw --skill skill-creator-yapie0

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Create, audit, and tidy AgentSkills to accelerate safe, modular AI capabilities.

Core Features & Use Cases

  • Scaffold new skills with standardized SKILL.md and resource directories (scripts, references, assets)
  • Validate and package skills to ensure conformity with the AgentSkills spec
  • Reorganize and refactor existing skills for clarity and maintainability

Quick Start

Install or invoke the Skill Initializer to generate a new skill skeleton, then customize SKILL.md and resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new AgentSkill with a standardized directory structure?

To scaffold an AgentSkill, invoke the Skill Initializer to generate a new skill skeleton, then customize the SKILL.md file and resource directories like scripts, references, and assets to fit your specific requirements.

What is the best way to validate an AgentSkill for spec conformance?

The best way to validate AgentSkill conformance is to apply the integrated validation tooling, which checks your SKILL.md structure and packaging against the AgentSkills spec to ensure reliable and consistent execution.

How do I restructure an existing SKILL.md to improve maintainability?

To restructure an existing SKILL.md, move content into dedicated references or scripts directories, tidy the frontmatter, and apply the auditing tools to refactor the skill for clarity and maintainability.

Does skill-creator work with the quick_validate dependency for packaging?

Yes, skill-creator uses the quick_validate dependency to validate and package skills, ensuring your scaffolding and frontmatter conform strictly to the AgentSkills spec before deployment.

Can I use templates to build new agent skills from scratch?

Yes, you can use provided templates to build new agent skills from scratch, allowing you to generate a standardized SKILL.md and resource directories quickly without manual setup.

Why does my AgentSkill fail validation after moving content to scripts?

AgentSkill validation may fail if the moved scripts or updated frontmatter do not conform to the AgentSkills spec; running the validation tooling identifies structural inconsistencies to resolve packaging errors.