etemigarba

Etemi Create Skill Skill — Testing skill for Claude Code

Testing community

Converts prompts, workflows, or instructions into installable Claude Code skills (SKILL.md + assets + scripts + references).

How to install Etemi Create Skill Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open etemigarba/etemi-create-skill-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Etemi Create Skill Skill does

Converts prompts, workflows, or instructions into installable Claude Code skills (SKILL.md + assets + scripts + references). Validates structure, enforces spec compliance, packages as .skill archives. Use when you repeatedly paste the same prompt and want it as a reusable /etemi-create-skill command.

Alternatives in Testing

  • Langgraphjs — by langchain-ai - Offers comprehensive build and test commands with detailed TypeScript style guidelines, laye 2.7k ★
  • Agent Skills Spec — A skill is a folder of instructions, scripts, and resources that agents can discover and load dynamically to p 1.9k ★
  • Spy — by spylang - Enforces strict coding conventions with comprehensive testing guidelines, multiple code compilati 678 ★

README

etemi-create-skill

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![CI](https://github.com/etemigarba/etemi-create-skill/actions/workflows/validate.yml/badge.svg)](https://github.com/etemigarba/etemi-create-skill/actions/workflows/validate.yml) [![Python](https://img.shields.io/badge/python-3.8%2B-blue.svg)](https://www.python.org/) [![Skill Version](https://img.shields.io/badge/skill-1.0.0-green.svg)](https://github.com/etemigarba/etemi-create-skill/releases)

**Converts prompts, workflows, or instructions into installable Claude Code skills (SKILL.md + assets + scripts + references). Validates structure, enforces spec compliance, packages as `.skill` archives. Use when you repeatedly paste the same prompt and want it as a reusable `/etemi-create-skill` command.**


🎯 When to Use

Use this skill whenever you:

  • Find yourself pasting the same prompt repeatedly across sessions
  • Want to share a reusable workflow with your team as a /skill-name command
  • Need to package a prompt for Claude.ai (Settings → Capabilities → Skills)
  • Want to enforce consistent skill structure across your project
  • Are building a library of domain-specific agent skills

**Trigger phrases:** "turn this prompt into a skill", "create a skill from this", "make this reusable", "package as a skill", "convert my workflow to a skill"


🚀 Quick Install

User Level (all projects)

git clone https://github.com/etemigarba/etemi-create-skill.git ~/.claude/skills/etemi-create-skill

Project Level (shareable via git)

git clone https://github.com/etemigarba/etemi-create-skill.git .claude/skills/etemi-create-skill

Claude.ai

  1. Download the latest .skill archive from Releases
  2. In Claude.ai: Settings → Capabilities → Skills → Upload
  3. Select the .skill file

**Note:** Start a new Claude Code session after installing to dis