skf-forger

Compile skills from code repositories, documentation, and developer discourse.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/delorenj/voxxy --skill skf-forger-delorenj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skf-forger
Source: https://github.com/delorenj/voxxy/tree/main/.augment/skills/skf-forger
Command: npx skills add https://github.com/delorenj/voxxy --skill skf-forger-delorenj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ast, python, repo_analysis, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the transformation of code repositories, documentation, and developer discourse into verified agent skills, managing the full skill lifecycle from source analysis to export.

Core Features & Use Cases

  • Skill Compilation: Ferris compiles skills from code repositories, documentation, and developer discourse.
  • Full Skill Lifecycle: From source analysis to export, including testing, and ecosystem-ready output.
  • Progressive Capability Tiers: Skills are compiled at different capability levels (Quick, Forge, Forge+, Deep) based on user environment.

Quick Start

Use the skf-forger skill to compile a skill from a GitHub repository by providing its URL.

Frequently Asked Questions about skf-forger

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

FAQPage Schema
How do I compile agent skills from code repositories and documentation?

Compiling agent skills from code repositories requires providing a source URL for analysis. The system then processes the source code, documentation, and developer discourse to generate, test, and export a verified skill.

What does source analysis for skill compilation actually do?

Source analysis for skill compilation parses code repositories and documentation using AST-based Python tools. It extracts structural logic and developer discourse to transform raw source code into verified, lifecycle-managed agent skills.

Do I need a Python environment and AST tools to compile skills?

Yes, compiling skills requires a Python environment and AST-based tools to perform source analysis. These dependencies are required to parse code repositories and manage the progressive skill lifecycle compilation.

Can I compile skills at different capability levels for my environment?

Yes, skills compile at progressive capability tiers including Quick, Forge, Forge+, and Deep. These levels scale the resulting skill's capability based on your specific user environment and requirements.

What is the best way to generate skills from GitHub repositories?

Generating skills from GitHub repositories involves providing the URL for automated compilation. The system handles the full lifecycle from source analysis and testing to generating an ecosystem-ready exported skill.

What are the limitations of using AST-based tools for skill compilation?

AST-based tools for skill compilation depend on a Python environment and focus on code repositories, documentation, and developer discourse. They may not parse non-code assets or unsupported programming languages effectively.