skill-installer
Instala, valida, registra e verifica novas skills no ecossistema. 10 checks de seguranca, copia, registro no orchestrator e verificacao pos-instalacao.
npx skills add sickn33/agentic-awesome-skills --skill skill-installer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Skill Installer v3.0 ## Overview Instala, valida, registra e verifica novas skills no ecossistema. 10 checks de seguranca, copia, registro no orchestrator e verificacao pos-instalacao. ## When to Use This Skill - When the user mentions "instalar skill" or related topics - When the user mentions "install skill" or related topics - When the user mentions "registrar skill" or related topics - When the user mentions "nova skill" or related topics - When the user mentions "new skill" or related topics - When the user mentions "adicionar skill ao ecossistema" or related topics ## Do Not Use This Skill When - The task is unrelated to skill installer - A simpler, more specific tool can handle the request - The user needs general-purpose assistance without domain expertise ## How It Works Agente instalador enterprise-grade que garante que toda skill criada (via skill-creator ou manualmente) seja corretamente instalada, registrada e verificada no ecossistema. Inclui auto-repair, rollback, dry-run, dashboard, e diagnostico avancado. ## Principio: Redundancia Maxima Seis camadas de validacao garantem que nenhuma skill fique mal-instalada: | Camada | Script | O que valida | |--------|--------
- Overview
- When to Use This Skill
- Do Not Use This Skill When
- How It Works
- Principio: Redundancia Maxima
- Localizacao
- Workflow Principal
- Cenario 1: Apos Skill-Creator Finalizar
- Cenario 2: Usuario Pede Para Instalar Uma Skill Especifica
- Cenario 3: Simular Instalacao Sem Fazer Nada (Dry-Run)
- Cenario 4: Detectar E Instalar Skills Pendentes
- Cenario 5: Desinstalar Uma Skill
- Cenario 6: Health Check + Auto-Repair
- Cenario 7: Rollback (Restaurar De Backup)
python C:\Users\renat\skills\skill-installer\scripts\install_skill.py --source "<caminho-da-skill-criada>" --force python C:\Users\renat\skills\skill-installer\scripts\install_skill.py --source "<caminho>" [--name "nome-override"] [--force] python C:\Users\renat\skills\skill-installer\scripts\install_skill.py --source "<caminho>" --dry-run python C:\Users\renat\skills\skill-installer\scripts\install_skill.py --detect python C:\Users\renat\skills\skill-installer\scripts\install_skill.py --detect --auto python C:\Users\renat\skills\skill-installer\scripts\install_skill.py --uninstall "nome-da-skill" python C:\Users\renat\skills\skill-installer\scripts\install_skill.py --health python C:\Users\renat\skills\skill-installer\scripts\install_skill.py --health --repair python C:\Users\renat\skills\skill-installer\scripts\install_skill.py --rollback "nome-da-skill" python C:\Users\renat\skills\skill-installer\scripts\install_skill.py --reinstall-all
What does the skill-installer skill do?
Instala, valida, registra e verifica novas skills no ecossistema. 10 checks de seguranca, copia, registro no orchestrator e verificacao pos-instalacao.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill skill-installer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.