agent-loadout 0.1.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,9 +6,12 @@
6
6
  npx agent-loadout
7
7
  ```
8
8
 
9
+ <img width="1536" height="1024" alt="One command to load out your terminal for agentic coding." src="https://github.com/user-attachments/assets/7490564f-0e24-479e-b8d8-1fb0bb468267" />
10
+
11
+
9
12
  ## Why this exists
10
13
 
11
- AI coding agents are only as good as the tools on the machine. A fresh Mac has few of them. `agent-loadout` installs a curated set of 37 terminal tools — the ones that actually matter for agentic workflows.
14
+ AI coding agents are only as good as the tools on the machine. A fresh macOS, Linux, or Windows install has few of them. `agent-loadout` installs a curated set of 50 terminal tools — the ones that actually matter for agentic workflows.
12
15
 
13
16
  Pick presets, toggle individual tools, and get a verified installation with skill files your agent can read.
14
17
 
@@ -28,7 +31,7 @@ Pick presets, toggle individual tools, and get a verified installation with skil
28
31
  | [fzf](https://github.com/junegunn/fzf) | `fzf` | Fuzzy finder |
29
32
  | [xh](https://github.com/ducaale/xh) | `xh` | Friendly HTTP client |
30
33
 
31
- ### Agent (11 tools) — on by default
34
+ ### Agent (16 tools) — on by default
32
35
 
33
36
  | Tool | Package | Description |
34
37
  |------|---------|-------------|
@@ -43,6 +46,11 @@ Pick presets, toggle individual tools, and get a verified installation with skil
43
46
  | [tldr](https://github.com/tldr-pages/tldr) | `tldr` | Quick man page summaries |
44
47
  | [biome](https://github.com/biomejs/biome) | `biome` | Lint + format JS/TS |
45
48
  | [difftastic](https://github.com/Wilfred/difftastic) | `difftastic` | Structural/AST diff |
49
+ | [pandoc](https://github.com/jgm/pandoc) | `pandoc` | Universal document converter |
50
+ | [duckdb](https://github.com/duckdb/duckdb) | `duckdb` | SQL analytics on CSV/JSON/Parquet files |
51
+ | [htmlq](https://github.com/mgdm/htmlq) | `htmlq` | Extract content from HTML using CSS selectors |
52
+ | [typos](https://github.com/crate-ci/typos) | `typos-cli` | Source code spell checker |
53
+ | [gum](https://github.com/charmbracelet/gum) | `gum` | Interactive UI components for shell scripts |
46
54
 
47
55
  ### Media (4 tools)
48
56
 
@@ -53,7 +61,7 @@ Pick presets, toggle individual tools, and get a verified installation with skil
53
61
  | [ImageMagick](https://imagemagick.org) | `imagemagick` | Image transforms |
54
62
  | [svgo](https://github.com/svg/svgo) | `svgo` | SVG optimiser |
55
63
 
56
- ### DX (10 tools)
64
+ ### DX (15 tools)
57
65
 
58
66
  | Tool | Package | Description |
59
67
  |------|---------|-------------|
@@ -67,21 +75,29 @@ Pick presets, toggle individual tools, and get a verified installation with skil
67
75
  | [lazygit](https://github.com/jesseduffield/lazygit) | `lazygit` | TUI git client |
68
76
  | [dust](https://github.com/bootandy/dust) | `dust` | Disk usage tree |
69
77
  | [bottom](https://github.com/ClementTsang/bottom) | `bottom` | System monitor TUI |
78
+ | [direnv](https://github.com/direnv/direnv) | `direnv` | Auto-load env vars per directory |
79
+ | [procs](https://github.com/dalance/procs) | `procs` | Modern ps replacement with search |
80
+ | [uv](https://github.com/astral-sh/uv) | `uv` | Fast Python package and env manager |
81
+ | [hexyl](https://github.com/sharkdp/hexyl) | `hexyl` | Hex viewer with colour coding |
82
+ | [taplo](https://github.com/tamasfe/taplo) | `taplo` | TOML toolkit (lint, format, query) |
70
83
 
71
- ### Security (3 tools)
84
+ ### Security (6 tools)
72
85
 
73
86
  | Tool | Package | Description |
74
87
  |------|---------|-------------|
75
88
  | [trivy](https://github.com/aquasecurity/trivy) | `trivy` | Vulnerability scanner |
76
89
  | [act](https://github.com/nektos/act) | `act` | Run GitHub Actions locally |
77
90
  | [gitleaks](https://github.com/gitleaks/gitleaks) | `gitleaks` | Secrets scanner |
91
+ | [semgrep](https://github.com/returntocorp/semgrep) | `semgrep` | Multi-language static analysis |
92
+ | [age](https://github.com/FiloSottile/age) | `age` | Simple file encryption |
93
+ | [doggo](https://github.com/mr-karan/doggo) | `doggo` | Modern DNS client with JSON output |
78
94
 
79
95
  ## How it works
80
96
 
81
97
  1. **Choose presets** — Core and Agent are on by default; toggle Media, DX, Security
82
98
  2. **Toggle tools** — Deselect anything you don't want
83
- 3. **Preview** — See the exact Brewfile and npm commands before anything runs
84
- 4. **Install** — Runs `brew bundle` and `npm install -g` for you
99
+ 3. **Preview** — See the exact install commands before anything runs (brew/apt/scoop/cargo/npm per platform)
100
+ 4. **Install** — Runs the right installer for your OS automatically
85
101
  5. **Verify** — Checks every tool is actually working
86
102
  6. **Persist** — Writes a receipt and skill files your AI agent can read
87
103
 
@@ -100,6 +116,12 @@ npx agent-loadout install --preset core agent --apply
100
116
  # Install everything
101
117
  npx agent-loadout install --all --apply
102
118
 
119
+ # Install specific tools by ID
120
+ npx agent-loadout install --tool pandoc duckdb --apply
121
+
122
+ # Install everything except specific tools
123
+ npx agent-loadout install --all --skip lazygit bottom --apply
124
+
103
125
  # Check what's installed
104
126
  npx agent-loadout verify
105
127
  npx agent-loadout verify --json
@@ -107,11 +129,14 @@ npx agent-loadout verify --json
107
129
  # List the full catalog
108
130
  npx agent-loadout list
109
131
  npx agent-loadout list --json
132
+
133
+ # Print a generated Brewfile (macOS only)
134
+ npx agent-loadout list --brewfile
110
135
  ```
