@event4u/agent-config
OfficialThis server provides a comprehensive set of tools for managing an AI agent's configuration, memory, chat history, skills, rules, commands, and project quality.
Chat History & Memory
Append entries to and read from chat history (
chat_history_append,chat_history_read)Mine sessions for patterns, decisions, and learnings (
mine_session)Hybrid memory retrieval over structured files (
memory_lookup)Record memory signals with rate limiting (
memory_signal)Check optional memory package status (
memory_status)
Skills, Rules & Commands Discovery
List all skills, rules, and commands (
list_skills,list_rules,list_commands)Match skills to a free-form task description (
suggest_skill_for_task)Score a user message against the compiled router (
skill_trigger_eval)Suggest relevant commands for a message/context (
suggest_command)Fetch the rendered body of any resource URI (
read_resource_body)
Configuration & Synchronization
Sync
.agent-settings.ymlagainst the current template/profile (sync_agent_settings)Keep the
.gitignoreagent-config block up to date (sync_gitignore)Regenerate the compiled skill/rule/command router from frontmatter (
compile_router)
Quality & Testing
Lint markdown frontmatter for skills, rules, commands, guidelines, and personas (
lint_skills)Run configured quality gates (PHPStan, Rector, ECS, etc.) (
run_quality_checks)Execute the project's test suite, optionally scoped (
run_tests)
Laravel-Specific
Sync the
messages()method of a Laravel FormRequest class, adding missing entries and removing stale ones (update_form_request_messages)
Integrates with GitHub to manage pull requests with structured descriptions and facilitate the implementation workflow.
Integrates with GitHub Copilot to inject project-specific skills and rules, enhancing its behavior for consistent code generation and review.
Integrates with Jira to retrieve ticket information and structure pull request descriptions based on Jira issues.
Integrates with Linear to fetch issue details and structure pull request descriptions accordingly.
Agent Config — every claim machine-checked, including "zero runtime"
Choose your experience — developer · founder · content · agency · finance · ops. Add packs. Get a focused command set, not a 500-artefact dump. Bring your own AI provider.
Try it in 30 seconds — drop one read-only subagent into any repo and watch it gate "done": @production-validator check this branch is actually done. No wizard, no lock-in, nothing else installed — the 30-second wedge ↓ is the whole first step. Full docs: event4u-app.github.io/agent-config.
Every public claim in this README is machine-checked — verify it yourself. In a market that runs on unbacked headline numbers, this one binds each claim to resolvable evidence or fails its own build.
270 skills, 177 commands, 103 governed rules — plus a capability router that loads the right skill on intent, and multi-agent orchestration with consensus review. The whole layer is compiled into 7+ host agents (Claude Code, Cursor, Augment, Cline, Windsurf, Copilot, Gemini) with zero runtime daemon. Six role-shaped entry paths sit on top, so any host becomes a reliable team member — without locking you to a single model or vendor.
What's different
It is both deep and disciplined — and honest about what it deliberately is not:
Depth that routes itself — 270 skills + 177 commands, with a capability router that loads the right one on intent, not a 500-artefact context dump.
Governance on every host — rules compiled into each tool's native format at projection time; deterministic runtime hooks added on hook-capable hosts. This config-space, host-agnostic governance is the moat (the governance advantage · enforcement by host).
Surgical uninstall — removes only its own keys from a shared host config (matched by JSON-pointer + SHA-256), never a neighbour tool's entries.
Pack-scoped install — writes the active pack only, not a 500-artefact dump.
What it deliberately is not — a content + governance layer, not a runtime: no background daemon, no separate state database, no self-rewriting memory, no auto-build pipeline. The host agent runs the loop; every learned change is human-reviewed; the same layer stays portable across tools. Capability without a process to babysit.
Where this comes from (honest provenance). The skills, rules, and personas are distilled from real production work on TypeScript and PHP codebases. The governance mechanics are stack-agnostic, but the domain heuristics are richest where they were forged — treat coverage on other stacks as promising, not proven, and tell us where it falls short.
See exactly what works on which host, or jump to things you can do in a minute.
Pick your profile — six entry paths
agent-config setup writes profile.id to .agent-settings.yml; each
anchor below is the first-screen the wizard sends you to. One README,
six entries, no role-detection guesswork.
Profile ( | Audience | First commands | First skills |
👩💻 | IC engineer |
|
|
Writers, ghostwriters, marketers |
|
| |
🚀 | Solo / early-stage founder |
|
|
🏛 | Multi-client delivery shop |
|
|
💼 | CFO / fractional finance / FP&A |
|
|
🛡 | RevOps, support, SRE-adjacent |
|
|
Not sure which one? Run npx @event4u/agent-config init then
agent-config setup — the browser wizard asks a single 8-option role
question and maps to the closest profile. Source-of-truth:
src/agent-src/profiles/ ·
schema: docs/contracts/profile-system.md.
Beyond software: user-types/
(galabau · metalworking · truck — see Beyond software.
Per-profile experience pages (who it's for · first tasks · packs + flows · what is not loaded · examples): developer · content_creator · founder · agency · finance · ops.
Workflows, not raw commands
You don't memorize 177 commands — you run a work journey. Four flows span the developer story end-to-end; each names the command you TYPE to start and the skills it composes:
Flow | Start with | The journey |
🔍 Discovery |
| explore → plan → estimate → refine, before building |
🔨 Implementation |
| plan → implement → verify → commit |
🔎 Review |
| self-review → judge → quality-fix → threat-model |
🚢 Delivery |
| commit in chunks → open PR → answer review |
Full detail — entry commands, canonical path, composed skills per flow:
docs/flows.md. (agent-admin — memory / analytics / config —
is platform operation, not a user-work flow.)
Creative Pack — cinematic AI video. script → character-locked image → motion+audio prompt → provider render → stitched clip, with
AIV_DRYRUN=trueas the cost-safety default. A first-class capability inside the content / creator experience — no longer the package's headline. See/video:from-script.
Legal Pack — not legal advice. The EU/DE legal pack (contract/NDA/DPA review, triage) is a research-and-drafting aid only — it does not provide legal advice, does not replace a qualified lawyer, and must not be relied on for any concrete matter. It produces general information and general templates, never individual-case examination. Read
LEGAL_NOTICE.mdbefore use.
Full catalog — every skill, rule, command, guideline:
docs/catalog.md. The headline is the experience (profile + packs) and the depth behind it.
Use it in your project
Run from a consumer repo — bootstrap via npx, the agent picks up
your stack, and you ship work end-to-end. New install? Start with the
Quickstart. Already installed? Supported tools
shows the wired AIs; docs/featured-commands.md
lists the end-to-end workflows (/implement-ticket, /work,
/commit, /pr:create). Deeper tour: 2-minute demo.
Install scope. Pick one scope per machine — project-local (default, recommended for application repos) or user-global (recommended for tooling repos / dotfiles). The installer refuses a second, conflicting scope via the scope_guard pre-flight. Details: docs/contracts/install-scopes.md. Cleanup when needed: bash scripts/cleanup_other_scope.sh --confirm.
Related MCP server: Agent Module
Prove it
Don't take the claims on trust — verify them. docs/proof.md
is generated from source: a claim→evidence table (every public claim binds to a
resolvable pointer, or CI fails), honest-null benchmarks including the runs where
the package changed nothing, and a "verify it yourself" block you run on a fresh
checkout. The proof page fails CI if it drifts from its sources — reproducibility
is the proof. Browse it on the deployed docs site:
event4u-app.github.io/agent-config.
Audit-disciplined by construction — every memory consult, decision
key, and hook concern lands in agents/runtime/state/ so you can replay it.
Core principles names the four invariants;
What agent-config is — and what it isn't
draws the scope boundary.
Contribute
Working on the package itself? Development covers the
task ci pipeline, Requirements the toolchain,
Maintainer telemetry the
opt-in measurement loop. Source-of-truth tree is
src/ (src/skills, src/rules, src/agent-src/); never hand-edit .augment/ or dist/agent-src/.
Security. Disclosure policy: SECURITY.md. Threat model: docs/threat-model.md.
Quickstart
Try one thing in 30 seconds — before the full suite, drop in a single self-contained subagent and see the discipline on your own repo:
mkdir -p .claude/agents
curl -fsSL https://raw.githubusercontent.com/event4u-app/agent-config/main/docs/wedge/production-validator/production-validator.md \
-o .claude/agents/production-validator.md
# then in Claude Code: @production-validator check this branch is actually doneproduction-validator is read-only and installs nothing else — it gates "done"
by hunting mocks/stubs on the shipped path and demanding real-system evidence
(what it does). Like it? Install the
full suite:
Three steps. Five minutes. Browser wizard, no YAML by hand.
# 1. Install — on a terminal with a display, the browser wizard launches
# automatically; the same install.py runs the real install behind it.
npx -y @event4u/agent-config init
# 2. Pick your profile + tools in the wizard, click Finish.
# (Writes ~/.event4u/agent-config/, ~/.claude/, ~/.cursor/, …)
# 3. First real task — agent refines, plans, verifies.
/work "your first real task"Headless / CI: init skips the GUI automatically when CI is set, stdout is not a TTY, --no-ui is passed, or an explicit --tools= selection is given — it then runs the non-interactive installer directly. Pass flags (--profile=developer --tools=claude-code,cursor); add --dry-run to preview writes. The GUI and the CLI share one installer (scripts/install.py), so both produce identical results. Reference: docs/wizard.md.
Pick specific AIs: --tools=claude-code,cursor,augment,windsurf,cline,gemini-cli,copilot,roocode,aider,codex,claude-desktop,continue (any subset). Visual picker: add --gui (loopback-bound, CSRF-gated; contract gui-wizard).
Verify hook coverage: npx @event4u/agent-config hooks:status prints the per-platform matrix (--strict for CI, --format json for tooling).
Scope (v2.5+):
initwrites global only —~/.event4u/agent-config/,~/.claude/,~/.cursor/, …. The project tree getsagents/overrides/+agents/.event4u-bridge.yml.--projectis maintainer-only behindAGENT_CONFIG_DEV_MODE=1(ADR-020, dev-mode).
Migrating from a v1.x install? npx @event4u/agent-config migrate — full notes in docs/migration/v1-to-v2.md.
npm error ETARGET/No matching version found for <dep>? Re-run with a forced fresh metadata fetch:npx -y --prefer-online @event4u/agent-config initThis happens when the project's
.npmrcsetsprefer-offline=true(or points at a private-registry mirror): npm resolves our dependencies against stale cached metadata that predates a recently published version.--prefer-onlinebypasses the cache for this run;npm cache verifyfixes it permanently for that machine.
What agent-config is — and what it isn't
A content layer — skills, rules, commands, guidelines, personas — distributed via npm and projected into every supported AI tool's native config format. It follows the Agent Skills open standard.
It is not an agent runtime. The agent loop, the LLM dispatcher, and tool orchestration stay with the host tool (Claude Code, Augment, Cursor, Cline, Windsurf, Gemini CLI, Copilot). Think of it as a playbook and style guide for those tools — not a replacement.
In scope | Out of scope |
Skills, rules, commands, guidelines, personas | Agent loop / LLM dispatcher |
Multi-tool projection + condensation pipeline | Execution engine inside the package |
Memory helpers ( | Cross-tool observability dashboard |
Linters, CI, frontmatter validation against JSON-Schema (contract) | Runtime GUI / web dashboard |
Skill orchestration via citations + deterministic helpers | Opinionated automatic skill-resolver (ML / relevance ranking that decides for you) |
User-driven projection-time filtering by profile + packs (ADR-040) | A runtime resolver / daemon (mid-session switching — conditional, post-6.0.0) |
What your agent is asked to do
Default behavior | With agent-config |
Guess and edit blindly | Analyze code before changing it |
Drift from project conventions | Follow detected stack conventions |
Skip or invent tests | Write tests in the project's framework |
Generic commit messages | Conventional Commits with scope + ticket links |
Skip quality checks | Run the project's quality pipeline and fix reported errors |
Open PRs without context | Structured PR descriptions from Jira / Linear / GitHub |
Claim "done" without proof | Verify with real execution before claiming done |
2-minute demo — /implement-ticket
The flagship command. Drives a ticket end-to-end through a fixed linear flow — and blocks on ambiguity instead of guessing.
/implement-ticket PROJ-123The agent runs this sequence:
refine → memory → analyze → plan → implement → test → verify → reportRefines the ticket if acceptance criteria are vague.
Queries memory for past decisions, invariants, incidents.
Plans the change; you confirm before any file is touched.
Implements under
minimal-safe-diff+scope-control— no drive-by edits.Tests (targeted first, full suite on success).
Reviews the diff through four judges (bugs, security, tests, code quality).
Reports changes, verdicts, follow-ups — then stops.
/commitand/pr:createare suggestions, never auto-run.
Any ambiguity halts the flow with numbered options — never a silent guess. Persona comes from .agent-settings.yml (roles.active_role): senior-engineer (default), qa, or advisory (plan-only).
→ Command reference · Flow contract
Sibling — /work (free-form prompt)
Same engine, no ticket required:
/work add a CSV export endpoint to the audit-log controllerThe first pass scores the prompt on five dimensions and routes on the band:
Band | Score | Action |
high |
| Silent proceed — AC + assumptions in the report |
medium |
| Halts with assumptions report; confirm or edit |
low |
| Halts with one clarifying question on the weakest dimension |
After the band gate, the flow is identical to /implement-ticket. Free-form goal → /work; ticket payload → /implement-ticket.
→ Command reference · refine-prompt skill
After the run: agent-config explain last reconstructs the trace (route · memory · council · halts · provider) — read-only, PII-scrubbed, offline. Docs
Product UI track
UI-shaped work routes to one of three directive sets — ui (full audit→design→apply→review→polish→report), ui-trivial (≤ 1 file, ≤ 5 lines: apply→test→report), mixed (backend + UI: contract→ui→stitch). Existing-UI audit is a hard gate (ui-audit-gate); polish has a 2-round ceiling with a11y precedence. Stack detection → blade-livewire-flux / react-shadcn / vue / plain.
→ Mental model (1 page) · Flow contract
Customize
Profiles — how much governance gets loaded
Safety floor (non-destructive defaults · ask-before-guessing · mirror-the-user's-language) ships in every profile. What changes is how much extra coaching gets pulled in.
Profile | What you get | When to pick it |
| Non-negotiable safety floor only. Cheapest, fastest. | Quick questions · throw-away scripts · CI · tight token budgets |
| Safety floor + everyday coaching (sensible defaults, review nudges, common pitfalls). | Day-to-day work |
| Everything, including long-tail rules normally only maintainers need. | Working on |
Under the hood: kernel-only · kernel + tier-1 · kernel + tier-1 + tier-2. Details: rule-router · kernel-membership · Configure →.
Stability:
STABILITY.mdfor the full matrix. Work Engine (/work+/implement-ticket): beta. Runtime Dispatcher: stable. Tool Adapters: experimental (fullprofile only).
.agent-user.md and Ghostwriter — voice primitives
Primitive | Voice | Disclosure |
Review-lens (internal critique) | n/a | |
| The maintainer's own voice — | None (you are the author) |
| Documented public figure — | Mandatory, non-removable footer |
Create the user file interactively: /agents user init (schema). Ghostwriter cluster: /ghostwriter:fetch <url-or-name> runs an attestation gate; private individuals rejected; paywalled / leaked / DM content banned at the schema level.
Self-hosted MCP on Cloudflare — zero local install
Skills, commands, rules, and guidelines can be served as an MCP endpoint from your own Cloudflare Worker — any MCP client (Claude Desktop, Claude Code, Cursor, Zed, Continue, hosted agents) talks to it over HTTP. Two auth modes: public (default, OSS read-only deploys) and bearer-auth (operator opt-in, MCP-Token Wrangler secret).
task mcp:cloud:login # one-time, opens browser
task mcp:cloud:setup # check → r2-create → r2-verify → whoami
task mcp:cloud:secret-put # opt in to bearer-auth (recommended for private deploys)→ Operator walkthrough: mcp-cloud-setup · Per-client config: mcp-client-config · Endpoints: mcp-cloud-endpoints.
Scope — Lite, not Full. The Worker serves read-only governance (skills · commands · rules · guidelines · contexts) as MCP prompts and resources, plus small read-only tools (
memory_lookup,chat_history_read,list_*). It does not execute the ~112 Python scripts (linters, audits,task ci, work-engine hooks) — those require local install per Quickstart.
The built-in local stdio server is listed for discovery in the Glama MCP Registry (agent developers / contributors; requires a local checkout, not a turnkey install — see ADR-067).
Deployment posture
Shape | Status | Path |
Single-user workspace | ✅ today |
|
Small team (3–10 people) | ✅ today | Shared |
Organization mode (SSO · central policy · team context · internal connectors) | ⏸ not started | Each shape gated on a recruited customer + funded audit + maintainer ADR. Posture rationale: |
The Hard Floor on organization-mode features (SSO, central policy, OAuth connectors, team-context) is preserved by design — they stay cancelled until a real first customer + funded security audit lifts them. The small-team recipe is the supported path in the meantime.
The 9.3/10 feedback round (2026-05-25) re-asked for OAuth knowledge connectors, IAM / org governance, and organization-shared memory. Each is a stable cancellation row in
team-deployment-postureunder the same three release gates — recruited team customer · funded audit · maintainer ADR.
Harness expectations
Three classes of install/runtime behaviour look like package bugs but are host-harness behaviour the package cannot control — sibling-plugin namespaces (codex:*, cc-gemini-plugin:*), deferred tools surfaced via ToolSearch, and cross-scope skill drift (real bug, fixed in the distribution-channels track). Diagnostics + the package's response: docs/contracts/harness-expectations.md. First step when a skill appears twice: task probe:skills.
Supported tools
Project-installed (npx)
Tool | Rules | Skills | Commands | How it works |
Claude Code | ✅ | ✅ | ✅ | Reads |
Cursor | ✅ | — | ☑️ | Reads |
Cline | ✅ | — | ☑️ | Reads |
Windsurf | ✅ | — | ☑️ | Reads |
Gemini CLI | ✅ | — | ☑️ | Reads |
GitHub Copilot | ✅ | — | ☑️ | Reads |
Roo Code | ✅ | — | ☑️ | Auto-discovers |
Codex CLI | ✅ | — | ☑️ | Auto-discovers |
Continue.dev | ✅ | — | ☑️ | Auto-discovers |
Aider | 📌 | — | — | Manual |
Augment (VSCode/IntelliJ) | 📌 | — | — | Global-only; project writes marker |
Claude Desktop | 📌 | — | — | Global-only |
✅ native ☑️ text reference (in AGENTS.md, not invokable as native slash-command) 📌 marker only — not available
Team reproducibility: every tool you
initis recorded inagents/installed-tools.lock(committed, machine-managed). New team members runnpx @event4u/agent-config syncafter cloning; CI gates drift withagent-config validate. Schema:installed-tools-manifest.
Plugin-installed (optional, global)
Tool | Install |
Augment CLI · Copilot CLI | Install → — rules + skills + commands, marketplace-updated |
Claude Code: the marketplace plugin is deprecated (single-surface model). The npx/npm file projection now carries content and the deterministic hooks (registered in a managed
~/.claude/settings.jsonblock byagent-config global/upgrade), so the plugin only duplicates skill/command listings while its git-SHA snapshot rots silently. Existing installs:claude plugin uninstall agent-config@event4u-agent-config—agent-config doctorflags the duplicate surface.
Keep the global install current with agent-config upgrade (latest) or
agent-config refresh --global (same-version re-install); agent-config doctor
flags a missing-from-PATH binary or broken hook wiring. See
getting-started § Keeping current ·
Troubleshooting.
The command surface at a glance
Command | What it does |
| One-shot install — opens the browser wizard (recommended path or step-by-step) |
| Initialize a project: minimal |
| Open the configuration GUI — global settings hub (simple + advanced tiers, search, reset-to-default) |
| Open the project configuration surface |
| Re-run the guided onboarding wizard (prefilled from your current state) |
| Update the global install to the latest release + additively sync settings |
| Read-only health/drift report |
Cloud / Hosted-agent surfaces
For platforms where the package's scripts cannot run, artefacts are built for paste-in or upload:
Linear AI (Codegen, Charlie, …) —
dist/linear/{workspace,team,personal}.mdClaude.ai Web Skills —
dist/cloud/<skill>.zip
Who this is for
Stack-agnostic governance core (orchestration · role modes · command clusters · quality gates · audit-discipline) plus parallel stack-specific skill sets:
Stack | Coverage |
Laravel · modern PHP (deepest) | Pest · PHPStan · Rector · ECS · Eloquent · Livewire/Flux · Horizon · Pulse · Reverb · Pennant |
Symfony |
|
Next.js App Router |
|
Zend / Laminas | project-analysis + shared PHP coder/quality skills |
React · Node / Express | project-analysis + UI |
Vue · plain HTML | UI directive set ( |
Cross-stack | API design · testing · security · database · Docker · Git · CI · review · threat modeling · observability |
Beyond software
The same orchestration core drives non-software trades via user-types/: galabau-field-crew · metalworking-shop · truck-driver. Contribute your own — 5-minute scaffold.
Data governance & domain safety
Three domain-safety rules (domain-safety-pii, domain-safety-disclaimer, domain-safety-retention) act as per-domain output floors across ~12 areas — PII redaction (support / finance / recruiting / marketing), advice disclaimers (legal / financial / medical / consulting), retention guidance (finance / support), ops floors (logging / export). Full surface → rule → floor matrix: docs/safety.md. Beta contracts: memory-visibility-v1 · decision-trace-v1.
Maintainer telemetry (opt-in, default-off)
Local-only artefact-engagement log. Set telemetry.artifact_engagement.enabled: true in .agent-settings.yml. Records which skills / rules / commands / guidelines the agent consults during /implement-ticket / /work. JSONL under the project root, nothing uploaded. Reports: npx @event4u/agent-config telemetry:report.
Context-aware command suggestion
When a prompt matches a command's purpose ("setze ticket ABC-123 um" → /implement-ticket), the agent surfaces matches as numbered options — nothing auto-executes. Per-conversation off: /command-suggestion-off. Settings: commands.suggestion.{enabled,blocklist,confidence_floor} in .agent-settings.yml.
Core principles
Analyze before implementing — no guessing, no blind edits
Verify with real execution — no "should work"
Challenge to improve — agents are thought partners, not yes-machines
Strict by design — quality over flexibility
Zero overhead by default — nothing runs until you ask for it
Documentation
Document | Content |
First run, 3-test experience, profiles, next steps | |
All install paths, Composer/npm, orchestrator details | |
System layers, content pipeline, tool support matrix | |
Overrides, AGENTS.md, agent settings, cost profiles | |
Linting, CI pipeline, condensation system | |
Per-version upgrade steps | |
More examples & expected behavior |
Browse content: all 177 commands · skills catalog · full catalog · llms.txt.
Troubleshooting
First stop for any install problem: agent-config doctor — it flags a
missing-from-PATH binary, binary↔plugin version drift, stale orphans, and
manifest issues, each with a one-line fix hint.
A new command / skill is missing in Claude Code after an upgrade
Under the single-surface model, agent-config upgrade refreshes the
~/.claude/ file projection — that IS the content surface, so a fresh
session picks the new commands up directly. If commands are still missing,
the usual cause is a leftover marketplace plugin: it is a git-SHA
snapshot that never moves with the npm upgrade, and it shadows nothing —
it just lists everything twice while lagging behind. Remove it:
claude plugin uninstall agent-config@event4u-agent-configThen start a new Claude Code session. agent-config doctor reports a
leftover plugin as claude-plugin: duplicate surface; hooks are unaffected
(they live in a managed ~/.claude/settings.json block — verify with the
hook-wiring check).
Skills / commands appear twice in Claude Code
Same cause as above: the deprecated marketplace plugin is installed next to
the ~/.claude/ file projection, so every skill lists plain and
agent-config:-prefixed. Uninstall the plugin (command above) and start a
new session.
agent-config upgrade fails with Unknown argument: --no-ui
Known bug in 8.2.0: upgrade passed a --no-ui flag that the install
orchestrator did not accept yet, so the run aborted early. Fixed on main;
until the next release, work around it with:
AGENT_CONFIG_NO_UI=1 agent-config global # refresh the global install, no wizardUpgrade was interrupted (Ctrl-C, wizard closed, step failed)
Only the initial npm install -g hard-aborts an upgrade. Every later step
(global re-deploy with hook registration, settings sync, wrapper + git-hook
refresh) runs independently — a single failed step is reported in the
end-of-run summary instead of silently skipping the rest. Re-run
agent-config upgrade to converge, and use agent-config doctor to name
anything left in a mixed state.
agent-config: command not found / hooks stopped firing
Runtime hooks resolve the global binary on PATH — a project-local
install alone is not enough for them. Reinstall the binary:
npm install -g @event4u/agent-config
agent-config doctor # verifies PATH + plugin wiringProject files look stale after a package update
Project-local projections are only rewritten on an explicit refresh:
agent-config refresh # re-apply the installed version to this project
agent-config refresh --global # same-version re-install of the global rootMore per-version steps: Migration · getting-started § Keeping current.
Development
Working on the package itself? Edit src/ (the source of truth — src/skills, src/rules, src/agent-src/), regenerate trees:
task sync # regenerate dist/agent-src/ and .augment/
task generate-tools # regenerate .claude/, .cursor/, .clinerules/, .windsurfrules
task ci # full pipeline — green before PR
task test # unit + integration tests
task dev:setup # boot the onboarding wizard against the working treeInvoking the CLI from a source checkout: ./agent-config <command> (the maintainer shim at the repo root → scripts/agent-config → dist/cli/agent-config.js). npx @event4u/agent-config doesn't resolve in the source repo without a prior npm link, since there's no node_modules/.bin/agent-config symlink — use ./agent-config instead. Build the TS binary with npm run build:cli if dist/cli/agent-config.js is missing.
→ Full project structure and commands: docs/development.md · CONTRIBUTING.md. Stack: TypeScript CLI/UI + Python 3.10+ build/lint scripts. MCP registry payloads render under dist/mcp/ (submission checklist).
Requirements
Node ≥ 18 —
npx @event4u/agent-config initis the canonical install path.Python 3.10+ — bridge stage only; missing → installer skips bridges.
Platform: macOS 12.3+, Linux, WSL2. Git Bash needs Developer Mode for symlinks; native PowerShell / cmd unsupported. Contributors rebuilding
.augment/also need Task.
License
MIT.
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/event4u-app/agent-config'
If you have feedback or need assistance with the MCP directory API, please join our Discord server