Nox-Lumen MfgNox-Lumen Mfg

Skills overview

What is a Skill?

A Skill is the atomic professional capability of combo agent. The platform packages “prompt + tools + workflow” into standardized units; Agents activate them on demand for specialized output.

One Skill ≈ best practices for one professional role.

New to how Skills work? Start with Core concepts · Skill system.

📦 Public Skill repo — Nox-Lumen-tech/combo-skills

Most general skills listed here (code review L1+L2 suite, docx / xlsx / document-editing, local graft-comboagent, etc.) are open-sourced on GitHub:

github.com/Nox-Lumen-tech/combo-skills

Two install paths:

  • Platform chat: /skill-install Nox-Lumen-tech/combo-skills/<skill-name>
  • Local IDE (Cursor / Claude Code / Codex / Trae): git clone, then copy or symlink into the appropriate skills/ directory

Industry / customer-specific skills (automotive, patent, internal coding standards, etc.) are not in that public repo — tenants maintain them in their own SkillHub.

Skill landscape

Rendering diagram…

Skills management UI

Skill management — one-click install, cloud sync, categorized search

The UI supports: viewing all built-in, user, and enabled skills; search; bulk enable/disable; CLI upload installs; creating custom skills.

Full built-in catalog

The table below lists all built-in skills currently installed (~50, including ~20 Feishu sub-skills). Click a category for details.

Platform core (Agent self-operations)

These focus on how the Agent operates on itself — not external business work, but cross-session collaboration, self-knowledge, memory, and evolution.

SkillRole
graft 🌟Cross-session grafting — reference another session’s outputs in the current analysis
memory-sdkMemory OS LTM CRUD + policy templates + Hooks
self-awarenessSelf-model: runtime architecture, compaction recovery, memory, boundaries
skill-architectGreenfield high-quality skills (5 stages: Discovery → Deliver)
skill-refinementRoot-cause skill runs and fold fixes back into the skill

Code review (L2 semantic + L1 static)

SkillLanguage / role
code-reviewL2 cloud semantic review (vs. requirements/design/standards/bug history)
bandit / ruff / mypy / semgrepPython security / style / types / SAST
checkstyle / pmd / spotbugsJava style / rules / bytecode bugs
clang-tidy / cppcheckC/C++ rules / bugs
detektKotlin static analysis

SCM & ALM integrations

SkillPlatform / role
gitGit primitives
gerrit-integrationGerrit: fetch change, vote, comment
github-integrationGitHub: fetch PR, diff, reply
gitlab-integrationGitLab: fetch MR, pipeline, reply
gitee-integrationGitee: fetch PR, diff, reply
alm-integrationIBM DOORS Next / Polarion / Jira / ZenTao / Feishu Base — requirement/design/test/security CRUD + trace + ReqIF

Automotive

SkillRole
automotive-process-analyzerASPICE 4.0 / ISO 26262 / ISO 21434 / ISO PAS 8926 compliance
canoe-test-automationVector CANoe automation (CAPL generation, simulation nodes, environment setup)
bug-importHistorical defect import (Jira / Redmine / TAPD) + LTM pattern extraction
standards-converterCorporate standards → tool configs (Checkstyle XML / Ruff TOML, etc.)

Patent

SkillRole
patent-agentFrom disclosure → claims, description, abstract, drawings
patent-doc-formatterOffice-compliant Docx output
novelty-searchParallel search across 13 sources (Arxiv / patents / Scholar, etc.)

Deliverables & office ecosystem

SkillRole
docxWord (.docx) low-level API: read/write, bookmarks, cross-doc hyperlinks, revisions, comments
xlsxExcel read/write and charts
document-editingCross-format (DOCX/XLSX/PPTX) ES editing + Copy-on-Write snapshots
html-reportSelf-contained interactive HTML dashboards (ECharts)
lark-*Feishu family (~20 sub-skills: IM, Docs, Base, Calendar, …)
wecom-*WeCom (messages, docs, calendar, todos)
wechat-official-publishWeChat Official Account publishing
figma-design-reviewFigma three-layer design fidelity review
gstack-browserHeadless browser (QA / screenshots / forms)

Local coding agents

Installed in local IDE hosts so on-device AI can reach cloud combo agent over HTTPS:

SkillRole
graft-comboagent 🌿Cross-session grafting (local) — read cloud digest / round / artifacts from the IDE code loop

Skill precedence

Rendering diagram…

Higher priority overrides lower for the same name. See Skill loading & resolution.

Quick start

  • Type / in chat to see active skills for the session
  • /skills search <keyword> to search the catalog
  • /skills install <name> to enable a skill in the session
  • Visit SkillHub for tenant-shared subscriptions

On this page