skill-creator

Scaffold SKILL.md templates and enforce consistent AgentSkills resource layouts.

71|18|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Science-Discovery/Aether --skill skill-creator-science-discovery
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Science-Discovery/Aether/tree/main/.opencode/skills/skill-creator
Command: npx skills add https://github.com/Science-Discovery/Aether --skill skill-creator-science-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Creates a standardized workflow for creating, editing, auditing, tidying, and restructuring AgentSkills, including SKILL.md frontmatter, resource layouts, and bundled resources, so teams can maintain consistent skill implementations across projects.

Core Features & Use Cases

  • Guidance to create effective skills from scratch or audit and tidy existing SKILL.md files.
  • Standardized templates and recommended resource structures (scripts/, references/, assets/) to support deterministic tasks and on-demand knowledge.
  • Integrated guidance for packaging skills and validating them before distribution, including init_skill.py and package_skill.py workflows.

Quick Start

Run the Skill Initializer to scaffold a new skill directory with a SKILL.md template and optional resource directories.

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 directory from scratch?▼

To scaffold a new AgentSkill directory, run the Skill Initializer to generate a standardized SKILL.md template and create optional resource directories like scripts, references, and assets for deterministic task execution.

What is the recommended resource structure for AgentSkills development?▼

The recommended resource structure for AgentSkills development organizes files into scripts, references, and assets directories, supporting deterministic tasks and on-demand knowledge while enforcing consistent layouts across projects.

Can I audit and tidy existing SKILL.md frontmatter and resource layouts?▼

Yes, you can audit and tidy existing SKILL.md frontmatter and resource layouts by validating structure, checking references, and restructuring bundled resources to align with the AgentSkills spec.

How do I validate and package skills before distribution?▼

You validate and package skills before distribution by applying the integrated init_skill.py and package_skill.py workflows, which enforce consistent resource layouts and align output with the AgentSkills spec.

Does this skill scaffolding generator work with any directory under the skills namespace?▼

Yes, the skill scaffolding generator applies to any skill directory under the skills namespace, handling structure, references, scripts, and assets regardless of the specific skill implementation.

Why do I need standardized templates for skill creation and governance?▼

Standardized templates for skill creation and governance ensure reliable replication of AgentSkills across teams, enable consistent skill implementations, and maintain deterministic resource structures throughout the development workflow.