Skip to content

Commit bdfa79f

Browse files
committed
Deploy: hygiene sweep fixes
2 parents 74505bf + 3395368 commit bdfa79f

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ installed plugins at the start of each session.
5454
| [GitHub Repo Manager](#github-repo-manager) | Commands + Skills | `/repo-manager` | Conversational GitHub repo health assessment and maintenance |
5555
| [Home Assistant Dev](#home-assistant-dev) | Commands + Skills + MCP | varies | Full HA integration development toolkit with 27 skills |
5656
| [KeePass Cred Mgr](#keepass-cred-mgr) | MCP + Commands + Skills | varies | KeePass vault access via 10 MCP tools, YubiKey auth, credential rotation, and audit logging |
57-
| [Linux SysAdmin](#linux-sysadmin) | Skills + Commands | 97 skills | Per-service knowledge for daemons, CLI tools, and filesystems; guided `/sysadmin` stack interview |
57+
| [Linux SysAdmin](#linux-sysadmin) | Skills + Commands | 137 skills | Per-service knowledge for daemons, CLI tools, and filesystems; guided `/sysadmin` stack interview |
5858
| [Plugin Review](#plugin-review) | Commands + Agents + Hooks | `/review`, `/review-efficiency`, `/tighten` | Multi-pass assertion-driven audit of plugin principles, UX, docs, and context efficiency |
5959
| [Plugin Test Harness](#plugin-test-harness) | MCP | 18 tools | Iterative test/fix/reload loop for plugin development |
6060
| [Python Dev](#python-dev) | Commands + Skills | `/python-code-review` | Contextual Python domain guidance: 11 skills load automatically, plus a comprehensive multi-domain code audit |
@@ -216,11 +216,11 @@ HA connections, automated validation, example integrations, and project template
216216

217217
### Linux SysAdmin
218218

219-
**Linux system administration knowledge base**: 94 per-service skills covering daemons, CLI tools, and filesystems. Skills load automatically when you mention a service by name; no commands required for most usage.
219+
**Linux system administration knowledge base**: 137 skills covering daemons, CLI tools, and filesystems. Skills load automatically when you mention a service by name; no commands required for most usage.
220220

221221
**Features:**
222222

223-
- Per-service skills for 94 services across web/proxy, DNS, databases, security/VPN, containers, monitoring, filesystems, storage, mail, self-hosted apps, IoT, and 30+ CLI tools
223+
- 136 per-service skills across web/proxy, DNS, databases, security/VPN, containers, monitoring, filesystems, storage, mail, self-hosted apps, IoT, and 30+ CLI tools
224224
- Annotated configs for daemons (nginx, sshd, samba, postfix, mosquitto, and more) with every directive documented
225225
- Task-organized cheatsheets for CLI tools (nmap, tcpdump, jq, rsync, borg, tmux, and more)
226226
- `/sysadmin` command: guided interview to design a complete server stack with rationale and setup order
@@ -520,7 +520,7 @@ Claude-Code-Plugins/
520520
│ ├── github-repo-manager/ # Conversational GitHub repo maintenance
521521
│ ├── home-assistant-dev/ # Home Assistant integration dev toolkit
522522
│ ├── keepass-cred-mgr/ # KeePass credential manager (10 MCP tools, YubiKey auth)
523-
│ ├── linux-sysadmin/ # Linux sysadmin skills (97 per-service guides)
523+
│ ├── linux-sysadmin/ # Linux sysadmin skills (137 per-service guides)
524524
│ ├── opus-context/ # 1M context window optimizer for Opus 4.6
525525
│ ├── plugin-review/ # Multi-pass plugin quality audit
526526
│ ├── plugin-test-harness/ # Iterative plugin testing framework

docs/sub-agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Reference the agent in `manifest.json`:
203203
}
204204
```
205205

206-
Agents in `.claude-plugin/agents/` are automatically discovered.
206+
Agents in `agents/` (at the plugin root) are automatically discovered.
207207

208208
### 3. Invoke the agent
209209

@@ -624,7 +624,7 @@ Usage: `/test-gen Create tests for auth module`
624624

625625
Check:
626626

627-
1. Agent file in `.claude-plugin/agents/`
627+
1. Agent file in `agents/` (at the plugin root)
628628
2. Valid YAML frontmatter
629629
3. Plugin installed and enabled
630630

plugins/linux-sysadmin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The `/sysadmin` command walks through:
9494
| Skill | Loaded when |
9595
|-------|-------------|
9696
| `linux-overview` | Broad queries: "web server", "database", "what should I use for..." |
97-
| Per-service skills (96) | Mentioned by name: "nginx", "ZFS", "nmap", "fail2ban", "tmux", etc. |
97+
| Per-service skills (136) | Mentioned by name: "nginx", "ZFS", "nmap", "fail2ban", "tmux", etc. |
9898

9999
**Service categories covered:**
100100

0 commit comments

Comments
 (0)