Agent skill
loom-md-tables
Install this agent skill to your Project
npx add-skill https://github.com/cosmix/loom/tree/main/skills/loom-md-tables
SKILL.md
Markdown Table Formatting
Utility for fixing markdown table alignment and spacing. Normalizes column widths, ensures consistent padding, and preserves alignment markers.
Quick Examples
# Preview fixed output
python fix-md-tables.py document.md
# Fix in-place
python fix-md-tables.py document.md -i
Common Patterns
Status tables:
| Stage | Status | Branch |
| ----- | --------- | ---------- |
| build | Complete | loom/build |
| test | Executing | loom/test |
Configuration tables:
| Option | Default | Description |
| ---------- | ------- | --------------------- |
| timeout | 300 | Session timeout (sec) |
| auto_merge | false | Enable auto merging |
Right-aligned numbers:
| Item | Count | Total |
| ----- | ----: | ----: |
| Files | 42 | 500 |
| Lines | 1,234 | 5,000 |
Features
- Aligns columns to consistent widths
- Single-space padding for cells
- Preserves alignment markers (
:---,:---:,---:) - Adds blank lines around tables
Alignment Markers
| Syntax | Alignment |
|---|---|
--- |
Left (default) |
:--- |
Left |
---: |
Right |
:---: |
Center |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
loom-dependency-scan
loom-rate-limiting
loom-golang
loom-fluxcd
loom-karpenter
Kubernetes node autoscaling and cost optimization with Karpenter. Use when implementing node provisioning, spot instance management, cluster right-sizing, node consolidation, or reducing compute costs. Covers NodePool configuration, EC2NodeClass setup, disruption budgets, spot/on-demand mix strategies, multi-architecture support, and capacity-type selection.
loom-testing
Comprehensive test implementation across all domains including unit, integration, e2e, security, infrastructure, data pipelines, and ML models. Covers TDD/BDD workflows, test architecture, flaky test debugging, and coverage analysis.
Didn't find tool you were looking for?