Install or upgrade the event4u agent-config suite. This marketplace plugin is a bootstrap shim — it ships hooks plus this pointer only; ALL skills, rules, and commands are installed via `npx -y @event4u/agent-config init`. Use when the user asks to install, set up, or upgrade agent-config, or wonders why this plugin contains no other skills.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add event4u-app/agent-config --skill install-agent-config --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Install Agent Config?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/event4u-app-install-agent-config)More formats (shields.io, HTML) on the badges page.
---
name: install-agent-config
description: >-
Install or upgrade the event4u agent-config suite. This marketplace plugin
is a bootstrap shim — it ships hooks plus this pointer only; ALL skills,
rules, and commands are installed via `npx -y @event4u/agent-config init`.
Use when the user asks to install, set up, or upgrade agent-config, or
wonders why this plugin contains no other skills.
---
# Install agent-config
This plugin is a **bootstrap shim**. It exists so the marketplace listing
stays discoverable and existing plugin installs keep working hooks — the
content surface (skills, rules, commands, personas) is distributed as a
file projection, not through this plugin.
## Install (canonical, one command)
```bash
npx -y @event4u/agent-config init
```
The installer writes the full content projection, registers the dispatcher
hooks as a managed block in `~/.claude/settings.json` (byte-identical to
this plugin's hooks, so nothing double-fires), and keeps everything
upgradeable via `agent-config upgrade`.
## Already installed both?
Run `agent-config doctor` to check for duplicate surfaces, and
`agent-config converge` to clean up consented duplicates.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!