
from agent-skill-creator1,328
Create production-ready, cross-platform agent skills from workflow descriptions — auto-builds, validates, and packages SKILL.md for 14+ platforms.
Agent Skill Creator transforms informal workflow descriptions, files, or links into complete, validated agent skills. It reads artifacts (code, spreadsheets, PDFs), derives a precise spec, generates SKILL.md + AGENTS.md, implements scripts, runs security and validation checks, and packages the skill for multiple platforms.
Use when you want to automate a recurring workflow, convert messy documentation or scripts into an installable agent skill, or export a skill across Claude Code, Copilot, Cursor, Gemini, and similar CLI environments. Ideal for consultants, SREs, and product teams who need repeatable agent behaviors.
Claude Code, GitHub Copilot CLI, Cursor, Windsurf, Codex CLI, Gemini CLI and other platforms that consume SKILL.md/AGENTS.md formats.
Large skill (22 scripts, 43K SKILL.md) for creating cross-platform agent skills from workflow descriptions. Well-structured with clear phases, progressive disclosure, and extensive documentation. 7 of 22 scripts succeeded; 8 failed due to missing required arguments (dry run mode doesn't supply them); 5 failed from ModuleNotFoundError when scripts were run in isolation (skill_document module not on path in temp dir). Bootstrap and install scripts use curl|sh pattern and git pull --ff-only auto-update. Security scan script itself checks for exfiltration patterns (not exfiltrating).
Not malicious — curl|sh and git pull are standard install patterns but reduce security score. The skill is genuinely useful for agent skill creation with impressive cross-platform support (17 platforms). Cross-import issues between scripts suggest they're designed to run from within the skill directory, not in isolation. The SKILL.md is exceptionally thorough with clear instructions, triggers, and phases.