skillforge

Generate compliant SKILL.md files with frontmatter and optional resource directories.

8|1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/zakelfassi/Forgeloop-kit --skill skillforge-zakelfassi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillforge
Source: https://github.com/zakelfassi/Forgeloop-kit/tree/main/skills/meta/skillforge
Command: npx skills add https://github.com/zakelfassi/Forgeloop-kit --skill skillforge-zakelfassi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolds and standardizes the creation of reusable Skills by providing a consistent SKILL.md template and optional resource directories.

Core Features & Use Cases

  • Generates a compliant SKILL.md with required frontmatter (name + description) and a clear body structure.
  • Detects and configures optional directories (scripts/, references/, assets/) when present.
  • Facilitates syncing and kit maintenance via standard workflows (e.g., sync-skills).

Quick Start

Run the SkillForge workflow to bootstrap a new Skill directory with a formatted SKILL.md.

Frequently Asked Questions about skillforge

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

FAQPage Schema
How do I scaffold a reusable Skill template with compliant frontmatter?

To scaffold a reusable Skill, run the SkillForge workflow to generate a compliant SKILL.md. This template automatically includes the required name and description frontmatter to ensure standardization.

What is the best way to standardize SKILL.md creation across multiple templates?

Standardizing SKILL.md creation is achieved by applying a consistent scaffold template. This ensures every generated skill file has the required frontmatter and a clear body structure for kit maintenance.

Does the scaffolding process automatically detect and configure resource directories?

Yes, the scaffolding process detects the presence of scripts/, references/, and assets/ directories. When found, it automatically configures these optional resource folders to populate dependencies and components.

Can I use this workflow to update existing skills and maintain consistency?

You can use the workflow to update existing skills by applying the standard template. This facilitates syncing and kit maintenance to ensure frontmatter compliance and consistency across your skill library.

What frontmatter fields are required when generating a new Skill template?

Generating a new Skill template requires frontmatter to include the name and description fields. These mandatory metadata fields are automatically populated during the scaffolding process.