configure-auto-enrich

configure-auto-enrich is a skill for Claude Code from zhebil/claude-code-plugins. It costs 83 tokens per session (2,754 once invoked), scanned B, original, MIT.

A user-invoked setup guide for the auto-enrich plugin, which adds summaries of referenced GitHub, GitLab, Jira, or Sentry items to prompts before they are read.

In plain words
What is it for?
Use it to inspect, configure, or troubleshoot auto-enrich when explicitly requested.
Why use it?
It helps avoid manually opening each linked issue, code file, or error report to understand a request. It also shows which parts of the plugin are enabled and configurable.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: reads .claude/ paths; mentions Claude Code.

Part of the auto-enrich plugin — 1 skill, 3 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/zhebil/claude-code-plugins/configure-auto-enrich
Any agent
npx skills add zhebil/claude-code-plugins --skill configure-auto-enrich
Clone the repo
git clone --depth 1 https://github.com/zhebil/claude-code-plugins

Made for: Claude Code.

Or install auto-enrich, the plugin that ships this one along with the rest of its 1 skill, 3 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for configure-auto-enrich

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhebil/claude-code-plugins/configure-auto-enrich.svg)](https://agentmods.dev/skills/zhebil/claude-code-plugins/configure-auto-enrich)
Your own site
<a href="https://agentmods.dev/skills/zhebil/claude-code-plugins/configure-auto-enrich"><img src="https://agentmods.dev/badge/skills/zhebil/claude-code-plugins/configure-auto-enrich.svg" alt="Measured on agentmods" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,754 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00083 $0.02754
Opus 5 $0.00042 $0.01377
Sonnet 5 $0.00017 $0.00551
Haiku 4.5 $0.00008 $0.00275

Measured 6d ago against content hash cca731c7bebc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade B, and why

configure-auto-enrich scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (custom-provider-example.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

- `cat "${CLAUDE_PLUGIN_DATA:-$HOME/.claude}/config.json" 2>/dev/null || cat "$HOME/.claude/auto-enrich.json" 2>/dev/null || echo "(no config file - defaults apply)"`
plugins/auto-enrich/skills/configure-auto-enrich/SKILL.md · 135 lines

How it starts

The opening of the file, as written. The whole thing — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.

auto-enrich: explain + configure

User-invoked only. Don't run as a side effect of unrelated work. If the user mentions Jira / GitHub / GitLab / Sentry without asking to configure auto-enrich, ignore this skill.

What this skill does

Explain to the user what auto-enrich is, gather the current state in one pass (parallel CLI + auth + config checks), present a concise summary of "what's on, what's off, what you can change", and then act on whatever the user actually wants. Don't walk through numbered steps. Don't ask the user permission between every check. Don't re-prompt for things you can detect.

The user already triggered the skill because they want information. Lead with the explanation and the current state, not with questions.

The flow

1. Explain the plugin (short)

Open with a single tight paragraph. Cover:

  • What it does: when the user submits a prompt mentioning a GitHub PR/issue/repo/file, GitLab issue/MR/project/file, Jira ticket, or Sentry issue, the plugin runs before Claude reads the prompt and prepends a compact markdown summary of that reference fetched via local CLIs (gh, glab, acli or jira, sentry). GitHub file URLs (/blob/, /raw/, raw.githubusercontent.com) and GitLab file URLs (/-/blob/, /-/raw/) embed the file contents, with optional line anchors for slicing.
  • Why it needs CLI auth: the plugin doesn't store credentials. It just runs the CLIs as the user, so the CLIs need to be logged in to GitHub / GitLab / Atlassian / Sentry on their own. There's nothing to "configure" auth-wise inside the plugin.
  • Code blocks are skipped: refs inside backticks or fenced blocks are never enriched.
  • Each ref is enriched once per session (dedup state in $CLAUDE_PLUGIN_DATA/seen.json, preserved across /compact).

Keep this to roughly 4-6 lines. Don't reproduce the README.

2. Gather current state in ONE parallel batch

Without asking, run the install + auth + config checks at the same time. Use a single tool message with parallel Bash calls. Don't do them sequentially and don't pause to confirm.

Read the full file on GitHub · 135 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 135 lines · 83 tokens per session scan B cca731c7bebc

Subscribe to this mod's changes

configure-auto-enrich is a skill published in the GitHub repository zhebil/claude-code-plugins (7 stars, last pushed 2mo ago), licensed MIT. It adds 83 tokens to every session and 2,754 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

traction-eos

Implement the Entrepreneurial Operating System (EOS) to align vision and execution across a company. Use when the user mentions "EOS", "Entrepreneurial Operating System", "V/TO", "quarterly rocks", "Level 10 meetings", "accountability chart", "IDS process", "my company feels chaotic", "we keep having the same…

wondelai/skills · 147 tokens

create-app

Guided journey from a raw app idea to a validated, cleanly architected first version that ships on a sustainable cadence. Orchestrates ten skills phase by phase - lean-startup, design-sprint, clean-architecture, domain-driven-design, clean-code, pragmatic-programmer, system-design, ios-hig-design, 37signals-way…

wondelai/skills · 217 tokens

create-business

Guided journey from raw idea to a validated, positioned, priced business with a chosen beachhead. Orchestrates ten skills phase by phase - jobs-to-be-done, mom-test, design-sprint, lean-startup, good-strategy-bad-strategy, blue-ocean-strategy, obviously-awesome, hundred-million-offers, monetizing-innovation…

wondelai/skills · 211 tokens

clean-architecture

Structure software around the Dependency Rule: source code dependencies point inward from frameworks to use cases to entities. Use when the user mentions "architecture layers", "dependency rule", "ports and adapters (hexagonal)", "onion architecture", "screaming architecture", "where should business logic go"…

wondelai/skills · 147 tokens

cold-start-problem

Start and scale networked products using Andrew Chen's "The Cold Start Problem" framework for network effects. Use when the user mentions "network effects", "chicken and egg", "cold start", "two-sided marketplace", "atomic network", "hard side", "liquidity", "critical mass", "invite-only launch", "how do I get my…

wondelai/skills · 168 tokens

influence-psychology

Apply the seven principles of ethical persuasion (reciprocity, commitment, social proof, authority, liking, scarcity, unity) to product design, copy, and sales. Use when the user mentions "social proof", "persuasive copy", "why users dont convert", "ethical persuasion", "reciprocity", "scarcity tactics", "commitment…

wondelai/skills · 156 tokens