awesome-neexo CLI

Bootstrap CLI for Neexo AI Hub conventions — init for Cursor/Kilo/Copilot, install skill bundles, and doctor checks.

CopilotCursorKilo
AuthorNeexoCore
Updated
clibootstrapneexo

Overview

Use awesome-neexo to initialize a project with Neexo's baseline AI-assisted development conventions, install skill bundles from the hub API, and verify setup.

Usage

# Cursor / Kilo — write AGENTS.md and optional stack wiring
npx awesome-neexo init --cursor --stack saas-multi-tenant

# Copilot-oriented bootstrap (instructions / MCP stubs)
npx awesome-neexo init --figma
npx awesome-neexo init --unity
npx awesome-neexo init --figma --unity --force

# Install a full skill bundle into .cursor/skills and/or .kilo/skills
npx awesome-neexo install skill neexo-brainstorm --all

# Verify local hub wiring
npx awesome-neexo doctor

The CLI can write a starter AGENTS.md, optional Copilot instructions, and MCP config entries when requested. Prefer doctor after init to catch missing files.

Related

Raw content

Copy 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, install skill bundles from the hub API, and verify setup.

## Usage

```bash
# Cursor / Kilo — write AGENTS.md and optional stack wiring
npx awesome-neexo init --cursor --stack saas-multi-tenant

# Copilot-oriented bootstrap (instructions / MCP stubs)
npx awesome-neexo init --figma
npx awesome-neexo init --unity
npx awesome-neexo init --figma --unity --force

# Install a full skill bundle into .cursor/skills and/or .kilo/skills
npx awesome-neexo install skill neexo-brainstorm --all

# Verify local hub wiring
npx awesome-neexo doctor
```

The CLI can write a starter `AGENTS.md`, optional Copilot instructions, and MCP config entries when requested. Prefer `doctor` after init to catch missing files.

## Related

- [Getting Started with Neexo AI](/cookbook/getting-started-neexo-ai)
- [Bootstrap a New Project](/cookbook/bootstrap-new-project)
- Playbooks: https://awesome.neexo.dk/playbooks

Next steps

Matched by shared tags and category. Browse all tools