Skill Creator

Generate SKILL.md templates with conflict checks and registry updates.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/BasharAmso/Bashi --skill skill-creator-basharamso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Creator
Source: https://github.com/BasharAmso/Bashi/tree/main/create-bashi-app/template/.claude/skills/skill-creator
Command: npx skills add https://github.com/BasharAmso/Bashi --skill skill-creator-basharamso

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams standardize and automate the creation of new SKILL.md files by interviewing the user, extracting workflow details, and formatting a complete, standards-compliant skill entry.

Core Features & Use Cases

  • Interviews the user to capture workflow details (triggers, inputs, outputs) and translations to a SKILL.md structure.
  • Checks for conflicts against .claude/skills/REGISTRY.md and existing custom-skills/ to avoid duplicates or collisions.
  • Assigns the next sequential SKL-XXXX ID, derives a trigger name in UPPER_SNAKE_CASE, and a folder name in lower-kebab-case.
  • Generates a full SKILL.md with required frontmatter and body sections for review, ready to be written after approval.

Quick Start

Describe the workflow you want to capture and I will generate a complete SKILL.md ready for review.

Frequently Asked Questions about Skill Creator

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

FAQPage Schema
How do I automate the creation of standardized SKILL.md templates for repetitive workflows?

You can automate SKILL.md template creation through a guided interview that captures workflow details, checks for naming conflicts, and generates a complete, standards-compliant skill definition for review.

What is the process for translating a workflow into a standardized SKILL.md file?

The workflow translation process requires describing your process triggers, inputs, and outputs during an interview, which the tool then formats into a complete skill entry with required frontmatter and body sections.

How do I check for naming conflicts when generating new skill definitions?

Conflict checks are handled automatically by validating new trigger names and IDs against the existing REGISTRY.md and custom-skills directory to prevent duplicates or collisions.

Can I standardize folder names and trigger identifiers for automated skill generation?

Yes, automated skill generation standardizes trigger names into UPPER_SNAKE_CASE and folder names into lower-kebab-case, while automatically assigning the next sequential SKL-XXXX identity.

What are the limitations of using a guided interview for workflow documentation?

Using a guided interview for workflow documentation requires clear articulation of process details, meaning ambiguous inputs may produce a SKILL.md template that requires manual refinement before final registry integration.