skf-create-skill

Compile verified agent skills from skill-brief.yaml files with provenance tracking.

Updated May 5, 2026
One-click install
npx skills add https://github.com/devalexanderdaza/bmad-any --skill skf-create-skill-devalexanderdaza
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skf-create-skill
Source: https://github.com/devalexanderdaza/bmad-any/tree/main/.cursor/skills/skf-create-skill
Command: npx skills add https://github.com/devalexanderdaza/bmad-any --skill skf-create-skill-devalexanderdaza

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill eliminates the tedious and error-prone manual process of compiling agent skills from source code, ensuring consistent agentskills.io compliance with full provenance tracking and zero hallucination tolerance.

Core Features & Use Cases

  • Multi-Tier Extraction: Supports Quick, Forge, Forge+, and Deep tiers with AST-backed structural extraction via ast-grep and semantic pre-ranking via CCC.
  • Provenance Mapping: Generates complete provenance maps with AST line-level citations, confidence tiers, and evidence reports for full auditability.
  • Batch Compilation: Supports --batch mode for compiling multiple skills from a directory of briefs with checkpoint/resume capability.
  • Use Case: Imagine you maintain a library with 50 exported functions across 20 files. Use this Skill to automatically extract the public API, validate it against the entry point, and produce a compliant SKILL.md with references, metadata, and context snippets.

Quick Start

Use the skf-create-skill skill to compile a verified agent skill from a skill-brief.yaml configuration file.

Frequently Asked Questions about skf-create-skill

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

FAQPage Schema
How do I compile agent skills from YAML configuration files with zero hallucination?

You can compile verified agent skills from skill-brief.yaml files using AST-backed structural extraction and provenance tracking. This process ensures zero-hallucination tolerance by validating extracted APIs against entry points and generating agentskills.io-compliant output.

What is the best way to extract a public API from multiple source files for skill compilation?

The best way to extract a public API for skill compilation is using AST-backed structural extraction via ast-grep with semantic pre-ranking. This automatically validates the extracted API against the entry point and produces a compliant SKILL.md file with references and context snippets.

Can I batch process multiple skill-brief.yaml files and resume compilation if it stops?

Yes, you can batch process multiple skill-brief.yaml files from a directory using --batch mode. This batch compilation includes checkpoint and resume capabilities, allowing you to pause and continue the extraction workflow without losing progress.

How does provenance tracking work during AST structural extraction?

Provenance tracking during AST structural extraction works by generating complete provenance maps with line-level citations and confidence tiers. It creates evidence reports for full auditability, ensuring every piece of extracted code is traceable to its exact source location.

Does skill compilation support different extraction depths for various codebase complexities?

Yes, skill compilation supports Quick, Forge, Forge+, and Deep extraction tiers. These tiers apply AST-backed structural extraction and CCC semantic pre-ranking to handle varying codebase complexities and software engineering workflow requirements.

Why do I need agentskills.io-compliant output when generating agent skills?

You need agentskills.io-compliant output to ensure your compiled agent skills are compatible across multiple IDEs and platforms. It enforces zero-hallucination tolerance by standardizing metadata, references, and context snippets into a validated SKILL.md format.