From Agent Context Center
Generate, refresh, or open this repo's Agent Context Center dashboard — a single self-contained offline HTML file that inventories the repo's AI configuration (agents, skills, hooks, commands, MCP servers, rules, docs, open TODOs). Use when the user asks to build, refresh, regenerate, or view that dashboard, and to re-stamp it after editing the repo's AI markdown when a dashboard.html already exists under a provider folder.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-context-center:agent-context-centerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
One committed HTML file mirrors a repo's AI markdown so a human can navigate it.
One committed HTML file mirrors a repo's AI markdown so a human can navigate it. Markdown stays the source of truth for the machine; the dashboard is the read view for the person. The generator is stdlib Python 3.12+, runs offline, and produces byte-stable output.
Run the /dashboard command. It selects a Python 3.12+ interpreter, runs the bundled
generator against the user's project with no install and no network, and reports the
written path, sourceDigest, and scanned-file count. The dashboard is written under the
owning provider folder (.claude/, .codex/, or .cursor/), never the source tree, so
it stays inert to web builds.
If more than one provider dashboard already exists, the generator stops and asks for an
owner; re-run with --owner <dir>.
After you edit this repo's AI markdown (CLAUDE.md, AGENTS.md, an agent, skill, hook,
command, MCP config, or rule) and a dashboard.html already exists under a provider
folder, re-run /dashboard so the human view stays in sync. Refresh is manual by
design: a static file:// page cannot tell it is stale. For automatic refresh, point
the user at the opt-in templates in the plugin's templates/refresh/ (a git post-commit
hook, a file-write hook snippet, and a CI drift check).
The generator writes every field, redacts secrets at extraction, and re-scans the
assembled output with a tripwire. To add or improve a summary, edit the source
markdown and re-run /dashboard so redaction and the tripwire re-fire over your text.
dashboard.html or any generated file. A value written straight into
the output bypasses redaction and the tripwire entirely.Deterministic output (re-stamping a clean repo produces no diff), redaction at
extraction, and a textContent-only render are guarantees the generator enforces. Do
not disable them, post-process the HTML, or inject raw markup. If a change would weaken
any of them, stop and surface it instead.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
npx claudepluginhub omerakben/agent-context-center