skf-create-skill

Compile skill briefs and source code into provenance-anchored SKILL.md artifacts.

91|9|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/armelhbobdad/bmad-module-skill-forge --skill skf-create-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skf-create-skill
Source: https://github.com/armelhbobdad/bmad-module-skill-forge/tree/main/src/skf-create-skill
Command: npx skills add https://github.com/armelhbobdad/bmad-module-skill-forge --skill skf-create-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The Create Skill workflow compiles a verified agentskill from a skill brief and source code, ensuring traceability and zero-hallucination by mapping every instruction to source provenance.

Core Features & Use Cases

  • Compile a skill from a brief and code into a SKILL.md with provenance maps, evidence reports, and references.
  • Supports batch processing (--batch) for multiple briefs.
  • Adjusts behavior by forge tier and user preferences (Quick/Forge/Forge+/Deep).
  • Zero hallucination: every instruction must be tied to source with citations.

Quick Start

Run skf-create-skill with a skill-brief.yaml to generate a ready SKILL.md.

Frequently Asked Questions about skf-create-skill

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

FAQPage Schema
How do I generate verified AI agent skills from a brief and source code?

To generate verified AI agent skills, compile a skill brief and source code into a SKILL.md artifact. This process maps every instruction directly to source provenance, ensuring zero hallucination and producing structured, traceable documentation.

What does zero-hallucination skill compilation mean for AI documentation?

Zero-hallucination skill compilation means every instruction in the generated SKILL.md is tied to source code with citations. This enforces traceability and produces reproducible artifacts, preventing fabricated logic in AI agent skills.

How do I create multiple SKILL.md files using batch compilation?

You can create multiple SKILL.md files by running batch compilation with the --batch flag. This processes multiple skill briefs simultaneously, generating provenance-anchored artifacts and evidence reports for each skill.

Can I adjust skill compilation behavior for different execution tiers?

Yes, you can adjust skill compilation behavior by selecting a specific forge tier. The workflow adapts its processing logic based on user preferences like Quick, Forge, Forge+, or Deep tiers to modify execution depth.

What is the best way to ensure provenance traceability in AI agent skills?

The best way to ensure provenance traceability is to map every instruction to source code during skill compilation. This creates a reproducible artifact set with evidence reports and references, anchoring documentation to authoritative sources.

What do I need to start compiling structured SKILL.md artifacts for agentskills.io?

To start compiling structured SKILL.md artifacts, you need a skill-brief.yaml file and the corresponding source code. The workflow uses these inputs to automatically generate provenance maps and evidence reports for agentskills.io.