skill-creator

Design and package AgentSkills with SKILL.md frontmatter and bundled resource directories.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/dawsonblock/OracleOS --skill skill-creator-dawsonblock
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/dawsonblock/OracleOS/tree/main/ThirdParty/OpenViking/bot/workspace/skills/skill-creator
Command: npx skills add https://github.com/dawsonblock/OracleOS --skill skill-creator-dawsonblock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and maintain modular AgentSkills by providing a structured approach to packaging skills with scripts, references, and assets.

Core Features & Use Cases

  • Provides a clear anatomy for skills (SKILL.md with frontmatter and body).
  • Supports optional resource bundles (scripts/, references/, assets/) to enable repeatable workflows.
  • Guides the Skill creation lifecycle from initialization to packaging and iteration, helping teams standardize skill design.

Quick Start

Initialize a new skill project using the standard lifecycle and customize SKILL.md and resource folders as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I package an agent skill with scripts and assets?▼

Packaging an agent skill requires a cohesive structure centered on a mandatory SKILL.md file with frontmatter, alongside optional scripts/, references/, and assets/ directories for bundled resources.

What is the standard structure for creating AgentSkills?▼

The standard structure for creating AgentSkills is a cohesive anatomy featuring a mandatory SKILL.md file with frontmatter, supplemented by optional scripts, references, and assets directories.

How do I organize references and scripts for modular agent workloads?▼

You organize references and scripts for modular agent workloads by bundling them into dedicated directories alongside your SKILL.md, providing a structured approach to enable repeatable automated workflows.

Does a skill unit require a specific file format for documentation?▼

A skill unit requires the SKILL.md documentation format: a mandatory file containing frontmatter with the skill name and description, plus a body for planning and documenting modular skills.

What is the best way to standardize skill design for agent automation?▼

The best way to standardize skill design for agent automation is to apply a structured lifecycle from initialization to packaging, ensuring every skill unit uses the standard SKILL.md anatomy and resource folders.