📄 skillActiveCuratedhigh
agent-skill-creator
Turn any workflow into reusable AI agent skills that install on 14+ tools — Claude Code, Copilot, Cursor, Windsurf, Codex, Gemini, Kiro, and more. One SKILL.md, every platform.
Supported Platforms
🤖 Claude Code
Quality Breakdown
144/ 200
Content Signals
Repo Health
Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.
Trust & Verification
high
Broad system access required. Carefully review permissions before installing.
Active
Updated within the last 90 days. Actively maintained.
Risk Assessment
- install.sh and scripts/bootstrap.sh present - automated installation scripts that modify system state without explicit user approval per invocation
- Multi-agent spawning capability explicitly documented in SKILL.md: 'Supports single skills, multi-agent suites' and references/multi-agent-guide.md
- Autonomous operation design: SKILL.md describes 'Level 5 dark factory' that operates without human intervention between input and output - 'user should never need to write code, review implementation details'
- Persistent configuration modification: references to .claude-plugin directories and skill registry installation that persists across sessions
- External code execution: scripts/main.py and capability to execute Python scripts from skill exports (references/examples/stock-analyzer/scripts/main.py)
- Bootstrap automation: scripts/bootstrap.sh performs automatic cloning and installation to 'all detected tools' without per-action approval gates