alignment

Enforce DEOS architecture compliance and runtime semantics in Rust projects.

4|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/atmo-network/deos --skill alignment-atmo-network
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alignment
Source: https://github.com/atmo-network/deos/tree/main/.agents/skills/alignment
Command: npx skills add https://github.com/atmo-network/deos --skill alignment-atmo-network

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, bash, node, cargo, npm, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures your project remains aligned with DEOS architecture, reducing drift and improving reliability.

Core Features & Use Cases

  • Boundary Discipline: Enforce project boundaries between generic frameworks and TMCTOL runtime topology.
  • Durable Failure Memory: Log and track reusable coordination lessons and failure patterns.
  • Project Audit Layer: Implement project-specific audits to enforce DEOS coordination memory.
  • Architecture Auditor: Perform Rust pallet/runtime architecture checks for compliance.
  • Completion Gate: Validate local delivery slices against DEOS architecture and runtime semantics before committing.

Quick Start

To start auditing your code, run:

./scripts/auditor.sh

Frequently Asked Questions about alignment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce DEOS architecture compliance in a Rust project?

To enforce DEOS architecture compliance, this Skill performs Rust pallet and runtime checks to prevent drift and validate local delivery slices before committing.

What is the best way to audit project boundaries against runtime topology?

Auditing project boundaries is best handled by enforcing discipline between generic frameworks and TMCTOL runtime topology, ensuring project-specific audits monitor DEOS coordination memory.

How do I track coordination lessons and failure patterns for architecture audits?

You track coordination lessons by logging and maintaining durable failure memory, which captures reusable failure patterns and enforces DEOS coordination memory across project audits.

Do I need Node and Cargo to run DEOS architecture checks?

Yes, you need Node and Cargo installed because the Skill dependencies include npm, cargo, git, and bash to execute the auditor scripts and validate Rust runtime semantics.

Can I use bash scripts to validate local delivery slices before committing?

Yes, you can run the provided bash auditor script to act as a completion gate, validating local delivery slices against DEOS architecture and runtime semantics before committing.