HomeBrowseUpload
← Back to registry
// Skill profile

Align — Alignment Reference

name: "align"

by bytesagain3 · published 2026-04-01

开发工具数据处理
Total installs
0
Stars
★ 0
Last updated
2026-04
// Install command
$ claw add gh:bytesagain3/bytesagain3-align
View on GitHub
// Full documentation

---

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`

    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

    | Variable | Description |

    |----------|-------------|

    | `ALIGN_DIR` | Data directory (default: ~/.align/) |

    ---

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

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band