home / skills / trentshaines / dotfiles / trent-aerospace
This skill helps you configure AeroSpace tiling, workspaces, and keybindings with clear examples and safety checks.
npx playbooks add skill trentshaines/dotfiles --skill trent-aerospaceReview the files below or copy the command above to add this skill to your agents.
---
name: trent-aerospace
description: Help with AeroSpace window manager configuration, keybindings, and workspace management. Use when the user asks about AeroSpace, window management, workspaces, or tiling configurations.
---
# AeroSpace Window Manager Skill
## Configuration Location
The main AeroSpace configuration file is located at:
- **Primary config**: `/Users/trent/.aerospace.toml`
- **Chezmoi source**: `/Users/trent/.local/share/chezmoi/dot_aerospace.toml`
## Official Documentation
Always reference the official AeroSpace documentation when helping with configuration:
- **Main Guide**: https://nikitabobko.github.io/AeroSpace/guide
- **Commands**: https://nikitabobko.github.io/AeroSpace/commands
- **Configuration**: https://nikitabobko.github.io/AeroSpace/guide#configuring
## Key Concepts
AeroSpace is a tiling window manager for macOS that uses:
- TOML configuration format
- Workspace-based organization
- Vim-style keybindings
- Tree-based window layouts
## When Helping Users
1. Always read the current config at `/Users/trent/.aerospace.toml` first
2. Reference the official documentation for correct syntax and options
3. Explain changes clearly with examples
4. Preserve existing user customizations
5. Test configurations are valid TOML format
## Common Tasks
- Adding/modifying keybindings
- Configuring workspaces
- Setting up window rules
- Adjusting layout behavior
- Managing gaps and padding
This skill helps configure the AeroSpace tiling window manager for macOS, focusing on keybindings, workspace management, and layout tuning. It guides edits to the user's primary config at /Users/trent/.aerospace.toml while preserving customizations and validating TOML syntax. It provides concise, practical examples and references to the official AeroSpace documentation when needed.
First, the skill inspects the current configuration file at /Users/trent/.aerospace.toml (and the chezmoi source at /Users/trent/.local/share/chezmoi/dot_aerospace.toml if present). It recommends changes using TOML snippets, explains the effect of each change, and points to official docs (guide, commands, configuration) for syntax and options. Before suggesting final edits it validates that snippets are valid TOML and explains how to reload AeroSpace to apply changes.
Where is my AeroSpace config located?
Primary config: /Users/trent/.aerospace.toml. Chezmoi source (if used): /Users/trent/.local/share/chezmoi/dot_aerospace.toml.
How do I test changes safely?
Make small incremental edits, run a TOML validator, and reload AeroSpace in a test session. Keep a backup of the original file to revert quickly.