Install agent config
Skill event4u-app/agent-config/.claude-plugin/skills/install-agent-config
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.From its SKILL.md
npx -y skills add event4u-app/agent-config --skill install-agent-configAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 7 stars7 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 3 commands, including `npx -y @event4u/agent-config init` and 2 more.
SKILL.md
1.2 KB, 173 tokens by cl100k_base, as published. Nobody here has run it
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)
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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.