Etemi Create Skill Skill — Testing skill for Claude Code
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
[](https://opensource.org/licenses/MIT) [](https://github.com/etemigarba/etemi-create-skill/actions/workflows/validate.yml) [](https://www.python.org/) [](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-namecommand - 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
- Download the latest
.skillarchive from Releases - In Claude.ai: Settings → Capabilities → Skills → Upload
- Select the
.skillfile
**Note:** Start a new Claude Code session after installing to dis
Related Skills
Sit
⚙️ [Skill] A Git-native semantic safety layer for AI agents editing Skill packages — validates, diffs, reviews
Coverage Guard
An AI agent skill that enforces 100% test coverage for any JavaScript/TypeScript project. Works with Vitest, J
Buildable Plan
Classify an app idea and produce a local-first Buildable phase plan and app spec (archetype, stack, screens, e
User Journey Arken
Two-phase Arken QA agent. Phase I maps a user story or bug to a structured user journey document. Phase II con
12 Experiment Design
Take a scored backlog idea and write the experiment doc before any assets — hypothesis, minimum viable test, t
Scipy Spec Rules
Standards from Scientific Python SPECs 0, 4, and 6. Apply when managing dependency versions, deprecation timel
Related Agents
Prompt Engineering Expert
Designs, improves, converts, debugs, and operationalizes prompts, system prompts, agent instructions, and reus
Skill Files Reviewer
Reviews supporting files (scripts, references, assets) that sit next to a SKILL.md. Use proactively after addi
Dnp Architect
🏛️ Solution-level architecture guardian — enforces clean architecture boundaries, validates project reference