
from ai-factory921
Generate production-ready Agent Skills and skill packages (SKILL.md, scripts, references, templates) following the Agent Skills spec; includes security scanning
AI Factory: Skill Generator creates complete, spec-compliant Agent Skill packages. It synthesises SKILL.md files, supporting references, scripts and templates, and enforces structure and security checks so generated skills are deployable and auditable. It also provides validation and two-level security scanning workflows to detect prompt-injection and other risks.
Use this skill when you need to author a new Agent Skill, convert URLs or docs into a reusable skill package (Learn Mode), or validate/scan existing SKILL.md directories before installation. Also useful for generating templates and enforcing project-specific skill-context overrides.
Designed for developer tooling and multi-agent environments (Claude Code, Codex, Copilot-style agents). It integrates with Python-based scanners and CLI tooling for local validation.
Well-structured Agent Skill generator and security scanner. The SKILL.md is comprehensive with clear workflows for skill creation, security scanning, validation, and learn mode. Scripts are defensive security tools (pattern-based scanner, cleanup helper, validator, skills.sh search). All 4 scripts exited with usage errors when run without arguments, which is expected behavior for CLI tools. No security concerns — the scripts are themselves security utilities with proper input validation and path traversal protections.
This is a legitimate, well-built skill for generating and security-scanning Agent Skills. The SKILL.md is thorough (security scanning workflow, anti-manipulation rules, validation). Scripts have proper argument parsing, error handling, and exit codes. The security scanner patterns look for malicious content — the regex patterns matching 'rm -rf', 'curl | bash', etc. are detection rules, not instructions to execute them. No hardcoded credentials, no data exfiltration, no destructive commands.