-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
山间野人 edited this page Feb 26, 2026
·
1 revision
Copy the skill folder to your skills directory:
# Clone the repo
git clone https://github.com/abczsl520/nodejs-project-arch.git
# Copy to OpenClaw skills
cp -r nodejs-project-arch ~/.openclaw/skills/
# or
cp -r nodejs-project-arch ~/.agents/skills/Then restart OpenClaw. The skill auto-triggers when you create or refactor Node.js projects.
Copy the SKILL.md and references/ folder into your agent's skill/knowledge directory. The agent reads SKILL.md first, then loads the relevant reference file based on project type.
You can also just read the reference files directly:
-
references/game.md— H5 game architecture -
references/tool.md— Non-game project architecture (data tools, dashboards, APIs) -
references/sdk.md— SDK/library architecture