ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

align

Data and text alignment reference — sequence alignment, text formatting, memory alignment, and CSS/layout alignment. Use when aligning sequences, formatting columnar output, or understanding byte alignment.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain3/align
Or

Align — Alignment Reference

Quick-reference skill for alignment concepts across domains: text formatting, memory, CSS layout, and sequence alignment.

When to Use

  • Formatting text into aligned columns for terminal output
  • Understanding memory alignment and struct padding
  • Using CSS alignment properties (flexbox, grid, text)
  • Sequence alignment algorithms (bioinformatics)
  • Aligning data for SIMD operations

Commands

intro

scripts/script.sh intro

Overview of alignment concepts across domains.

text

scripts/script.sh text

Text alignment — printf formatting, column alignment, padding, and tabulation.

css

scripts/script.sh css

CSS alignment — flexbox, grid, text-align, vertical centering techniques.

memory

scripts/script.sh memory

Memory alignment — struct padding, cache lines, SIMD requirements, and alignment attributes.

sequence

scripts/script.sh sequence

Sequence alignment — Needleman-Wunsch, Smith-Waterman, BLAST overview.

columns

scripts/script.sh columns

Column formatting — CLI table output, fixed-width, and dynamic column sizing.

typographic

scripts/script.sh typographic

Typographic alignment — left, right, center, justified, and baseline alignment.

tools

scripts/script.sh tools

Alignment tools — column, printf, fmt, CSS debuggers, and struct analyzers.

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

VariableDescription
ALIGN_DIRData directory (default: ~/.align/)

Powered by BytesAgain | bytesagain.com | [email protected]

Metadata

Stars4097
Views4
Updated2026-04-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain3-align": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#align#alignment#formatting#layout#memory#sequence#css
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.