One-click install
npx skills add https://github.com/delorenj/voxxy --skill skf-create-skill-delorenj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skf-create-skill
Source: https://github.com/delorenj/voxxy/tree/main/.gemini/skills/skf-create-skill
Command: npx skills add https://github.com/delorenj/voxxy --skill skf-create-skill-delorenj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires skf, pydantic, ast-grep, ccc, qmd, git, python, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of compiling AI skills from provided briefs and source code, ensuring compliance with the agentskills.io standard.

Core Features & Use Cases

  • Skill Compilation: Compile a verified AI skill from a skill-brief.yaml and source code.
  • Source Code Analysis: Extracts functions, types, and parameters from the source code.
  • Skill Verification: Validates the compiled skill against the agentskills.io specification.
  • Use Case: Use this Skill when you want to automate the creation of AI skills that can be used in various contexts, such as chatbots, virtual assistants, and automated systems.

Quick Start

Execute the following command to compile a skill:

skf-create-skill -b /path/to/skill-brief.yaml

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 an AI skill from source code and a brief?

Compile an AI skill by running the command-line interface with a skill-brief.yaml file, which parses source code to extract functions and types, generates the skill model, and validates compliance against the agentskills.io standard.

What is agentskills.io compliance validation for AI models?

Agentskills.io compliance validation is the process of verifying a compiled AI skill against a standard specification, ensuring that the generated skill model extracted from source code meets the required structural and functional criteria.

Do I need Python and YAML to automate AI skill generation?

Yes, you need Python and YAML to automate AI skill generation, because the Skill parses skill-brief.yaml files and source code using Python dependencies like pydantic and ast-grep to extract parameters and validate compliance.

Can I use ast-grep to extract functions and types for AI model training?

Yes, ast-grep is utilized during source code analysis to extract functions, types, and parameters from the provided codebase, which forms the foundational data required for compiling and training the AI skill model.

What's the best way to verify a compiled skill against a specification?

The best way to verify a compiled skill is to automate the validation process using dedicated compliance tools that check the generated AI model against the agentskills.io specification after extracting structures from the source code.

Why does skill compilation require parsing source code and YAML?

Skill compilation requires parsing source code and YAML because the YAML brief defines the skill intent while the source code provides the executable functions and types, both of which are necessary to generate and validate a compliant AI skill.