🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub✦ BytesAgain

Align

by @bytesagain3

Data and text alignment reference — sequence alignment, text formatting, memory alignment, and CSS/layout alignment. Use when aligning sequences, formatting...

Versionv1.0.0
Downloads342
Installs2
TERMINAL
clawhub install align

📖 About This Skill


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*

    ⚡ When to Use

    TriggerAction
    - Understanding memory alignment and struct padding
    - Using CSS alignment properties (flexbox, grid, text)
    - Sequence alignment algorithms (bioinformatics)
    - Aligning data for SIMD operations

    ⚙️ Configuration

    | Variable | Description | |----------|-------------| | ALIGN_DIR | Data directory (default: ~/.align/) |


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