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.
Scanned 6/6/2026
Install via CLI
openskills install bytesagain/ai-skills---
name: "align"
version: "1.0.0"
description: "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."
author: "BytesAgain"
homepage: "https://bytesagain.com"
source: "https://github.com/bytesagain/ai-skills"
tags: [align, alignment, formatting, layout, memory, sequence, css]
category: "atomic"
---
# 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
| Variable | Description |
|----------|-------------|
| `ALIGN_DIR` | Data directory (default: ~/.align/) |
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
No comments yet. Be the first to comment!