Skill Forge

Create new skills from successful workflows with YAML frontmatter and structured body.

Updated Aug 11, 2025
One-click install
npx skills add https://github.com/NinaVerde/ninaverde_app --skill skill-forge-ninaverde
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Forge
Source: https://github.com/NinaVerde/ninaverde_app/tree/main/.agent/skills/skill-forge
Command: npx skills add https://github.com/NinaVerde/ninaverde_app --skill skill-forge-ninaverde

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill Forge provides a formal mechanism to crystallize successful, repeatable work into new, reusable Skill units, turning tacit know-how into living documentation.

Core Features & Use Cases

  • Standardized Templates: Ensures every new Skill has a consistent frontmatter and body structure.
  • Extraction & Reuse: Captures a successful workflow as a reusable Skill for future automation.
  • Governance & Maintenance: Encourages updates to SKILL.md rather than retries, keeping skills current.

Quick Start

Identify a stable workflow and perform an extraction to create a new skill folder under .agent/skills/[skill-name-kebab-case]/ and add SKILL.md with the required frontmatter and body structure. Commit the changes and notify the user: "Skill forged: [Name]."

Frequently Asked Questions about Skill Forge

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

FAQPage Schema
How do I automate workflow documentation so repeatable tasks become reusable?

To automate workflow documentation, you capture a proven task sequence and forge it into a new Skill unit. This enforces YAML frontmatter with mandatory name and description fields, plus a structured body for Trigger, Protocol, Guardrails, and Verification.

What is the required structure for creating a new skill from a workflow template?

The required structure for a new skill template includes YAML frontmatter with a mandatory name and description, followed by a structured body format covering Trigger, Protocol, Guardrails, and Verification sections to ensure living documentation.

How do I set up a folder structure for automated skill governance?

For automated skill governance, create a new skill folder under .agent/skills/[skill-name-kebab-case]/ and add a SKILL.md file. Commit the changes to maintain living documentation and notify the user that the skill was forged.

Do I need any dependencies to extract workflows into reusable skills?

No dependencies are required to extract workflows into reusable skills. The process operates independently to capture successful task sequences, enforce YAML frontmatter, and generate structured documentation for future automation.

When should I update an existing skill instead of retrying a failed workflow?

You should update an existing skill instead of retrying a failed workflow whenever the task sequence changes. Governance and maintenance guidance encourages modifying the SKILL.md file directly to keep skills current and ensure living documentation.

What's the best way to turn tacit know-how into living documentation?

The best way to turn tacit know-how into living documentation is to crystallize successful, repeatable work into new, reusable Skill units. This formal mechanism captures workflows with standardized templates and enforced structure.