๐Ÿ”Œ
AI EngineeringRust

NAC Onboarding

by arcee-ai

NAC Onboarding is an AI Engineering skill for Claude Code, published by arcee-ai in nac.

209 stars20 forkson arcee-ai/nacAdded 2026/09/05+8% in starsRepository updated 2026/09/03
agent-harnessagent-orchestrationagent-skillsagentic-workflowsai-agentsdeveloper-toolsllm-agentslong-running-agentsmcpmodel-context-protocolmulti-agent-systemsrust
Install in seconds
Install NAC Onboarding
Copy NAC Onboarding into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/arcee-ai/nac/tree/main/skills/nac-onboarding ~/.claude/skills/nac-onboarding

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/arcee-ai/nac.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/nac-onboarding/SKILL.md in arcee-ai/nac
Installs to
~/.claude/skills/nac-onboarding
Collection
One of 4 skills cataloged from this repository
Category
AI Engineering โ€” 3101 skills

What NAC Onboarding does

NAC Onboarding installs and launches nac, then connects the running dashboard to an MCP client. Use it to get started with nac, add MCP servers, or expose nac's MCP server to Claude Code and other clients.

NAC Onboarding is cataloged under AI Engineering on DirSkills. NAC Onboarding comes from a repository tagged agent-harness, agent-orchestration, agent-skills, agentic-workflows and ai-agents.

Documentation

README

NAC onboarding

Get the user to a running nac dashboard as fast as possible, then connect their MCP client. Authentication, model choice, and MCP server setup all happen in the dashboard UI โ€” do not walk the user through them in chat.

Keep credentials private: if the user ever needs to enter a key or complete a device login, they do it themselves in the UI or their own shell; never request a token in chat or write one into a tracked file.

1. Install and launch

  1. Check whether nac-web is available with nac-web --version.

  2. If it is missing, install the latest stable release:

    curl -fsSL https://raw.githubusercontent.com/arcee-ai/nac/main/scripts/install.sh | sh
    
  3. Start nac from the repository the user wants it to work on:

    nac-web
    

This is the opening of the README. Read the full README on GitHub.

Commands NAC Onboarding provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /mcp

Frequently asked about NAC Onboarding

  • What else does arcee-ai publish alongside NAC Onboarding?

    NAC Onboarding is one of 4 skills that DirSkills catalogs from arcee-ai/nac, the repository it ships in. Its siblings there include Issue Triage, QA and Release. Each one is a separate skill with its own page in this directory, installs the same way NAC Onboarding does, and is maintained by arcee-ai in that same repository. The rest of the collection is listed on the arcee-ai/nac page.

  • How does NAC Onboarding compare to other AI Engineering skills?

    NAC Onboarding ranks #2733 by stars among the 3101 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of NAC Onboarding against them. Open each page to compare what they document and how they install.