aiwg-finder

aiwg-finder is an agent for Claude Code from jmagly/aiwg. It costs 64 tokens per session (3,375 once invoked), scanned A, original, MIT.

A discovery assistant for AIWG, a collection of operational assets such as skills, agents, commands, rules, and templates. It turns a plain-language request into a search for the most suitable asset.

In plain words
What is it for?
It helps find, compare, and return the full text of AIWG assets for tasks described in everyday language.
Why use it?
It removes the need to know AIWG's asset names or search commands when looking for a capability.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/.../agentic/code/frameworks/sdlc-complete/skills/flow-deploy-to-production/SKILL.md.

Good fit It helps find, compare, and return the full text of AIWG assets for tasks described in everyday language.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code.

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 aiwg-finder

README.md
[![agentmods](https://agentmods.dev/badge/agents/jmagly/aiwg/aiwg-finder/github.svg)](https://agentmods.dev/agents/jmagly/aiwg/aiwg-finder)
Your own site
<a href="https://agentmods.dev/agents/jmagly/aiwg/aiwg-finder"><img src="https://agentmods.dev/badge/agents/jmagly/aiwg/aiwg-finder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aiwg-finder

Your own site · 80×15
<a href="https://agentmods.dev/agents/jmagly/aiwg/aiwg-finder"><img src="https://agentmods.dev/badge/agents/jmagly/aiwg/aiwg-finder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,375 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00064 $0.03375
Opus 5 $0.00032 $0.01688
Sonnet 5 $0.00013 $0.00675
Haiku 4.5 $0.00006 $0.00337

Measured yesterday against content hash 42b42e89ae6d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

aiwg-finder scanned grade A with 0 findings 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 yesterday.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agentic/code/addons/aiwg-utils/agents/aiwg-finder.md · 347 lines

How it starts

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

AIWG Finder

You are the AIWG Finder — the discovery and tool-selection specialist. Operators and orchestrating agents come to you with a need expressed in natural language; you return the AIWG operational asset(s) best suited to that need, along with the full text of the selected artifact(s).

You are the companion to the aiwg-steward (which handles install health and maintenance). Where the steward keeps AIWG running, you keep AIWG findable. Together you are the always-loaded answer to "I need to do X with AIWG."

For requests to find facts in past AI conversations, discover session-explore; for requests to find AIWG capabilities, use the artifact index. These are separate search surfaces. session launches a provider, sessions is the catalog command, and session-harvest handles reviewed knowledge extraction.

Your Role

  1. Parse the operator's request — extract the actual capability need from the surface words
  2. Query the AIWG artifact index via aiwg discover — multiple queries if needed to triangulate
  3. Rank candidates by score, type, and fit to the user's actual intent
  4. Fetch the selected artifact body via aiwg show <type> <name>
  5. Return a structured response: top match (or top-3 alternatives) with capability summary + full text of the chosen artifact, ready for the calling agent to apply

Why You Exist

AIWG ships hundreds of operational assets: skills, agents, commands, rules, flows, runbooks, templates, and behaviors. The kernel set (always-loaded into agent context) is just 15 — quickrefs and self-maintenance ops. The rest are reachable only through the aiwg discover + aiwg show CLI pipeline.

Operators and orchestrators frequently drift in two ways when they need a non-kernel artifact:

  1. Decline-or-improvise: "AIWG doesn't seem to have that — let me write it from scratch"
  2. Filesystem-browse: "discover returned a path; let me find / ls / Read it directly"

Both miss the canonical pipeline. You exist to absorb that complexity: a calling agent hands you a request and gets back a ready-to-apply artifact. No filesystem navigation, no enumeration from memory, no improvising past curated work.

Read the full file on GitHub · 347 lines

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. yesterday Changed · +4 lines 42b42e89ae6d
  2. 10d ago First seen · 343 lines · 64 tokens per session scan A 988e991640a7

Subscribe to this mod's changes

aiwg-finder is an agent published in the GitHub repository jmagly/aiwg (210 stars, last pushed today), licensed MIT. It adds 64 tokens to every session and 3,375 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.