elite-skill-forge

Generates production-ready Claude SKILL.md files from domain or workflow descriptions.

1|Updated Sep 3, 2026
One-click install
npx skills add https://github.com/sabiscore/the-yap-engine --skill elite-skill-forge-sabiscore
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: elite-skill-forge
Source: https://github.com/sabiscore/the-yap-engine/tree/main/.ai/skills/elite-skill-forge
Command: npx skills add https://github.com/sabiscore/the-yap-engine --skill elite-skill-forge-sabiscore

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing effective Claude skills requires precise frontmatter, trigger-optimized descriptions, and well-structured instruction bodies, which is easy to get wrong when done by hand. This Skill turns any domain, workflow, or pasted mega-prompt into complete, copy-paste-ready SKILL.md files that follow proven structural and quality standards. ## Core Features & Use Cases - Skill Generation Protocol: Captures intent, generates trigger-optimized frontmatter, structured bodies with protocols, output formats, quality gates, and activation triggers. - Ingestion Protocol: Decomposes pasted system prompts or mega-prompts into multiple focused skills, preserving concrete instructions while stripping persona noise. - Suite Generation: Maps a domain into discrete non-overlapping workflows, producing a Skill Map showing how skills chain together. - Use Case: Paste a complex multi-role system prompt and receive two or more focused, self-contained SKILL.md files, each with 8+ activation trigger phrases and explicit quality gates. ## Quick Start Ask the AI to turn your workflow description or pasted prompt into a reusable Claude skill with a complete SKILL.md file.

Frequently Asked Questions about elite-skill-forge

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

FAQPage Schema
How do I create a Claude skill from an existing prompt?▼

Paste the existing system prompt or document and the Ingestion Protocol extracts discrete workflows, identifies the primary job, and decomposes multi-role prompts into focused skills. Concrete instructions and output formats are preserved while persona framing is stripped.

What structure does a SKILL.md file require?▼

A SKILL.md file requires YAML frontmatter with a lowercase-hyphenated name and a trigger-optimized description, followed by a body containing a behavioral role, core protocol, explicit output format, quality gates, and an Activation Triggers section with at least 8 phrases.

Can I generate a suite of related skills for one domain?▼

Yes, suite generation maps a domain into discrete non-overlapping workflows with one skill per workflow. It defines how skills chain together and presents a Skill Map showing relationships and execution order in priority sequence.

Why does my Claude skill not trigger when it should?▼

Claude undertriggers skills with vague descriptions. The description must cover both when to use the skill and what it does, include at least 5 example trigger phrases, and err toward being explicit and slightly pushy.

What are the limitations of generated skills?▼

Generated skills are instruction sets only, with no bundled scripts, references, or assets. Skills requiring deterministic execution or external data files need those resources authored separately and referenced from the SKILL.md body.