aif-skill-generator

Generate validated Agent Skills packages with SKILL.md, scripts, and templates.

Updated May 16, 2026
One-click install
npx skills add https://github.com/vulikjulik/DeepLom --skill aif-skill-generator-vulikjulik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-skill-generator
Source: https://github.com/vulikjulik/DeepLom/tree/main/.opencode/skills/aif-skill-generator
Command: npx skills add https://github.com/vulikjulik/DeepLom --skill aif-skill-generator-vulikjulik

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and templates (resource) components.

What problem does it solve?

Developers and AI agents struggle to create consistent, production-ready skill packages that follow the Agent Skills specification. This skill automates the generation of complete, validated skill packages with proper structure, security scanning, and best practices built in.

Core Features & Use Cases

  • Automated Skill Generation: Creates complete skill directories with SKILL.md, references, scripts, templates, and assets following the official Agent Skills specification.
  • Security Scanning: Built-in two-level security scanner detects prompt injection, data exfiltration, and malicious instructions before installation.
  • Learn Mode: Studies external documentation and URLs to synthesize new skills automatically with source attribution.
  • Validation & Templates: Validates structure, naming conventions, and provides templates for basic, task, research, and visual skills.
  • Use Case: A developer needs to create a custom skill for code review. This skill generates the complete package with proper frontmatter, security scanning, and best practices documentation.

Quick Start

Use the aif-skill-generator skill to create a new skill named "code-review" for reviewing pull requests.

Frequently Asked Questions about aif-skill-generator

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

FAQPage Schema
How do I generate production-ready AI agent skills that comply with the Agent Skills specification?

To generate production-ready AI agent skills, this skill automates the creation of complete packages including SKILL.md, references, scripts, and templates, validating them against structural rules and the open Agent Skills specification.

What is the best way to scan AI agent skills for prompt injection before installation?

The best way to scan for prompt injection is using the built-in two-level security scanner, which detects data exfiltration and malicious instructions within skill packages before they are installed on development agents.

Can I automatically create custom slash commands and workflows from external documentation?

Yes, you can automatically create custom slash commands and workflows using the Learn Mode, which studies external documentation and URLs to synthesize new validated skills with source attribution.

Does the skill generator provide templates for different types of AI agent skills?

The skill generator provides structural templates for basic, task, research, and visual skills, ensuring proper naming conventions and frontmatter are applied to each generated package.

What components are included in a generated AI skill package?

A generated AI skill package includes the core SKILL.md file alongside scripts, references, templates, and assets, all structured to follow official best practices for development teams.