Agent skill · AI & Agents

skill-installer

Instala, valida, registra e verifica novas skills no ecossistema. 10 checks de seguranca, copia, registro no orchestrator e verificacao pos-instalacao.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill skill-installer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 11 KB
Bundled scripts: yes
Declared author: renat
Path: skills/skill-installer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 | |--------|--------

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Do Not Use This Skill When
  4. How It Works
  5. Principio: Redundancia Maxima
  6. Localizacao
  7. Workflow Principal
  8. Cenario 1: Apos Skill-Creator Finalizar
  9. Cenario 2: Usuario Pede Para Instalar Uma Skill Especifica
  10. Cenario 3: Simular Instalacao Sem Fazer Nada (Dry-Run)
  11. Cenario 4: Detectar E Instalar Skills Pendentes
  12. Cenario 5: Desinstalar Uma Skill
  13. Cenario 6: Health Check + Auto-Repair
  14. Cenario 7: Rollback (Restaurar De Backup)
Ships with 6 files
  • references/known-locations.md
  • scripts/detect_skills.py
  • scripts/install_skill.py
  • scripts/package_skill.py
  • scripts/requirements.txt
  • scripts/validate_skill.py
Commands it runs
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
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going