📄 skillActiveCuratedhigh

agent-skill-creator

by FrancyJGLisboa

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

Stars

1.4k

Skill Type

🏗️ Code Scaffolding & Templates

Quality Score

144/200

License

MIT

Forks

195

Last Updated

Jun 11, 2026

Discovered

Apr 17, 2026

Validation

Passed

github.com/FrancyJGLisboa/agent-skill-creator

Quality Breakdown

144/ 200

Content Signals

Gotchas/Edge Cases+40
Progressive Disclosure+30
Trigger Description+20
Verification/Safety+20
Code Examples+15
Composability+15

Repo Health

Recent Activity+15
Scripts/Automation+10
Real Usage (Issues)+10
Single Responsibility+10
Config/Persistence+10
Install Instructions+5

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.

Unverified skill. Always review source code before installing any skill from an unknown author.

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