create-skills

Standardizes Spec Kit skill creation and registration via scaffolding and validation.

1|Updated May 6, 2022
One-click install
npx skills add https://github.com/cloud-native-tools/cws-lib-bash --skill create-skills-cloud-native-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skills
Source: https://github.com/cloud-native-tools/cws-lib-bash/tree/main/.specify/skills/create-skills
Command: npx skills add https://github.com/cloud-native-tools/cws-lib-bash --skill create-skills-cloud-native-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the problem of inconsistent skill development by providing a standardized, automated workflow for scaffolding, registering, and propagating new Spec Kit skills.

Core Features & Use Cases

  • Automated Scaffolding: Generates valid SKILL.md files with required frontmatter and directory structures.
  • Contextual Distillation: Extracts reusable workflows directly from conversation history to turn ad-hoc tasks into permanent skills.
  • Registry Integration: Automatically updates project instructions and propagates skills to built-in role agents for improved discoverability.

Quick Start

Use the create-skills skill to generate a new skill based on the current conversation workflow.

Frequently Asked Questions about create-skills

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

FAQPage Schema
How do I automate scaffolding for new agent skills?

To automate skill scaffolding, you can generate valid SKILL.md files with required frontmatter and directory structures. This standardizes skill architecture and ensures consistent development across Spec Kit project environments and standalone directories.

What is the best way to turn ad-hoc conversation workflows into permanent skills?

The best way to create permanent skills from ad-hoc workflows is through contextual distillation. This process extracts reusable workflows directly from conversation history, converting temporary tasks into standardized, registered skills.

How do I standardize skill metadata and registration in a Spec Kit project?

You can standardize skill registration by automatically updating project instructions and propagating skills to built-in role agents. This ensures new capabilities are consistently registered and discoverable across the project environment.

Does the create-skills workflow validate new skills against project contracts?

Yes, the create-skills workflow validates skill conformance against project-specific contracts. This ensures that newly scaffolded skills meet the required standards and specifications before they are registered and propagated.

Can I use this scaffolding tool to generate skills in standalone directories?

Yes, you can use this scaffolding tool in standalone skill directories. It operates within both standalone environments and Spec Kit projects to ensure consistent skill architecture regardless of your setup.

Why do I need to propagate new skills to built-in role agents?

Propagating new skills to built-in role agents is necessary for improved discoverability. This registry integration automatically updates project instructions, allowing existing agents to access and utilize the newly created capabilities.