HomeBrowseUpload
← Back to registry
// Skill profile

Feather

name: "feather"

by bytesagain1 · published 2026-04-01

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

---

name: "feather"

version: "1.0.0"

description: "Apache Feather/Arrow IPC format reference. V1 vs V2 format differences, pyarrow.feather read/write with compression, R arrow package integration, Arrow type system, Feather vs Parquet benchmarks, pandas DataFrame caching, LZ4/ZSTD compression options, and pipeline best practices."

author: "BytesAgain"

homepage: "https://bytesagain.com"

source: "https://github.com/bytesagain/ai-skills"

tags: [feather, arrow, ipc, columnar, pandas, dataframe, data]

category: "data"

---

# Feather

Apache Feather/Arrow IPC format reference — fast columnar DataFrame I/O.

Commands

| Command | Description |

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

| `intro` | Feather overview, V1 vs V2, key properties |

| `python` | pyarrow.feather read/write, benchmarks |

| `r-lang` | R arrow package, Python↔R interop |

| `schema` | Arrow types, nested types, metadata |

| `vs-parquet` | Speed vs compression tradeoffs |

| `pandas` | pd.read_feather, caching patterns |

| `compression` | LZ4/ZSTD options, when to use each |

| `best-practices` | Pipeline patterns, file size guidelines |

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

More tools from the same signal band