skill-creator

Create, update, and package AgentSkills with standardized SKILL.md frontmatter.

3|2|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/ngx-signal-forms/ngx-signal-forms --skill skill-creator-ngx-signal-forms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ngx-signal-forms/ngx-signal-forms/tree/main/.github/skills/skill-creator
Command: npx skills add https://github.com/ngx-signal-forms/ngx-signal-forms --skill skill-creator-ngx-signal-forms

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml.

What problem does it solve?

Creating and maintaining modular AgentSkills is manual, inconsistent, and hard to scale across teams; this guide provides a structured approach to design, package, and reuse skill units with clear frontmatter and optional resources.

Core Features & Use Cases

  • Standardized SKILL.md frontmatter (name and description) to drive discovery and triggers.
  • Optional bundled resources directories (scripts, references, assets) to support repeatable workflows.
  • Clear initialization, validation, and packaging patterns to accelerate skill development.

Quick Start

Run scripts/init_skill.py <skill-name> --path <path> to create a new skill scaffold, then customize SKILL.md and add resources 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 create and package modular AgentSkill units for Codex workflows?

Create and package modular AgentSkill units using standardized SKILL.md frontmatter with optional bundled resources. Run the initialization script to scaffold a new skill directory, then customize the frontmatter and add scripts, references, or assets as needed for deterministic Codex workflows.

What is standardized SKILL.md frontmatter and when do I need it for skill creation?

Standardized SKILL.md frontmatter defines the name and description metadata for an AgentSkill to drive discovery and triggers. You need this structured frontmatter when creating modular skill units to ensure consistent initialization, validation, and packaging across collaborative teams.

How do I scaffold a new skill with frontmatter and resource directories?

Run the initialization script with a skill name and target path to generate a new skill scaffold. The scaffold includes a standardized SKILL.md file for frontmatter and optional resource directories for scripts, references, and assets to support repeatable workflows.

Can I bundle scripts and reference assets when packaging an AgentSkill?

Yes, you can bundle optional resource directories containing scripts, references, and assets when packaging an AgentSkill. These bundled resources support deterministic tasks, provide in-depth guidance, and supply output assets for scalable team collaboration.

Does the skill-creation workflow require any specific dependencies or formats?

The skill-creation workflow requires the YAML dependency to parse and manage the standardized SKILL.md frontmatter. This dependency supports the validation and packaging of modular skill units within Codex workflows.

What are the limitations of using standardized frontmatter for skill packaging?

Standardized frontmatter for skill packaging focuses on name and description fields to drive discovery, which may limit complex metadata needs. The design relies on optional resource directories for advanced tooling, keeping the core SKILL.md concise for deterministic Codex integration.