Ninja Lab IA ← Back
PatronoX Ninja Lab IA
pack-de-skills.tar.gz

Pack de Skills

Select the skills, generate the commands and install them in seconds.

Welcome to the Pack de Skills

This pack brings 10 skills ready to install in Claude Code, each with a set of specialised slash commands that turn Claude into your best collaborator for marketing, SEO, design, documents and much more.

Once installed, all commands are available directly in Claude Code, globally or only in the current project.

  • 10 skills with specialised commands
  • Install via curl in under 30 seconds
  • Global or per-project scope
  • Compatible with macOS, Linux and Windows
  • Lifetime updates included
Important: Necesitas tener acceso al Pack de Skills para realizar la instalación. Sin el token de acceso, el instalador devuelve error de autenticación. Si tienes dudas, contacta a través del área de miembros.
0 of 10 skills selected
Installation command
# Select at least one skill to generate the command
Step 01

Create the commands folder

Navigate to your project root folder (or home for global installation) and create the Claude Code commands folder.

# Global — disponible en todos los proyectos mkdir -p ~/.claude/commands # Project — solo en el proyecto actual mkdir -p ./.claude/commands
Step 02

Download the skill files

Access the members area and download the file skills-pack.zip. Extract the contents and identify the skill folders you want to install.

Each skill is a folder with .md files that define the slash commands.

Step 03

Copy the skills into the commands folder

Copy the desired skill folders into the commands folder created in step 01:

# Instalar todas las skills de una vez cp -r skills-pack/* ~/.claude/commands/ # O instalar skills específicas cp -r skills-pack/marketing ~/.claude/commands/ cp -r skills-pack/seo ~/.claude/commands/
Step 04

Verify the installation

Open Claude Code and type / to see the list of available commands. Installed skills appear there.

If commands do not appear, restart Claude Code or open a new session.

Step 05

Questions?

If you encounter any issues during manual installation, contact us through the members area. The team responds within 24 hours.