action-create-skill

Generate Kiro/Agent skill folders with SKILL.md frontmatter and references.

1|Updated Oct 5, 2025
One-click install
npx skills add https://github.com/simon-downes/agent-workspace --skill action-create-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: action-create-skill
Source: https://github.com/simon-downes/agent-workspace/tree/main/skills/action-create-skill
Command: npx skills add https://github.com/simon-downes/agent-workspace --skill action-create-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the need for scalable skill libraries in Kiro/Agent by auto-generating the standard folder layout required for new or improved skills, including SKILL.md frontmatter, a references section for design guidance, and example workflows. It reduces manual setup time, enforces naming conventions, and helps prevent scope creep across a growing library of skills.

Core Features & Use Cases

  • Automatically scaffolds a new skill directory with SKILL.md that includes proper frontmatter and structure
  • Creates and links a references directory with baseline guidance (examples, patterns, and LAYERS.md) to support exploration
  • Validates frontmatter and promotes reuse by standardizing naming and organization for future skills
  • Supports modification of existing SKILL.md by applying a consistent blueprint and minimizing drift
  • Helps audit for overlap and ensure distinct activation surfaces across the skill library

Quick Start

Provide a target skill name and let the tool generate a complete skill scaffold including SKILL.md and references.

Frequently Asked Questions about action-create-skill

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

FAQPage Schema
How do I scaffold a new skill folder with frontmatter and references?▼

To scaffold a new skill folder, provide a target skill name and the tool generates a complete directory structure including SKILL.md frontmatter and a references section with baseline guidance, example workflows, and patterns.

What is the best way to maintain consistency when updating an existing SKILL.md file?▼

Maintaining consistency when updating an existing SKILL.md involves applying a standardized blueprint to minimize drift, enforcing naming conventions, and validating frontmatter to prevent scope creep across the skill library.

When do I need to refactor large skills into modular units?▼

Refactor large skills into modular units when managing a growing skill library to ensure distinct activation surfaces, prevent overlap, and maintain structured workflow steps for better long-term maintainability.

Does this skill scaffolding process require external runtime dependencies?▼

No external runtime dependencies are required for skill scaffolding beyond standard tooling, ensuring frontmatter validation and structured workflow generation operate seamlessly within the standard Kiro/Agent environment.

Can I use this tool to audit my skill library for overlapping activation surfaces?▼

Yes, you can audit your skill library by applying the standardized naming and organization blueprint to identify overlapping activation surfaces and ensure distinct separation between modular skills.