initial-setup

Bootstraps EvoNexus workspace directories and generates localized overview files for agents.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvolutionAPI/evo-nexus --skill initial-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: initial-setup
Source: https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/initial-setup
Command: npx skills add https://github.com/EvolutionAPI/evo-nexus --skill initial-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill welcomes new EvoNexus users and removes friction from first-time setup by discovering installed agents, initializing a non-destructive workspace folder structure, generating localized overview files, and summarizing existing customizations so users can start using agents and routines immediately.

Core Features & Use Cases

  • Agent discovery: Reads config and scans installed agent files to extract names, roles, working folders, subfolders, and conventions for automated setup.
  • Non-destructive bootstrapping: Creates workspace folders and .gitkeep files only when missing, ensures a shared projects folder, and never overwrites user content.
  • Localized overview & customization summary: Writes translated overview files per workspace language and reports agent memory counts, pending improvements, custom agents/skills, and orphaned folders.
  • Use Case: On first opening an EvoNexus workspace, run onboarding to automatically create the recommended workspace structure, surface where context already exists, and present a concise tour of available agents, skills, and routines.

Quick Start

Say "get started" or "help me get started" and the onboarding skill will discover agents, bootstrap workspace folders, and present a personalized summary and next steps.

Frequently Asked Questions about initial-setup

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

FAQPage Schema
How do I bootstrap a workspace folder structure without overwriting existing files?

Non-destructive bootstrapping creates missing workspace directories and .gitkeep files while ensuring a shared projects folder, never overwriting existing user content. It scans installed agent files to initialize the recommended structure safely.

How does agent discovery work during workspace onboarding?

Agent discovery reads YAML config files and uses glob-based scanning to extract agent names, roles, working folders, and conventions. This automated process surfaces available agents, skills, and routines for new workspace initialization.

Can I generate localized overview files for multiple workspace languages?

Yes, localized overview generation writes translated overview files per workspace language. It reads existing configurations and reports agent memory counts, pending improvements, custom agents, and orphaned folders for each language context.

Do I need any dependencies installed to run workspace onboarding?

No external dependencies are required to run workspace onboarding. The process relies on reading existing YAML configurations and installed agent files within your environment to bootstrap directories and generate summaries.

What is the best way to initialize directories for agent workflows?

Running an onboarding routine is the best way to initialize directories for agent workflows. It automatically creates the recommended workspace structure, surfaces existing context, and presents a concise tour of available agents and routines.

Why does onboarding report orphaned folders and pending improvements?

Onboarding reports orphaned folders and pending improvements to summarize existing customizations and surface where context already exists. This helps users understand current workspace state before starting new agent workflows.