elite-skill-forge

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

1|Updated May 4, 2026
One-click install
npx skills add https://github.com/Scardubu/SwarmXQ --skill elite-skill-forge-scardubu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elite-skill-forge
Source: https://github.com/Scardubu/SwarmXQ/tree/main/.ai/skills/elite-skill-forge
Command: npx skills add https://github.com/Scardubu/SwarmXQ --skill elite-skill-forge-scardubu

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 tedious and error-prone to do by hand. This Skill turns any domain, workflow, or pasted mega-prompt into complete, copy-paste-ready SKILL.md files that Claude can load and execute immediately. ## Core Features & Use Cases - Skill Generation from Intent: Describe a domain or workflow and receive a fully-formed SKILL.md with frontmatter, core protocol, output format, quality gates, and activation triggers. - Mega-Prompt Decomposition: Paste an existing system prompt or persona document and get it decomposed into multiple focused, single-job skills with signal preserved and noise stripped. - Skill Suite Generation: Map an entire domain into 3+ non-overlapping skills with a Skill Map showing chaining relationships and execution order. - Use Case: A team lead says "generate a suite of skills for our fintech compliance workflow" and receives prioritized, copyable SKILL.md files plus pairing suggestions from the 34-skill suite map. ## Quick Start Ask the assistant to create a Claude skill for your specific workflow, for example by saying "make a skill that reviews pull requests for security issues."

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 your existing system prompt or document and the Ingestion Protocol extracts discrete workflows, identifies the primary job, and decomposes multi-role mega-prompts into focused skills. It preserves concrete instructions and output formats while stripping persona framing.

What makes a good SKILL.md description for triggering?

A good description covers both when to trigger and what the skill does, including at least 5 example trigger phrases. It should be explicit and slightly pushy because Claude tends to undertrigger skills with vague descriptions.

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

Yes, the skill maps a domain into discrete non-overlapping workflows, generates one skill per job, and presents a Skill Map showing how outputs chain between skills. Suites are presented in priority order with the most broadly useful skill first.

What structure does a generated SKILL.md file follow?

Each generated file has YAML frontmatter with name and description, then a body containing a behavioral role declaration, core protocol steps, explicit output format, quality gates, edge case handling, and an Activation Triggers section with 8-12 phrases.

When should a prompt be split into multiple skills?

Split when a source prompt performs multiple distinct jobs or roles, since skills should do one thing excellently rather than many things adequately. The skill flags scope creep and confirms the decomposition with you before generating.