skill-factory-it

Create Italian-language skills with standardized frontmatter and folder structure.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/micio86dev/itjobhub-antigravity-config --skill skill-factory-it
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-factory-it
Source: https://github.com/micio86dev/itjobhub-antigravity-config/tree/main/.agent/skills/skill-factory-it
Command: npx skills add https://github.com/micio86dev/itjobhub-antigravity-config --skill skill-factory-it

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables rapid, standardized creation of new Italian-language skills within the Antigravity workspace, ensuring consistent frontmatter and folder structure.

Core Features & Use Cases

  • Standardized Italian templates: Ensures every new skill follows the required Italian frontmatter with name and description.
  • Automated scaffolding: Creates the directory .agent/skills/<identificativo>/ and optional subfolders like scripts/, references/, and assets/ as needed.
  • Frontmatter and skeleton generation: Writes the YAML frontmatter in SKILL.md and provides a ready-to-deploy skeleton for new skills.
  • Guided creation workflow: Includes a script (scripts/create_skill.py) to generate future skills quickly from a short description.

Quick Start

Run the Python script to create a new Italian skill: python3 scripts/create_skill.py --name <identificativo> --description "<Breve descrizione>"

Frequently Asked Questions about skill-factory-it

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

FAQPage Schema
How do I automate scaffolding for new Italian skills in a workspace?

Automated scaffolding for Italian skills is done by running a Python script that generates the required folder structure under .agent/skills/ and writes the SKILL.md file with standardized frontmatter.

What frontmatter fields are required when generating a new skill?

Generating a new skill requires the name and description fields in the YAML frontmatter of SKILL.md to ensure standardized skill metadata and proper workspace recognition.

Can I create multiple skill directories with subfolders like scripts and references automatically?

Yes, the Python creation script builds the main .agent/skills/ directory and automatically generates optional subfolders such as scripts/, references/, and assets/ as needed for each new skill.

Do I need Python installed to use automated skill scaffolding?

Yes, Python is required to run the create_skill.py script which handles the automated generation of new Italian skill units, their frontmatter, and folder structures.

What is the best way to standardize Italian skill creation across multiple projects?

Standardizing Italian skill creation is best achieved by using a guided Python script that enforces consistent frontmatter and directory structures, ensuring every new skill follows the same template.

Why are my generated skills missing the correct folder structure?

Generated skills may lack the correct folder structure if the scaffolding script is not executed properly or if the .agent/skills/ path is not correctly configured, preventing automatic directory creation.