skill-creator

Create, edit, and validate Agent Skills against the AgentSkills specification.

10|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/wixette/clawnotes --skill skill-creator-wixette
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/wixette/clawnotes/tree/main/openclaw-snapshots/20260312/skills/skill-creator
Command: npx skills add https://github.com/wixette/clawnotes --skill skill-creator-wixette

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the entire lifecycle of creating and managing Agent Skills, from initial development to final auditing, ensuring consistency and adherence to best practices.

Core Features & Use Cases

  • Skill Initialization: Generates new skill directories with boilerplate code and structure.
  • Resource Management: Organizes scripts, references, and assets for modular skill design.
  • Validation & Packaging: Ensures skills meet specifications before distribution.
  • Use Case: When you need to create a new skill to manage GitHub pull requests, use this skill to set up the directory structure, write the initial SKILL.md, and organize any necessary helper scripts.

Quick Start

Use the skill creator to initialize a new skill named 'github-pr-manager' in the 'skills/private' directory.

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 agent skill from scratch?

To create an agent skill, initialize a new skill directory with boilerplate code, write the initial SKILL.md, and organize helper scripts, references, and assets for modular design.

What is the best way to structure workflow automation scripts for a custom skill?

Managing workflow automation scripts requires organizing them within a modular skill directory structure that supports deterministic tasks and on-demand information retrieval for agent development.

How do I validate an existing agent skill against the specification?

Validating an agent skill involves auditing its directory structure and contents to ensure consistency and strict adherence to the AgentSkills specification before distribution.

Can I refine and improve an existing skill without rebuilding its directory structure?

Refining existing skills is supported by editing and improving internal components like scripts and references directly, ensuring they meet specifications without needing a full rebuild.

Does code generation for skills require manual packaging before distribution?

Manual packaging is minimized because the skill lifecycle process includes validation and packaging steps that ensure generated skills meet required specifications before distribution.