cli-init

Launch an interactive CLI wizard to initialize client environments and generate discovery context.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/JaviMontano/metodologia-propuesta-agent-public --skill cli-init
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cli-init
Source: https://github.com/JaviMontano/metodologia-propuesta-agent-public/tree/main/.claude/skills/specialized/cli-init
Command: npx skills add https://github.com/JaviMontano/metodologia-propuesta-agent-public --skill cli-init

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Este Skill automatiza la inicialización del entorno del cliente, pre-puebla discovery y valida seguridad antes de iniciar Discovery.

Core Features & Use Cases

  • Asistente interactivo para recopilar datos del cliente (nombre, tipo de servicio, industria) y generar la estructura de sesión discovery.
  • Genera discovery/SESSION-README.md y prepara el contexto para discovery.
  • Ejecuta controles de seguridad durante la inicialización (G0) para detectar secretos y garantizar un arranque seguro.

Quick Start

Ejecuta mao-init para iniciar la configuración interactiva del cliente, generar discovery/SESSION-README.md y preparar el contexto para discovery.

Frequently Asked Questions about cli-init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate client onboarding and pre-populate discovery context via CLI?▼

Automate client onboarding by launching an interactive CLI wizard that collects client details and generates a discovery/SESSION-README.md file to prepare the session context.

Can I run a pre-flight secrets scan before starting repository discovery?▼

Yes, you can run a pre-flight secrets scan during initialization to detect exposed credentials and ensure secure repository exploration before discovery.

What is interactive CLI initialization for security gating and session prep?▼

Interactive CLI initialization is a wizard-based process that gathers client information, sets up the discovery folder structure, and applies security gating to validate the environment.

Does the discovery wizard integrate with index-repo.sh for auto-discovery?▼

Yes, the discovery wizard integrates with index-repo.sh to enable auto-discovery once the interactive client setup and security validations are successfully completed.

How do I step by step set up a new client environment using an interactive shell?▼

Start the interactive shell wizard, input the client's name, service type, and industry, and let it generate the discovery structure and run security checks automatically.

When do I need to generate a SESSION-README.md for discovery?▼

Generate a SESSION-README.md when you need to establish a structured discovery context for a new client, ensuring all onboarding details and security validations are documented.