forge

Automate SKILL.md creation and validation with YAML frontmatter and phased testing.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/LoanLemur/skills --skill forge-loanlemur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge
Source: https://github.com/LoanLemur/skills/tree/main/forge
Command: npx skills add https://github.com/LoanLemur/skills --skill forge-loanlemur

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Forge automates the creation and validation of a new or enhanced SKILL.md and its supporting files, aligning with the Agent Skills standard to accelerate skill construction and ensure compliance.

Core Features & Use Cases

  • Automates the end-to-end SKILL.md drafting workflow, including phase guidance, required frontmatter, and structured body content.
  • Generates or updates supporting files and directories (references/, assets/, scripts/) as needed to match the target skill.
  • Validates the skill against the acceptance criteria and orchestrates phased testing (Phase 3-4) to produce a production-ready skill blueprint.

Quick Start

Provide a skill name to forge and it will output a complete SKILL.md along with required supporting files.

Frequently Asked Questions about forge

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

FAQPage Schema
How do I automate SKILL.md creation and validation for agent skills?

You can automate SKILL.md creation by using a skill development forge to generate required YAML frontmatter, structured body content, and supporting directories, then orchestrating phased testing workflows to validate compliance and produce a production-ready blueprint.

What is the standard structure required for an agent skill with SKILL.md?

The standard structure for an agent skill requires a SKILL.md file with YAML frontmatter containing the name and description, a structured body for task logic, and supporting directories such as references, assets, and scripts as needed for execution.

How do I validate an agent skill against acceptance criteria before deployment?

To validate an agent skill, orchestrate Phase 3 and Phase 4 testing workflows to confirm adherence to the acceptance criteria. This validates the YAML frontmatter, supporting files, and overall skill compliance before deployment.

Can I update existing skill documentation and supporting files automatically?

Yes, you can update existing skill documentation automatically by enhancing the SKILL.md, generating or updating supporting files and directories like references and assets, and re-running validation tests for compliance.

What supporting files are generated when developing an agent skill?

Supporting files generated when developing an agent skill include references, assets, and scripts directories. These are created as needed to match the target skill requirements and ensure proper skill functionality.