ai-factory.skill-generator

Generate and validate Agent Skills with SKILL.md and security scanning.

Updated Mar 31, 2025
One-click install
npx skills add https://github.com/spraby/api --skill ai-factory-skill-generator-spraby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-factory.skill-generator
Source: https://github.com/spraby/api/tree/main/.claude/skills/skill-generator
Command: npx skills add https://github.com/spraby/api --skill ai-factory-skill-generator-spraby

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, npx, and includes scripts (resource) and references (resource) and templates (resource) components.

What problem does it solve?

This Skill automates the creation and rigorous security validation of professional AI Skills, ensuring they adhere to best practices and are protected against prompt injection and malicious code.

Core Features & Use Cases

  • Skill Generation: Create new skills from scratch, learn from URLs, or search existing ones.
  • Security Scanning: Perform mandatory two-level security checks (automated + LLM review) on any skill.
  • Use Case: A developer needs to create a new skill to interact with a specific API. They use this Skill to generate the SKILL.md, supporting scripts, and documentation, then immediately run the built-in security scanner to ensure it's safe before deployment.

Quick Start

Use the ai-factory.skill-generator to create a new skill named 'image-resizer' that takes a file path and a new size as arguments.

Frequently Asked Questions about ai-factory.skill-generator

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

FAQPage Schema
How do I generate AI agent skills from scratch?

Skill generation automates the creation of professional AI agent skills by producing SKILL.md files, supporting scripts, and documentation, while enforcing security scanning against prompt injection and malicious code.

How does security scanning detect prompt injection in generated skills?

Security scanning performs mandatory two-level checks, combining automated code analysis with LLM-based review, to detect and block prompt injection vulnerabilities and malicious code in generated skills.

Can I create an AI skill by learning from an existing URL?

Yes, skill generation supports URL learning, allowing you to input a web URL to automatically extract information and generate a corresponding skill with SKILL.md, scripts, and references.

Do I need python3 and npx installed to generate AI skills?

Yes, python3 and npx are required dependencies. You must have them installed in your environment to execute the scripts and run the automated skill generation and security scanning processes.

What is the difference between automated and LLM-based security reviews for skills?

Automated security reviews scan for known malicious code patterns, while LLM-based reviews analyze semantic context to detect subtle prompt injection, together providing comprehensive two-level security validation.

When should I not use an automated skill generator for AI agents?

You should not use an automated skill generator when creating skills requiring highly proprietary logic that cannot fit standard templates, or when your environment lacks the python3 and npx dependencies required for security scanning.