AI coding skill
The Aether skill package gives your AI coding assistant complete knowledge of the Aether SDK — Nexus, Sigils, Weaves, OPC UA device linking, digital twin physics, and AWS IoT fleet provisioning — without you having to paste docs manually.
Download the package directly:
Download aether-skill.zip
What is inside
Unzipping at your project root places every file in the correct path automatically:
your-project/
├── .cursor/
│ └── skills/
│ └── aether-sdk/
│ ├── SKILL.md ← root skill index
│ ├── install.md
│ ├── opc-ua.md
│ ├── data-streaming.md
│ ├── digital-twin.md
│ ├── aws-iot.md
├── .clinerules ← Cline / VS Code AI rules
├── .windsurfrules ← Windsurf rules
└── CLAUDE.md ← Claude Projects / claude.ai context
The skill files teach the AI:
- SDK architecture (Nexus singleton, Sigil variables, Weave loops)
- Installation and licensing workflow (curl →
.env) - OPC UA bridging patterns (anonymous, username/password, certificate-secured)
- Data streaming from remote devices via read-cycle Weaves
- Digital twin physics modelling
- AWS IoT Core connection via fleet provisioning
Installation
Unzip the package at your project root — that's all that's required:
cd /path/to/your-project
unzip aether-skill.zip
All files land in the right place. Each editor picks them up automatically:
| Editor | File used | How |
|---|---|---|
| Cursor | .cursor/skills/aether-sdk/SKILL.md | Loaded automatically by the Cursor agent |
| Windsurf | .windsurfrules | Read from project root automatically |
| Cline (VS Code) | .clinerules | Read from workspace root automatically |
| Claude (claude.ai) | CLAUDE.md | Paste contents into your Project Instructions |
No configuration files to edit, no paths to set.
Claude (claude.ai Projects)
Claude does not read files from disk, so one extra step is required. Open CLAUDE.md from your project root and paste its contents into your Claude Project's Project Instructions field. The AI will then have the full SDK reference for every conversation in that project.
License helper
Use curl to POST your details to https://veilnet.net/api/aether-survey. The response includes your VEILNET_AETHER_TOKEN — copy it into a .env file at your project root, and add .env to .gitignore before committing.
Next steps
Once the skill is installed your AI assistant can help you with any of the integrator topics covered by the package: