align

by BytesAgain

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.

View Chinese version with editor review

安装

claude skill add --url github.com/openclaw/skills/tree/main/skills/bytesagain3/align

文档

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

bash
scripts/script.sh intro

Overview of alignment concepts across domains.

text

bash
scripts/script.sh text

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

css

bash
scripts/script.sh css

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

memory

bash
scripts/script.sh memory

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

sequence

bash
scripts/script.sh sequence

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

columns

bash
scripts/script.sh columns

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

typographic

bash
scripts/script.sh typographic

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

tools

bash
scripts/script.sh tools

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

help

bash
scripts/script.sh help

version

bash
scripts/script.sh version

Configuration

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

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com