111
136
 
112
- ## Brewfile alternative
137
+ ## Brewfile alternative (macOS)
113
138
 
114
- Don't want the CLI? Copy the [Brewfile](./Brewfile), uncomment what you need, and run:
139
+ Don't want the CLI? Copy the [Brewfile](./Brewfile) (macOS only, auto-generated from the catalog) and run:
115
140
 
116
141
  ```sh
117
142
  brew bundle
@@ -119,20 +144,28 @@ brew bundle
119
144
 
120
145
  ## Skills
121
146
 
122
- When you install tools, `agent-loadout` writes skill files to `~/.claude/skills/`. Each skill is a focused playbook — what the tool does, trusted commands, gotchas — so your AI agent knows how to use it effectively.
147
+ When you install tools, `agent-loadout` writes skill files to multiple locations:
148
+
149
+ - `~/.claude/skills/` — for Claude Code
150
+ - `~/.agent-loadout/skills/` — generic copy for other agents
151
+
152
+ Each skill is a focused playbook — what the tool does, trusted commands, gotchas — so your AI agent knows how to use it effectively.
123
153
 
124
154
  ## Requirements
125
155
 
126
- - macOS with [Homebrew](https://brew.sh) installed
127
156
  - Node.js 20+ (for `npx`)
128
- - npm (optional, only needed for knip and svgo)
157
+ - **macOS** — [Homebrew](https://brew.sh) required
158
+ - **Linux** — `apt-get` recommended; `cargo` used as fallback for Rust tools
159
+ - **Windows** — [Scoop](https://scoop.sh) recommended
160
+
161
+ A small number of tools are macOS/Windows-only and will be shown as skipped on platforms where no package exists.
129
162
 
130
163
  ## Contributing
131
164
 
132
165
  1. Fork and clone
133
166
  2. `pnpm install`
134
167
  3. `pnpm dev -- list` to run locally
135
- 4. Add tools in `src/catalog.ts`, skills in `src/skills.ts`
168
+ 4. Add tools in `src/catalog.ts` (per-platform install maps), add a skill file in `src/skills/`
136
169
  5. `pnpm typecheck` before submitting
137
170
 
138
171
  ### Releasing
@@ -0,0 +1,17 @@
1
+ #!/usr/bin/env node
2
+ import {
3
+ PRESETS,
4
+ TOOLS,
5
+ generateBrewfileFromCatalog,
6
+ getToolsByIds,
7
+ getToolsByPreset,
8
+ validateToolIds
9
+ } from "./chunk-ZP6MY6KX.js";
10
+ export {
11
+ PRESETS,
12
+ TOOLS,
13
+ generateBrewfileFromCatalog,
14
+ getToolsByIds,
15
+ getToolsByPreset,
16
+ validateToolIds
17
+ };