awesome-neexo CLI

A bootstrap CLI for adding Neexo AI Hub conventions, Copilot instructions, and optional MCP server config to new projects.

AuthorNeexoCore
Updated
clibootstrapneexo

Overview

Use awesome-neexo to initialize a project with Neexo's baseline AI-assisted development conventions.

Usage

npx awesome-neexo init --figma
npx awesome-neexo init --unity
npx awesome-neexo init --figma --unity --force

The CLI creates .github/copilot-instructions.md and, when requested, .vscode/mcp.json entries for Figma or Unity MCP workflows.

Raw content

Copy this into your project — e.g. .instructions.md, .agent.md, or SKILL.md

## Overview

Use `awesome-neexo` to initialize a project with Neexo's baseline AI-assisted development conventions.

## Usage

```bash
npx awesome-neexo init --figma
npx awesome-neexo init --unity
npx awesome-neexo init --figma --unity --force
```

The CLI creates `.github/copilot-instructions.md` and, when requested, `.vscode/mcp.json` entries for Figma or Unity MCP workflows.