aif-skill-generator

Generates Agent Skills with Python-based security scanning and compliance checks.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/n-marusov/vedo-help --skill aif-skill-generator-n-marusov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-skill-generator
Source: https://github.com/n-marusov/vedo-help/tree/main/.agents/skills/aif-skill-generator
Command: npx skills add https://github.com/n-marusov/vedo-help --skill aif-skill-generator-n-marusov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, security-scan.py, cleanup-blocked-skill.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of professional Agent Skills for AI agents, saving developers time and ensuring compliance with the Agent Skills specification.

Core Features & Use Cases

  • Skill Generation: Generates complete skill packages with SKILL.md, references, scripts, and templates.
  • Customization: Supports skill name, description, arguments, tools, and context.
  • Security Checks: Conducts two-level security scanning to prevent malicious code and data exfiltration.
  • Use Case: When developing a new AI agent, use this Skill to create a custom skill with the necessary functionality and security measures.

Quick Start

Use the aif-skill-generator skill to generate a new skill for the 'code review' task.

Frequently Asked Questions about aif-skill-generator

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

FAQPage Schema
How do I automate Agent Skills generation for AI agents?

Automate Agent Skills generation by using this tool to produce complete skill packages with SKILL.md, references, scripts, and templates that comply with the Agent Skills specification.

What is the best way to create custom AI agent skills with security scanning?

The best way to create custom AI agent skills with security scanning is to use a generator that conducts two-level security checks to prevent malicious code and data exfiltration during the skill creation process.

Do I need Python 3 to generate and scan AI agent skills?

Yes, you need Python 3 installed in your environment to run the skill generation process, which relies on external tools like security-scan.py for scanning and cleanup-blocked-skill.py for removing blocked skills.

Can I customize the arguments and tools when generating an AI agent skill?

Yes, you can customize the skill name, description, arguments, tools, and context when generating an AI agent skill to ensure it has the necessary functionality for your specific use case.

What files are included in a generated Agent Skills package?

A generated Agent Skills package includes the SKILL.md file, references, scripts, and templates required to define the AI agent's custom functionality and operational context.

Why does my generated AI agent skill get blocked during security scanning?

Generated AI agent skills get blocked during security scanning if the two-level check detects potential malicious code or data exfiltration, triggering the cleanup-blocked-skill.py script to remove the unsafe package.