Scope

September 18, 2026 ยท View on GitHub

Note

๐Ÿ“˜ Repo-Only Doc โ€” last reviewed 2026-09-18

This document lives only in the repo. It is public-ready and self-contained.


Scope

NaNLABS production distribution for AI coding assistants โ€” smaller than multi-tool personal forks (no consumer CLI, no loop runtime, no 6-IDE profile compiler).

Production surfaces

SurfaceSupport
VS CodeAgent Plugins marketplace / from-source folders
GitHub CopilotCLI OWNER/REPO:PATH + VS Code Copilot agents
Cursor IDE / Agent CLINative marketplace + --plugin-dir
ChatGPT & Codex.agents/plugins/marketplace.json + Claude/Cursor catalogs
KiroFolder import of plugins/nanlabs-*
Grok Bot, Hermes, OpenClaw, NanoClawAgent Plugins plugin directory
Claude CodeNative .claude-plugin/ marketplace (not on the AP roster)
npx skillsSkills-only from plugins/nanlabs-<group>/skills

In scope

  • Agent Skills under plugins/nanlabs-<group>/skills/<name>/
  • Agent personas (agents/) + generated plugin agent files (gen-surfaces)
  • Group plugins plus optional nanlabs-agents
  • Agent Plugins v1.0.0 portable manifests; Copilot com.github.copilot/agents/
  • nanlabs-pyrightination as a report-only typing skill in nanlabs-core
  • Official hosted MCP servers in group plugins (mcp.json / .mcp.json)
  • CI validators, contracts, catalogs (including domain packs), release policy docs
  • Contribution flow for proposing skills via GitHub pull request
  • Domain packs (catalogs/pack-catalog.yaml) as npx skills --skill aliases
  • Generated catalog docs (docs/generated/, wiki Plugin-Marketplace / Skills-Reference / MCP-Setup)

Out of scope (plugin targets)

Gemini, Antigravity, OpenCode, Windsurf, Pi, etc. Portable skills may still work via npx skills.

Out of scope (product)

  • Consumer CLI / multi-target compiler
  • Loop engineering runtime / scheduled loops
  • Org RAG / telemetry backends (L1 / Part III)
  • Workstation chezmoi provisioning (internal-workstation)

Layers

LayerRepo
L1 provisionernanlabs/internal-workstation
L1.5 contentthis repository

See also: FAQ.md ยท wiki Scope page (after wiki sync merges).